Uipath create forms - how to capture Files/Folder path in variable and stored and utilized in other activity

Hi Team ,
Recently i started using UiPath create forms - Could you please let me know how to capture Files/Folder path in a variable (how to use in collection in data bind option in properties within create form )and stored and utilized in other activity .

Also how to store selected dropdown from the forms and store in a variable .

Please let me know if anyone has idea.

Hi @Krishnakumar_Vasudevan , use "Get Form Values" and "Set Form Values" to exchange data between the form and the workflow.

You can use "Trigger" on Form elements to fire different workflow files.