
Announcements
You're very close to completing a powerful flow! Let's break down the two parts you're stuck on and how to solve them:
Assuming your Excel table has columns like:
NameEmailJobRoleYou can do the following in Power Automate:
List rows present in a table):Condition:
Check if item()?['JobRole'] equals the role you're targeting (e.g., "Manager").
If Yes:
item()?['Email']To send from a shared mailbox or group inbox, use:
team@yourdomain.com)item()?['Email']Make sure the flow owner has Send As or Send on Behalf permissions for the shared mailbox.
If you're using Outlook calendar events, you can: