Hi guys,
how are you? I need a little help here. I was able to create a flow that will create event in another tenant based on whats created in the first tenant. However problem is that I cannot update event in another tenant because I got this:
Invalid filter clause
clientRequestId: 69a0db0c-6639-4d0a-a7db-d8015810e034
serviceRequestId: 5a845c10-b585-41cf-ab08-ed086d00a3bd
Im trying to do it by this: When an event is modified (V3) > Get Events (V4) ( tried also v3 ) > Update event (V4)
In Get Events I'm trying to filter by event ID which dont work and also when I leave filtering empty in Get Events then Update event ( based on ID ) will end up with error above or by this:
The specified object was not found in the store.
clientRequestId: d20383ca-736b-48c0-b249-7122b733c0f2
serviceRequestId: 03e4ed1e-5843-40c4-8d23-de027f753943
If you have any idea how to do this, could you help me please?
Thanks to all!