Hi,
In Dataverse I have 2 tables: Employees (com123_employee) and Events (com123_event) which have Many-to-Many relationship (com123_event_com123_employee). We want to be able to run a Power Automate Flow every time an Employee is related/unrelated from Event.
User Story:
Customer would like to:
1. add an Event to an Employee object via the Event subgrid. => Do actions: Say create a new record in Excused Absence table with Employee and Event. Create new record in Attendance table with Employee and Event.
2. remove an Event from the Employee subgrid. => Do actions: Delete the created records in Excused Absence and Attendance table.
I tried creating a Power Automate flow to detect change to com123_event_com123_employee table (as a custom table name), but it doesn't seem to work.
Is there any OOB functionality that can achieve this? We normally create the data structure and pass it off to clients, so we can't over-customize the system.
Thanks