Re: When a row id added or modified or deleted - Where exactly is the trigger attached?
Hi @midhun_heart , When you create a flow and added a trigger like "When a row is added, modified, or deleted" for a specified table in Dataverse, the trigger is managed on the Dataverse layer. The actual trigger logic is handled within the Dataverse infrastructure itself.
Behind the scenes, there is a webhook that notify receivers about events by making requests to receiver endpoints (which is power automate service in this case) with some information (that you saw in dynamic content) about the events. Dataverse keeps track of changes in the data and notifies Power Automate (using webhooks) when the specified conditions (add, modify, delete) are met. Notification is a callback to the Power Automate service, which then executes the ]flow.
For more information on Dataverse Webhooks, please read: Use Webhooks to create external handlers for server events - Power Apps | Microsoft Learn
I hope this will help you.
-----------------------------------------------------------------------------------------------------------------
If your question got an answer, please click "Accept as Solution "✅, If you liked my answer, please hit the "thumbs-up" 👍button.
Thank you,
Harsh Deol