Hello,
I am trying to send a .csv report to whoever pushes the download button in a Power App. During testing, I'm receiving an email for each and every item in the report. I've tried a variety of Select and Compose Join Statement approaches, but nothing seems to work. Everything else in the app works fine. For example, the .csv report is generating just fine. I'm supposed to demo this app on March 20 at 1pm PST so if anyone could help me figure out what I am doing wrong I would be very grateful. Thanks! Teresa
Here are the basic flow steps:



The body here is coming from the Parse JSON step. There are currently 2 items in the report so I am receiving 2 separate emails.

Here are some of the approaches I have tried.
GET USER PROFILE > SET EMAIL IN VARIABLE > COMPOSE UNION

User Profile Results:

Here I tried adding a Select step for the "Report Email" dynamic content coming from the Parse JSON step.

Here are the flow run results.

The Join function reduces it to a single email, but not in a form I can use in the To line of the email step.
