How to clear input fields after submission?

On my application, I allows users to submit a new items. However, after submission, I’m unsure of how to clear the input fields. I feel like this should be a somewhat simple thing to do, and I’m probably just missing something obvious. Any ideas?

1 Like

Does Reset inputs or Reset data work?

1 Like

Reset inputs will reset any inputs that were used in your workflow. Reset data of the group containing the inputs will reset them regardless of whether you used them or not in a workflow.

2 Likes

That did the trick - thank you!

1 Like