Using JSON output

Hi all. I am using the Call API to get an output from the Facebook marketing api. It returns it formatted as JSON, is there an easy way to display that data in a table inside of Glideapps?

You would have to use the Query JSON column to parse each info you want to display out to be able to use it as separate fields.

Another way is possibly build a HTML table, using JavaScript to process your JSON.