hi all i need a help to convert json to Data Table Hear is my string i was getting this from Python script actually i need out put as data table but its not working so so converting the table to json in python and passing as string as out put so now in uipath this json needs to be converted in to Data Table
They do give the answer which is to use the UiPath.WebAPI package and its JSON utilities to convert to a JArray. Then you can loop through that array and add each item to a datatable.
This doesn’t make sense to me. You should set it up so that the JSON contains each item then the properties (ie quantity, description, cost) for each item.