Hi Everyone,
i’m working on 1 JSON file, i want to extract some data from that Json file but when i’m trying to extract data, I’m unable to use specific fields. uipath is throwing me erros. I’m attaching my code below. Can anyone guide me.
I want to extract - Country, Webpage,name
As top level entity of your data is json array, it’s easier to use Deserialize JSON Array. If we use Deserialize JSON, it’s necessary to set TypeArgument is JArray type. Or if we set object type at TypeArgument, we need to cast it to JArray type when use.