Not able to create a google sheet and popualte data into it.
I can only create an empty sheet, after that I am unable to figure out how to insert data since it asks for columns to map but such columns can’t be createad in the sheet creation step… What am I doin wrong?
where you want to insert the data, there are several problems:
First, you’re manually selecting a sheet, and it’s a completely different sheet from the one that was created initially.
Second, even after selecting the correct sheet, you’ve chosen the mapping mode as “manually,” and you’re specifying columns that don’t even exist yet, since the sheet is still new.
So the solution here is either to delete all of them and choose automatic mapping, or make sure the sheet already has those columns (create them manually).
The issue of the different sheets is just a copy paste error for creating the workflow sample, that was not actually the issue.
The issues I had actually were 2:
I didn’t know that the automatic mapping mode would just create the “header/column names” for me and I thought I would need to specifiy them somewhow in the create sheet node step.
I was not able to select the document and sheet source in the insert sheet node since the document is created in real time by the workflow ,therefore the “From list” dropdown was obiously not containing the name of the document I was expecting, now I realized I had just to use “By id” and map it with the id returned in the creation of the sheet.
Now it is working fine. Thank you for the support!