I’m trying to figure out how to use Form.Activities package to create input forms. I assume this is the latest UiPath way to do it? But I find the interface unnecessarily confusing. I’m following along a tutorial, put in a Show Form Activity, but my form automatically closes before the user can input anything. I don’t see any property where I can set it to stay open until the user clicks something. What am I missing?
Hi @Terry_Marr
Try to disable the Continue workflow execution option, it will ensure your form is visible until the user input all values and submit it.
I figured out the answer. You need to add an activity Run Local Triggers which will cause the bot to listen to events, which you attach to various things on the form. So they set it up similar to javascript event listening, but beginner UiPath devs might not get that step. Perhaps it should be automatically added ?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.