Announcements
I'm pretty certain. Have you tried adding a semi colon and additional email addresses in the CC area?
Thanks for posting in the community @kywest! Are you still experiencing this issue? If you are, please update the thread and review the latest reply from @ericonline
@Anonymous
Hello,
I have a drop down list with multiple choices (people and groups) and I would like to be able to send an email to all of them when I hit the 'send email' button. On 'OnSelect' button I wrote the below syntax but this only sends an email to the last person that was selected from the drop down list.
Office365.SendEmail(DataCardValue74.Selected.Email,"Subject","https://web.powerapps.com/apps/27535627256232975692856286459265=" & ID)
I would like to add 'ForAll()' but I am not sure how.
I would very much appreciate your help.
Many thanks,
Andreea
I'm having the same issue myself. Can't seem to make it work with commas/semicolons.
Use Concat() function to create the destination list of adresses
Look at this post:
https://powerusers.microsoft.com/t5/Expressions-and-Formulas/Collect-Email-addresses-and-send-them-to-user/td-p/246238
Unfortunately I have access dennied on the link below.
Thank you,
A
@Bubbler wrote:Use Concat() function to create the destination list of adressesLook at this post: https://powerusers.microsoft.com/t5/Expressions-and-Formulas/Collect-Email-addresses-and-send-them-to-user/td-p/246238
ndreea
What worked for me was doing the following under after Cc
{Cc:"email1@mail.com"&";"&"email2@mail.com"}
Let me know if it solves your issue as well.
Try this:
Office365.SendEmail(User().Email,"title","body",{Cc:"abc@gmail.com;xyz@gmail.com"})
This: :"abc@gmail.com;xyz@gmail.com"
Instead of: abc@gmail.com,"xyz@gmail.com"
Keep a Text Input Box for users to enter mail id and mention it in Send mail formula for e.g. (TextInput1, <subject>, <mail body>). While using app, ask users to enter all required mail ids in Text Input Box using semi-colon for e.g. mailId1; mailId2; etc.. You may user hint text to give users hint as to which format to be used. Hope this helps.
Bonjour essayez d'utiliser le screen email déjà prédéfini dans power apps et l'adapter pour ton cas je l'utilise et sa fonctionne
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 536
WarrenBelz 426 Most Valuable Professional
Haque 305