Extract data from Uipath Form output

Hi All,
i created form using uipath form activity and received the output like below:
Now i want to save each of this in separate variable for further use.Can anyone please let me know how it can be done:

@Lahiru.Fernando can u please support in this.

HI @som17

You can convert this into a dictionary for easy access to values using the keys like name, last name, age etc.

Next, using the dictionary, you can assign the values to variables as needed.

Hi,
First convert this to JSON Object. Use deseralise Json activity for this.

Then yourJsonObject(“firstName”) will gives you first name.

Cheers…!!

1 Like

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