I’m having the same issue. I dug into the details of the runs and came to realize that a new event was created every time someone accepted the invitation to the original event. That makes sense because the process begins with “New or Updated Event”.
But as far as what to do about it so that doesn’t keep happening, I’m at a loss. @sm9900 did you figure anything out? @kishanprmr do you have any ideas?
Looking through the API, “sequence” seemed to be promising. I tried to use a branch to test if sequence=0 before proceeding to create a new event but upon testing it, someone accepting an invite registers as an event update but it doesn’t increase sequence so duplicate entries were still made and that’s a bust.
Hey, thanks for the response. No, I have the events set up to trigger from new event in Calendar A and action to add event to Calendar B with a step in between to check for a keyword (to avoid an infinite loop of events because I have another one set up from Calendar B to Calendar A).