I have 4 Code nodes in my n8n workflow that each generate part of the data I need. I want to combine all the outputs from these Code nodes in single code node to add in my google sheet as a one row . But in this case the combine code node run four time for each arrive data , so it add 4 row in the sheet . What’s the best way to ensure all data is merged into a single row before adding to the sheet?