I have installed UIPath.Form.Activities and used Create Form activity. I then created a form with a dropdown and a submit button. On the dropdown, there are two values: Process 1 and Process 2 as below:
Each process has a separate workflow on my project. I would like to run each process (xaml file) based on the selected item on the dropdown list after I clicked the submit/run button. Anyone know how to? Thanks
SelectedProcess
in the FormFieldCollection of the form activity and map it to a workflow variable.SelectedProcess
with your select dropdown.