I am attempting to set availability from Bookings Event; default 'Busy' to 'Tentative' however the trigger event fires many times instead of what I presumed would be a single event.
New Event fires 1 time

Modified Event fire multiple times

Trigger Condition set as
@equals(triggerBody()?['organizer'],'ORGANIZER EMAIL ADDRESS HERE')
Should I be using the other parameters to get the specific modified event, if so, how do I implement?

