I have a Dataverse 'When a row is added, modified or deleted' trigger that runs a flow used for modifying an excel (it doesn't make any changes to the Dataverse table).
And it's very strange because it has two issues:
- My trigger is set to Modified or Deleted but it runs the flow once when creating a new row???
(I solved this with @not(equals(triggerOutputs()?['body/modifiedon'],triggerOutputs()?['body/createdon'])) expresion in Trigger Conditions but it's still strange to me)
- It runs exactly 4 times for each modification inside the dataverse: