I need to extract abc_id from this JSON format in uipath...Can someone help with this code only? JSON Parse

{
“ResponseType”: “SUCCESS”,
“Data”: [
{
“abc_id”: “29854”
}
],
“Duration”: 6887,
}

@anjasing

have a look here:
grafik
grafik

we are accessing the first array item abc_id and return the value as:
first yellow: as string
second yellow: as int

Thank you so much. It worked :slight_smile:

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