
Hello Everyone.
I'm trying to implement an app that has four fields. Gallery, Visual Form, Edit or New Form and Submit Confirmation.
When the people fill out the Form and click on SUBMIT, I need to receive a confirmation Email with a message like "You have a new record". How can i do this ?
Properties:
Connector: Office365Outlook
OnSelect SUBMIT Button: SubmitForm('EditForm HK-5221')
Thankssssss
Hi @PabloLopez
I suggest using Power Automate to send emails when the new record is created. We can send emails from PowerApps itself but we have more tracking in Power Automate.
PowerApps
If you want to send it from PowerApps then Set the OnSuccess Property of the Form to
Office365Outlook.SendEmailV2
("To recipient",
"New Record has been created",
"Email Message"
)
Power Automate
Type: Automated Cloud Flow
Trigger: New record Added
Action/Step
Thanks,
Stalin - Learn To Illuminate