Greetings,
I wanted to ask the community if something i want to do is possible in PowerApps. I have made a Leave_Request app, and i have an issue with the confirmation button. I want the users, when they press the submit button, to receive a confirmation mail, that their request was sent successfully. Furthermore, i want the same button to send the admins an email, that the specific user applied for a leave request so that they can approve or reject and when they make the decision, to inform again the user with an email.
I know that it is possible with a Flow in Power Automate, but is it possible within PowerApps?
Kind Regards,
Thanks in advance
Solved! Go to Solution.
Hi @ChristosKarak ,
You do not need a Flow. Connect the Office365Outlook connector and then you can do something like this
Office365Outlook.SendEmailV2(
User().Email,
"Request Received",
"Your body text here",
{Cc:"YourAdminEmail"}
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Create a new flow from template and select Powerapp Button.
Add a new step Send email notification,
In each field inside the step add ask to powerapps content.
Inside the app, select a button and add Action -> Power Automate
When added, it will ask you three in
Hi @ChristosKarak ,
You do not need a Flow. Connect the Office365Outlook connector and then you can do something like this
Office365Outlook.SendEmailV2(
User().Email,
"Request Received",
"Your body text here",
{Cc:"YourAdminEmail"}
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @ChristosKarak ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
203 | |
106 | |
56 | |
52 | |
41 |
User | Count |
---|---|
274 | |
159 | |
89 | |
81 | |
56 |