Hi all,
I have a Sharepoint list, where each record has a primary owner and delegate owner(s). The delegate column can have multiple people. I have a recurring trigger that checks for a series of conditions within each record, and if satisfied, an email needs to be sent to the primary owner and cc all the delegates listed for that record.

I followed the instructions at Solved: Send email to multiple recipients from Flow with P... - Power Platform Community (microsoft.com) which looks like this:

This "worked" however what happened is:
- one email is sent re Client A to Manager 1 and cc all emails 1 & 2 & 3 & 4; and one email sent re Client B to Manager 2, and cc email 1 & 2 & 3 & 4. It appears the string is including all values in the Delegate column, irrespective of rows.
What I need it to do is:
- send one email re Client A to Manager 1 and cc email 1 & 2 only, and then a separate email re Client B to Manager 2 and cc email 3 & 4 only.
Any ideas? Am I missing something? Any help is appreciated, thank you.