hi,
This flow I adapted from a you tube tutorial, it had

as the first step, with the following trigger conditions
@Anonymous(equals(triggerOutputs()?['body/ApprovalStatus/Value'],'New'),equals(triggerOutputs()?['body/ApprovalStatus/Value'],'Rejected'))
@equals(triggerOutputs()?['body/Author/Email'],triggerOutputs()?['body/Editor/Email'])
I added the form " when a new item is added" to the first step as I am using a form
How can I add these trigger conditions?
Or is there a simpler way to achieve? Thanks