
Hi everyone,
I created a Power Automate Flow with a Dataverse Trigger when a row is added, modified or deleted.
I want to start different actions on each of these change types. How can I create a switch condition with three cases (added, modified, deleted)?
Hi christian.hauser,
When this flow is triggered, there is a property named 'SdkMessage' to indicate it's change type. Here is body data when a row is deleted:
So you can use this expression: triggerOutputs()?['body/SdkMessage'] on the setting of Switch.
Test: