Hey guys. I need some help. My workflow does not work.
The workflow is as follows:
Watches for a new event created in Eventbrite. Multiple events, each sent as a bundle.
List any new attendees to that event.
Creates a new Sheet in Google Sheets.
Add a row of Headers.
Add the details of the attendees to the Sheet.
Error displayed is the “400: INVALID_ARGUMENT - Unable to parse range: ‘Attendance List for [Collection]’!A1”
I have been told the following: Split the scenario into two scenarios and attach a HTTP to one and WEBHOOK to the other. They suggested adding an iterator or a time delay, or change the name of the sheet.
The problem right now is that every time it runs, a NEW spreadsheet is created. What I want is the previously-created spreadsheet to be UPDATED with new attendees and new details. Any ideas how?