I have a SharePoint list that basically has two columns of interest (Department, & Name). I am trying to build a Power Automate Flow that will return the email addresses of everyone in each particular department. So when a user selects a department, I want to be able to send out a notification to everyone who is in that department. So far, this is how far I have gone...
How do I get this done, to build my array of email addresses on the list so that i can use to generate my notification? Thanks