Exit Create Form

Hello, I have question related to the Create Form Activity from UiPath.Form.Activities.

Form closes once I click any button if there is nothing in the Do section. But if something exists there, progress indicator is displayed and sequence executed after any button click. Once processing ends, progress indicator dissapears and form remains open. It simply acts as Do While without condition field. How to exit this loop correctly?

Only solution I’ve found uses close window activity and clicks warning dialog. But it isn’t certainly clean solution.

Thanks for better suggestions.

Hi @Martin_Moravec, you currently need to add the following custom property to the button you want to trigger the form dismissal.

image (4)

3 Likes

Thanks, this is exactly what I’ve searched for! :slight_smile:

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