Hi ya ,
referring to this : Clear text in a text box after sending
i was already able to delete 1 Textfield.
Is there a way to clear (in my case) all 7 Fields after Pressing a button , not just only 1 ??
(Sorry for my bad English ...)
Cheers,
Stefan
A straightforward solution:
However, if you have a lot of textboxes, you can store them in a list, as a variable, and then iterate over it in a for
loop:
1 Like
Thank you very much for the fast Repsonse !!!
Solved my problem
1 Like
if you want to reset all textbox, there is a block at bottom of 'any textbox', called Every Textbox. It will return all Textboxs as a list, then you can use @nishyanthkumar 's method.
2 Likes
system
Closed
March 10, 2023, 4:55pm
8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.