UiPath Studio Forms

Hello guys, I’m having some trouble using the forms activities in UiPath.

After creating the form and filling all the values from the dictionary that is created with the form activity I’m not being able to extract any values at all from it.

Any insights on how it should be done?

Currently I only have two activities: “Show Form” and “Get Form Values”

Should I add any more activities in order to whenever the user presses “Submit” I can have all the input values inserted by the user?

If so let me know which activities and their order please.

Hey @rodrigo.simao
First you should mark ‘Continue workflow excecution’.
I use buttons as events in my flows. Then I use the Parallel activity, thanks to which I wait for the user to confirm that they have filled in the data until they confirm it by clicking the button.
Thanks to this, the form is always open and I can use the “get form values” and “close form” activities.
You can try it:



Hello @pikorpa, thank you very much for your fast response!

Currently I’m having trouble in the Local Trigger activity since it’s “Stuck” there and doesn’t move forward. Any tips?

Thanks once again! :slight_smile:

Hey @rodrigo.simao
Sorry for the late response.
I’m not exactly sure what issue you’re facing, but here’s a simple example that might help you handle it.
Please take a look:
BlankProcess3.zip (3.6 KB)

Can you enable the Continue workflow execution for Show Form and retest?

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