HTML Encoding in field - pure html populated
Hello,
We have an issue with field to which html code is populated and then referred in Velocity Script.
Everything worked fine till Friday April 23rd 21' when it stopped and essentialy all characters "<" and ">" are disrupting our code and when email is populated in Preview whe see pure html code where there should be regular email content.
We are using option HTML Encode checked on a field level.
Also tried solutions described in here: https://nation.marketo.com/t5/Product-Blogs/Even-when-Velocity-isn-t-doing-anything-it-s-doing-something/ba-p/242032 but still no luck.
Our dev suggested workaround and use something like within the Velocity token:
#set ($valueCC = "${lead.commoditiesBulletinContentOil}")
$valueCC.toString().replaceAll("\<\;","<").replaceAll("\>\;",">");
but then there are some   left

I would appreciate any help here.
Best,
Kacper