Hi When I click on submit button I want it to navigate to a new page and then send an email with details I add into the formula bar using below what am I doing wrong?
trying this formula
Navigate(ThankYou, Office365Outlook.SendEmail("email address","Subject", "Body"))
Even if I just use the send via outlook settings nothing comes through
How do I fix thanks
Solved! Go to Solution.
This can be accomplished by separating the commands using a semi-colon ( ; )
Navigate(ThankYou,None); Office365Outlook.SendEmail("email address","Subject", "Body");
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
This can be accomplished by separating the commands using a semi-colon ( ; )
Navigate(ThankYou,None); Office365Outlook.SendEmail("email address","Subject", "Body");
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Hello, im trying to get a form to email with a number of text boxes and uploaded images and transition to the next screen, but the following is not working:
Navigate(Screen2, ScreenTransition.Fade) ; Office365Outlook.SendEmail("email","REQUEST -"&E & G &date1,A&
B&
C&
D&
E&
F&
G&
H&
I&
J,({Attachments:UploadedImagek&UploadedImagel&UploadedImagem&UploadedImagen&UploadedImageo&UploadedImagep})) ;
suggestions?
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
202 | |
175 | |
62 | |
32 | |
31 |
User | Count |
---|---|
324 | |
268 | |
104 | |
73 | |
56 |