Hello Everyone,
I have a requirement to read a “json” Argument from another application into UiPath. How can I do this? What type of argument or variable I should use?
The sample is as below:
{
“Input”:
{
“Key1”: “value1”,
“Key2”: “value2”,
“Key3”: “value3”,
}
}
Note that I cannot save it as a text file and using Argument type as string doesn’t work because of the double quotes. Is there any other way to achieve this?
Thank you in advance.