You can use the Deserialize Json activity to parse the json received from the api. You can then add the data to a DataTable in whichever format you require and then use the Excel Write Range activity to write the data to Excel.
I am using HTTP request to read API Json then i used Deserialize JSON to parse the Json recieved from API then i used for each activity to obtain the data but this error pops up. What should i do ?
The Type argument shoulb be of jobject but in the above Screenshot you have shared its Jproperty. Change the argument type to Jobject and it will work fine.
You are DE serializing the json and storing in j_obj and then again why are you deserializing the j_Obj(“FileName”), that is the thing which is causing the issue. Have a look into it.
I want the bot to fetch Workstation printer when i pass the number 1. My json can be dynamic, i want to retrieve the values one by one by passing number