I have a Flow that scans a List for four 'Titles'; and, where the 'DueDate' equals 30 days send an email.
Everthing works.
For test purposes I manually entered my email addressed into the 'Send and email' "To" field.
For the test there were three Members that meet the condition of 'Title' and 'DueDate'.
When the Flow runs I get one Expiration email per person.
There is a MemberList (contains Member and Member supervisor Name and Email Address) and a MemberCertQualList (this is the List the Flow is currently acting on).
How do I update the Flow to ONLY email the Member to whom the expiring document belongs and his/her supervisor?