Passing a Variable into UIPath forms

I have some variables generated early in the program. I want to import these into uipath forms and use them as titles for text boxes. I know I should be using formfieldscollection, but it seems to just import the name “processOne” instead of the value it holds.

Post a screenshot of what you have in your formfieldscollection. If you have double quotes around processOne then that’s a string value, not a variable name.

Hey @Vinny_LaRocca

Could you please show how did you use it in label ?

Thanks
#nK

It is not in quotes. How do i reference this variable in the title of a text box? The in argument is defined as processOne. processOne is set to “invoices” right before the form.

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