Skip to main content

I have a Zap that is running a report on a property in Google Analytics 4 and comes back with the desired data as nested arrays when I test the Zap.  However when I try to access that data to loop and then add a new row into MySQL, the nested arrays are combining into 2 comma delimited strings, one being all the dimensions data combined and the other being all the metrics data combined. I also, tried retrieving the data via API Request, but with same issue with no way to map the individual fields and formatted is of no use because all the fields and all the rows are combined into the single string. 

Has anyone else run into this problem and if so, how were you able to remedy?