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?
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?
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.
That did the trick - thank you!