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
Comments
0 comments