Hi! I’m retrieving some contact data from a Google Sheet, but I’m getting all the rows combined into a single element.
How can I extract specific rows from this array? I need to get one particular row to update contact details in GHL.
Hi! I’m retrieving some contact data from a Google Sheet, but I’m getting all the rows combined into a single element.
It’s pretty easy: you have all the necessary data in the “newRow” object so that you can use it in the next connected nodes.
The first column has an index of 0, the second column has an index of 1, etc.
Check out this video
This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.