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)
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)