Morning.
I am trying to send email from in Powerapps using Office365Outlook.SendEmailV2
currently OnSelect I have
Office365Outlook.SendEmailV2
(
ThisItem.'Employee Name'.Email,
"Subject field text",
"body field text"
)
this works perfect and sends the email but does not allow the user to view the email before sending.
Is there way to display the message before sending it.