Re: Run a flow when document approval status = "Pending"
@johnjohn123 I believe when using the trigger you have used will not contain the moderationStatus. Consider using the trigger "When a file is created or modified (properties only)" instead.
The Trigger condition should be:
@equals(triggerOutputs()?['body/{ModerationStatus}'],'Pending')
