Hello! I am trying to build a string sequentially as I iterate through a Google Sheet. I have seen this question asked a couple times, but those answers didn’t fit my use case.
From a high level, I am using a formatted spreadsheet to build a Wordpress form export file. This lets me generate forms from a spreadsheet and is super useful. I built it in Make.com but am trying to move over to n8n.
To build the form, I have to make a json structure with a header, body fields and a footer. So I need to store a value and slowly build on that value for each row in the spreadsheet.
Here is a loom video for context to the problem:
Information on your n8n setup
- n8n version: 1.78.1
- Database SQLite:
- n8n EXECUTIONS_PROCESS setting own, main:
- Running n8n via n8n cloud:
- Operating system: Windows