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.
I’m just dropping this here so I have something to refer people to when they ask.
This is a simple concept app (copyable), that demonstrates the following techniques:
Building custom forms for adding and editing list items (as an alternative to the native forms provided by Glide)
Preventing duplicate new entries using User Specific Columns and Relations
Enforcing mandatory input items
The use of visibility conditions and user specific booleans to control user flow
There is nothing particula…
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.