Reset File Picker and Text Entry inputs after clicking a button

Is there a way to reset File Picker and Text Entry inputs after clicking a button?

You need a custom action with 2 actions inside of it. The first action will do whatever you have your button doing now. The second action will clear the columns used to temporarily store the file urls.

And this is assuming you are using a custom form. You’ll only be able to clear values from custom forms, not a native form.

1 Like