A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi @Richard,
If that's the case, I suggest you use a trigger condition:
- Keep your trigger as "When a file is created or modified (properties only)"
- Select the trigger > Settings > scroll down to Trigger conditions
- Add this expression into it:
@and(equals(triggerOutputs()?['body/{FilenameWithExtension}'],'Schedule.xlsx'),not(equals(toLower(coalesce(triggerOutputs()?['body/Editor/Email'],'')),'******@here.com')))
- This trigger only runs for your file Schedule.xlsx and skips the run if the editor's email is your email address.
- After that, your flow can go straight to Send an email (V2) step. In short, your flow only needs two steps: Trigger > Send an email (V2)
You can try this approach and let me know if it works. If not, please notify me and we can work together to find a solution.
Thank you for your patience and understanding. Hope to hear from you soon.