I am attempting to copy bank transactions from my finances app (monarch) to Google Sheets. I have many transactions and thus would like to append all transactions (rows) to my Google spreadsheet in a single API call. Appending each transaction in a loop quickly exceeds the Google API transactions per minute limit.
Is it possible to append multiple rows to a Google Sheet in one node execution?
If the data is from different formats you need to use a set node to ensure consistency. Next use the append to merge the data and write it to the sheets