Hey there,
I want to add the leads into a newly created Google Sheet, that I create with the create sheet node.
I am just facing the problem, that this sheet obviously doesn´t contain any headers (because its new), so i can´t add any information in there, as the append row node needs headers to match the data to.
Please Help @jabbson
The way you can do this is by updating the row with new key value pairs, which you can send from another node or set manually using the Edit (Set) node. Then in the update rows Sheet node you can choose to use automatic mapping - it should allow that for the first time - if the sheet is empty and will set the header row for you.