Prevent Recursive Update

fredericdietrich By On 24/10/2023

In Power plateform

How to prevent recursives update on trigger "When an item is created or modified"

 

add this in trigger settings, set your email (a service account) thaht will not launch the trigger

@not(equals(toLower(triggerOutputs()?['body/Author/Email']), 'service_account@test1.com'))

 

so with this settings you can perform an update in your flow without recursive trigger

 

Preventrecursiveupdate

 

Power PlateForm Sharepoint

  • No ratings yet - be the first to rate this.