Hi,
I'm new to power automate and would like to know how to achieve my below requirement using flow.
Step 1: I have a SharePoint list with a custom column Target Audience . It's a person or group picker with multiple selections enabled. The users will be using this to send out emails to multiple groups(it will be different for each user submitting the item).
For example: User ABC from marketing wants to send out emails to groups related to marketing. So she will create a list item and select the target audience as Group A, Group B so on. I want to create a flow to be able to retrieve email addresses from each of these groups and trigger an email to the respective people in the groups.
Step 2: Once the user receives the email he needs to acknowledge it. If its acknowledged the status will be set to "Acknowledged" if not it's set to "Unacknowledged". This data(username, email id) should be stored in a separate library or list for future reference.
For example: The site owner needs this data for audit log. And for each item they want the list of users who have Acknowledged or Unacknowledged.
Step 3: They should also have the option to search based on the people picker.
For example: The site owner will enter the person's name ABC in people picker and all the acknowledged items related to this user should be populated.
Thank you! Would highly appreciate your responses.