Hello.
I have the following html text stored in an attribute with and html editor.
<p><<IF Work.StartDate > 01/04/2024 AND Work.Frequency IS DEFINED AND Work.PricePerService > 1.00 AND Work.ps_ModuleStatus.Status = 'Work Won Regular' THEN SHOW SECTION_START>></p>
However, when i go into edit the raw html again, > is changed to > like so
<p><<IF Work.StartDate > 01/04/2024 AND Work.Frequency IS DEFINED AND Work.PricePerService > 1.00 AND Work.ps_ModuleStatus.Status = 'Work Won Regular' THEN SHOW SECTION_START>></p>
I use the html in this manner:
OutgoingEmail.Message = EmailTemplate.Message
OutgoingEmail.Message is populated with all the tag expresssions normally.
The entire HTML has no issues as I am able to export it as a document.
I think the attribute being an html editor is just doing some text processing in the backend.
Any way to help with this would be great.
Thank you