Parsing Nested JSON

We have a target system that we are able to pull in data via API. In that system we have a description field that can be populated, currently we are not able to modify any custom attributes so that it is returned via the normal API query. My thought would be to add a json structure with the specific values to this field and possibly parse it within SquaredUp. I’ve attached a sample of the json.

Is this possible?

2023-06-16 13_05_53-● Untitled-2 - Visual Studio Code

Maybe best in this case would be to use a PowerShell script tile which would fetch the JSON and parse it, instead of just using the Web-API Tile…

1 Like

Agreed, that might be the best solution in this instance. I wanted to check if the native rendering could handle before going that route. Appreciate the response.