Hello,
I have a power app that send email using Office365Outlook.SendEmailV2( formula however my requirement is to be able to send to a blank "to" as I already have few distros in Bcc.
ANy help is appreciated.
Thanks!

Hello,
I have a power app that send email using Office365Outlook.SendEmailV2( formula however my requirement is to be able to send to a blank "to" as I already have few distros in Bcc.
ANy help is appreciated.
Thanks!
Hi @Anonymous,
The 'to' field is a required field for the SendEmailV2 function.
If you want to send an email without the recipients being able to 'see' each other in the mail (undisclosed recipients) you could:
If this solves your question, would you be so kind as to accept it as a solution.
Thanks!