Good morning!
I have Email Templates setup in HTML for all of my auto generated emails that are sent out. I now need to add an IF statement so that notes will only be added if they are not blank and I'm not sure how to properly format the HTML in PowerApps.
So I only want this string to be visible if varEmailNotes is not not blank. (varEmailNotes is a global variable).
<p><strong>Notes from Resolving Officer: </strong>" & varEmailNotes & "</P>
Thank you!
-g