I created a scheduled Flow that gets items from a list that have a "Complete" field of "NO" then places that in to an HTML table and emails the information. The email sent looks something like this.
The following Move Slips are awaiting completion and may be assigned to you.
Name | Submitted | Effective | MoveID | Responsible_Party |
Anne Droyd | 2022-02-01 | 2022-02-21 | 4 | Responsible@email |
Jacque Strappe | 2022-02-01 | 2022-02-21 | 5 | Responsible@email |
Please follow this link and complete your move slips using the correct Move ID.
https://forms.office.com/r/BLAH-blah-BLAH
The Flow looks like this:

I was hoping to have the table sent to the responsible parties and cc'd to me but I'm not sure how to make that happen. If I do an apply to each on the email action, if the same person is responsible for multiple entries then they will get multiple emails, as will I being cc'd. Is there a way I can take the info from the "Responsible Party" column, filter it for unique emails, then have that output as a string of emails seperated by ";" so that I can have that in the email TO: field as dynamic data so that only one email goes out? (at some point there might be 10-15 entries in this table with multiple duplicates for "Responsible Party")
Thanks in advance!