I have a SP List that has a MngrEmail field and a UserEmail Field. Each week I want to send an email to the manager with all of the items in the list, which I have working by this flow below. The outputs are the unique emails that I got from a Compose statement that is a Union of the Manager email(Outputs,CurrentItem,Filterarray where item = Email). All of that works fine to send one email to the manager. The problem is I have another Compose also outside of the Apply to Each that gets the unique UserEmails. When I put that output('UniqueUserEmails') into the CC, it puts quotes around the email address and the email fails. What would be the best way to get the Unique UserEmails to CC all of them on the one email? Thanks.
