help. I need to make an app where I can submit order requests. I want it to send an email containing all of the information the user inputted. i have been trying different things but I'm stuck
Solved! Go to Solution.
You can use standard html in the body of the SendEmailV2 function.
what do you mean by that
tried this and it did not work
You use the html inside the body text, for example:
Office365Outlook.SendEmailV2("someone@yourcompany.com", "test", "normal<br><b>bold</b><br><i>italic</i>")
If you don't know much html, this website is highly recommended.
okay but how do you embed the dynamic content?
Keep the dynamic values out of the strings, something like
"Following...<br><br><b>" & Dropdown4.Selected.Value & "</b><br><br>Item: <br><b>" & Dropdown1.Selected.Value & "</b><br>Quantity..."
Thank you so much for all of your help
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
193 | |
70 | |
49 | |
47 | |
20 |
User | Count |
---|---|
250 | |
127 | |
84 | |
75 | |
74 |