Clear Multiple Text Field after Clicking Button

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:
image

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

(in blocks)

image

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.