Hitesh1
(Hitesh)
1
HI Team, Can we convert below json to datatable format
{
“data”: [
{
“7”: {
“value”: “A1”
},
“8”: {
“value”: “B1”
},
“9”: {
“value”: “C1”
}
},
{
“7”: {
“value”: “A2”
},
“8”: {
“value”: “B2”
},
“9”: {
“value”: “C2”
}
}
]
}
Thanks,
Hi @Hitesh1 ,
Could you try using the Deserialize JSON Activity from the UiPath.WebAPI.Activities Package toggled to System.Data.DataTable?

Kind Regards,
Ashwin A.K
Hitesh1
(Hitesh)
3
I tried this, but not working
ppr
(Peter Preuss)
4
assuming you are looking for this:

Find starter help here:
ppr_JSONBox_Hitesh.xaml (11.2 KB)
data_hitesh.json (197 Bytes)
Hitesh1
(Hitesh)
5
Yes, Thankyou for your quick help !
system
(system)
Closed
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.