One of my SaaS platforms at work has provided me with an API to access some information. When I do a GET request this is what it spits back out at me. The platform typically outputs reports in HTML or CSV format and this API also looks like some form of CSV.
{
"message": "\"Delivery Date\",\"Customer Account #\",\"Customer Name\",\"Route ID\",\"Vehicle Key\",\"Driver Username\",\"Driver Name\",\"Address\",\"Zip/Postal Code\",\"City\",\"Country\",\"Arrival Time\" etc....
When I try to load that into a table in Retool I get:
Invalid value. Try passing in an array of objects, or the result of a SQL Query with something like
{{ query1.data }}