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
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
170 | |
94 | |
65 | |
64 | |
61 |
User | Count |
---|---|
225 | |
160 | |
92 | |
82 | |
81 |