Hello fellow devs,
I am trying to develop an app with Power Apps that has a form with a dropdown named "dropdown1" of SharePoint User with the fields:
- Title: name of the Person (String or Text)
- People: (Office365Users Person or Group)
and a button "Send E-mail" named "button1"
When I click on button "Send E-mail" i need to send a e-mail to ALL the people data is in the database.
For this I am using the OnSelect button action with a call to the Office365Outlook.SendEmailV2
The function SendEmailV2 parameters are SendEmailV2 (e-mail separate with ; , "E-mail subject", "E-mail body")
How to get all the e-mail, separate with ";" and put in the formula?