I am using Google Sheets to collect a list of marketing activities to then create or update an all-day calendar entry in a shared Google Calendar.
My trigger is New or Updated Spreadsheet Row. I did not specify a single column as I want the trigger to fire regardless of which column is updated.
I have a filter set to stop the creation of tentative events that don’t currently have dates from creating a calendar entry.
Next I used the Find Event action with the search term set to an Event Id which is a unique identifier. I also have indicated that if no event is found to create a new calendar entry.
Last, I have the Update Event action to update existing calendar entries.
I don’t think my unique identifier (Event_ID) is getting recognized by the Zap nor Google Calendar.