Google Calendar Flow and Pieces - Debugging

Hi everyone,

I’m trying to debug a flow that involves Google Calendar.

The flow goes as follows:

  • New Event is added in Google Calendar (in a specific calendar within Google Calendar)
  • I then add a new attendee
  • and then write some of the event’s details in a Google Sheet
  • the flow has more components as well, please see the image attached

Bugs:

  1. Flow triggering twice

The flow is triggering twice, as I eventually get 2x lines in the Google sheet, with the same data. The two triggers have 5 min between them, as they are “detected” in different runs of my flow.

I suspect that adding an attendee might be triggering the flow again.

How can I avoid this?

  1. Attendee email = non-sense

Every few triggers the order of the emails passed in the event changes, and one of them (usually the organizer so far) is replaced with a string that is not readable by the next steps of my automation.

How can I get the right value each time?

I hope I make sense!

Thanks a lot for your help.