Hi All,
In sharepoint online reave request list leave type i have is "VACATION" "PTO" "Sick"
"WORK FROM HOME" using power automate i need to send emails for when leave type is only Vacation and PTO.For rest of leave type no need to send emails using power automate.
Please need suggestion.
Thank you,
Sowjanya.
Muhammad Imran AnsariPosted Jun 18, 2025, 4:42 AM
Hello,
To achieve this in Power Automate (formerly Microsoft Flow) for your SharePoint Online Leave Request List, you can create a flow that only sends email notifications when the Leave Type is "VACATION" or "PTO".
Here’s how to do it step by step:
1. Trigger:
When an item is created or modified2. Condition: Check Leave Type
After the trigger, add a Condition control:
Expression:
3. If Yes (LeaveType is VACATION or PTO):
Created ByorManager)4. If No:
Leave it empty (no actions).
Good Luck!