Hi, I am using n8n cloud version 1.41.1. Every setting is default.
I was making a request to append rows to Google Sheet with Sheet API.
The process is to create a report by creating a new spreadsheet and append data to the newly created spreadsheet.
I use a variable to store the 2D array for the json request body as below:
However, when I used the variable in the request body in the sheet api node, the array showed up incorrectly, missing the closing square bracket.
Could anyone tell me where the mistake is?
Best regards,
Thanks for posting here and welcome to the community!
I am trying, but I cannot re-create this output that you are getting. Could you share your workflow and ideally pin the mock data? You can share your workflow here by pasting them as JSON in between two block quotes (```).
Also, just out of curiosity, why are you using the HTTP request node instead of the Google Sheet Node ?