Hi All, In this post you will learn how to send an email to specific user from power apps
On the βOn Selectβ property of button, I have written the below formula.
Office365Outlook.SendEmailV2(βPLEASE ADD THE EMAIL ID HEREβ ,subject.Text, body.Text)
Leave a Reply