I’m creating a workflow where I create a Google Sheets, then I append rows to it. The Google Sheet is created. The ID of the Sheet is showing up. But when I try to append, the ID is undefined.
What is the error message (if any)?
Can not get sheet ‘By ID’ with a value of ‘undefined’
Thank you! I was able to fix the issue by merging as you said. I thought the data from the previous nodes was carried over. However, I actually need to use a merge node.