Hello,
I have a query regarding the notes which are getting created as a part of the CRM workflow. The issue is whenever the workflow creates a note in case entity it is showing the HTML codes instead of the original text format.
The workflow copies the description text from another entity and using that description, wf creates a note in the case entity, but with html code.
For eg, i have provided the text in the description as
Test
Test 1
When it comes to the note which is created by the workflow, it is showing
Test<br/><br/>Test 1<br/>
Can someone help to resolve this
When i Directly edit the note in the case entity, it's displaying without any issues. Issue is only when the ed creates the note.