Hey guys!
I'm not sure how you can use HTML in an email sent in powerapps, I want to insert breaks and things like that but in between the lines there are lines of code like concat and things like that... is there a way to put HTML formatting to a specific portion. For instance a part of the code is:
Office365Outlook.SendEmail(PSDEmail_1,JobNumber_1 & " " & WellName_1 & " Run #" & Runnumber_1 & " Pre-job checklist",If(Dropdown_1.Selected.Value = "High tier","QHSE Considerations:"&Char(10)&Concat(QHSE.AllItems,label1.Text&": "&radio1.Selected.Value&Char(10)&"Comments: " & commentsinput.Text&Char(10)
and it continues, but I would like to be able to put QHSE considerations in bold and also not have to use char(10) everywhere for the line breaks, I find <br> much easier.
Thanks for your help in advance!