Hi,
in a Power BI report in which a Power App is also integrated, I'd like to select multiple mail addresses and click on the Send-Mail-Button of Power Apps.
So far, it works when I send mail to only one mail address (receiver). It's because currently my format text in the Power Apps development is:
Mail.SendEmail(
First( [@PowerBIIntegration].Data ).Receiver_Mail,
... )
So I guess instead of First(... I need to use something else.
I was trying to adapt it for sending to multiple users by using "FirstN", but it doesn't work in the formular bar.
How can I adapt this?
Thanks
Many regards