I have API result that resulted in array not JSON, and im tried with quick chart like this
Quick Chart Output :
Labels Array is not a valid array, use valid JSON format, or specify it by expressions
HTTP Request Output :
No fields - item(s) exist, but they’re empty
You could try to aggregate the values into an actual array of items. See if this example helps:
Jabbson’s solution works if you use “all item data into a single list” option for aggregate. That gives you a JSON with all the values in the “data” field as an array.
If you want to preserve each value as it’s own item, you would need to use a code node. This is my first time posting on the forum, hopefully my workflow is available to you below as an example.