Hi everyone
This fantastic community has a number of similar answers on this subject but for the life of me I can’t seem to bring them all together to get it working!!!
I want to use the idea of the Google Sheets API to export data to a sheet to save on operations. It seems straightforward but I can’t get it to work. I’ve brought it back to a simple scenario to concentrate on the main issue.
- Created a simple Datastore to hold some employee data I want to transfer to the sheet:
- I use the Text aggreator as I’ve seen in a few examples to bring it together:
- I make the Google Sheets API call.
I’ve read a lot of variations on this without getting full clarity of the best. BatchUpdate, Append on the one I’m trying to use now (I don’t care which):
Now stuck with the following erro, checked brackets etc. and cannot get it to work:
This seems a huge bonus where volums of data is needed to be passed but don’t want to use an operation for every row.
Really appreciate any smarter people than me to get a clear working example of this.
TIA
Mike