Hello there, Make Community,
I very new to make.com data pipeline development, so, having some struggle to do a regular json data parse.
I have first step, which pick data from Quickbooks API, which runs successfully.
Here is an example of Make an API call Output json.
quickbooks_json.json (5.5 KB)
And I would like to write data into BigQuery table, where I have parsed array.
Path to the array I would like to have on BQ:
body.Row.Rows[].Rows.Row[].colData[]
Basically, I need colData[ ] array which is within Rows.Row[ ] array which is within body.Row.Rows[ ] array.
I have created an iterators to get to the array elements I need, but I don’t even know, if I go into right direction to get data I need.
Help would be appreciated.
Thank you for your attention.
Kristaps