Connector In Use:
When an event is added, updated or deleted (V3)
The event “id” property of an event can change, either from "added" or "updated" triggers.
Why does the id change?
How we can capture these changes to keep the most current/accurate event id value? Is there a way to map the old and new id values? This id must match for updates and deletions.
Thank you