Hello,
Is there a way to create a button in Forms to clear all fields and separate button to close and stop the process?
Hello,
Is there a way to create a button in Forms to clear all fields and separate button to close and stop the process?
Hi @syi
Welcome to our UiPath Forum!
Could you share more details about your use case? Some screenshots would help.
If my understanding of your question is correct, here is the solution to set all fields out to their initial state (reset all fields):
For the second part of your question … I think the simpliest solution would be to have second submit action button with different key on the form. After you have it, just check SelectedButton
output argument of Create Form
activity in your workflow.
Thank you!!! that worked perfectly!!
You are welcome
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.