How do you expand an array of nested objects into rows?
Question Description:What is the suggested way to expand an array of nested objects into rows?
Answer:
You can do that with the JSON extraction node as well. If you select "Array of objects" as the extraction type and -1 as the index it will flatten the array into multiple rows.
Was this article helpful?