
I have been attempting to build off of this solution, which worked great! But now I want to know - is it possible to capture whether an email is received from a specific group vs an individual person?
For example, say there are 4 groups and I need 1 response from each. (Legal, Accounting, Compliance, Operations) As long as I have 1 reply from a person in that group, I don't want to send out any more reminders. but so long as no one from the group has replied, I want to send reminders to everyone in the group.
Right now, I have 2 lists set up, a "Received" list (A) and a "Base" list (B). They are set up as follows:
List A Columns (Captured When an Email Arrives via another Flow)
List B Columns
Is this possible?
Hi @Anuyen1 ,
You can use Get groups of user action to get all the groups in which the specified user is contained, and use Get group action to get the group name and then see if the current user is a member of the expected group.
Image reference:
Best Regards,