Deserialize TaskOutPut

Hi all,

someone know how change the name to the jProperty? If can take the name of the text field?
Context: when i get the data from teh action center using get data task activity

Data=JObject(25)
{
JProperty(1)
{
[ANAQPL388401]
},
JProperty(1)
{
[ANTOFAGASTA,
CHILE]
},

just to cross check do you want change a particular JProperty name or is it about retrieval of a value from a particular JProperty

Maybe you can also share the JSON as file with us

just to cross check do you want change a particular JProperty name or is it about retrieval of a value from a particular JProperty – > i need the text field name from the form task


json.txt (1.4 KB)
roperty – > i need the text field name from the form task

please share with us the plain JSON not the result from e.g. watch,debugging panels.

i get this json from action center using get task data

but the name of the each field inte the json are jproperty so i neen the real name from text field because i need indentify each value

as mentioned in the debugging panel is visualized as this.

When e.g. using the immediatepanel
YourJSONObjectVar.ToString would show the plain json
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

1 Like

@rodrigoneira
Additionally for some starter help here are some visuals
grafik

1 Like

I geeet It !!

thanks a lot!

image

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