Disable Form-Button after click

Hi, I think my problem is not very complicated, but I can’t get it solved. I have a form that triggers a workflow via a trigger event. It takes a few seconds for the form to disappear, I would like to disable the submit-button in the form so that the user does not click multiple times. I tried to solve this via the logic-tab of the button, but it doesn’t work. Is the event name wrong?

Hi @Staccato

To disable the submit button in UiPath, trigger the workflow, and then use the “Set State” activity to disable the button by setting ButtonName.Enabled = False. This will prevent the user from clicking the button multiple times while the form is processing.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.