Hi Team,
I have a flow and i only wanted it to email when i publish the changes on the share point page. However, it is emailing when i click edit, when i click save and when i click publish. My first flow under when a file is created or modified i have the array: @{triggerOutputs(?[body/value'}, i have a trigger condition under this @{equals(triggerOutputs()?['body/{FilenameWithExtension}'], 'Production-Updates.aspx'). the next is get changes for an item or file (properties only) Id: @{triggerBody()?['ID']} and the Since is: @{triggerBody()?['{TriggerWindowStartToken}']}
It has to be something pretty simple right??