How can I extract a value for all objects from an array of objects?
To unnest an array of objects, you can use the JSON Extraction Node in conjunction with selecting -1 as the key index.
Selecting -1 as the key index indicates that all key properties are being evaluated.
Example: Unnesting Facebook data using key index: -1
Was this article helpful?