
Announcements
Hi All,
I am trying to achieve disassociation of a N to N entity.
Scenario: Entity A(Parent) , Entity B(Child) they have N : N relationship.
Entity C is a child of Entity B (1 : N)
I am associating Entity B to Entity A (N:N) on addition of Entity C.
I want to remove Entity Association between A and B when C is removed/deleted.
Is there a way to achieve this using Power flows? or are there any alternative methods to capture the entity before it gets removed/deleted.
Hi @Priya_Kondepudi,
By "Power flow" I assume you mean Power Automate cloud flows. Yes it's possible using the Common Data Service (current environment) connector with an update trigger when Entity B is updated. Here are the high-level steps:
Hope this helps!