Hi guys,
Is there way to send emails from PowerApps selecting emailaddress from an SharePoint list with the same attach?
Tks!
Hi @hivechris ,
Do you want to send emails from your SP list?
What column type do you use in your SP list?Is it one Person type?
I test with Person type, allow multiple selections, as next screenshot shows:
SP list:
App test:
Firstly you should add your O365 oulook from (View->Data Source->Data)
Add one ComboBox control, and ComboBox1.Items:Choices('20190328sendemail'.Person_M)
Add one button control, and Button1.OnSelect:Office365.SendEmail(Concat(ComboBox1.SelectedItems.Email,Email &","),"send from app","hello") ("send from app","hello" is the subject and body of the email for test, you can change on your side)
More information:
Hope this could be helpful.
Best Regards.
Yumia
User | Count |
---|---|
136 | |
127 | |
74 | |
71 | |
70 |
User | Count |
---|---|
208 | |
200 | |
64 | |
63 | |
54 |