How to pass variable or display name from variable into uipath form?

How to pass variable or display name from variable into uipath form?

this is my idea , what i need is like user will get input option to enter the name then entered name will get stored into one variable after that name will get display on another uipath form…

how to implement this?

1 Like

Hi @NervousTuber
You can get the data entered into a Form using the json output from “FormFieldsOutputData”. You will need to deserialize this and store in a variable, then you can use that variable in the workflow.
This can then be passed into a second Form using either “FormFieldsInputData” or “FormFieldsCollection”.

Hope that helps!

Thanks for your help :slight_smile:

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