Hi,
I am trying to build a flow that selects all rows in an Excel table relating to one To email address, then sends one consolidated email to the recipient. I also need to include a CC field.
I'm very new to flows but have managed to compile the below based on what I've found online - it works perfectly to group the rows and sends only one email, however the CC field is duplicated many times in the output (once per row of data that the CC email is included on).
to: email correct
cc: email; email; email; (same email for every row)
I have tried using the Union expression to bring only one CC value forward, however as I am already using this for the To email, it throws up an error.
Does anyone know how I can correct my flow?
Thanks