Hi,
We are migrating workflows to flows and the data model is fixed. We have a requirement to trigger a flow when a relationship is established between two entities in a N:N relationship. Since CDS creates a third entity in between to do the mapping, the idea was to take the CDS (current environment) trigger and configure it on the create of the in between mapping entity as "xxx_xxx_entity1_xxx_entity2. We also tried to suffix it with "Set", but the trigger gets corrupted saying the entity is not present in the metadata cache.
However, whatever we try, the flow is not getting hit. No run history is present neither. Is this caused because it is an "invisible" entity? Is there a workaround to achieve this? Since it's a migration, there is no possibility to create the "third" entity ourselves.