I have a somewhat complicated script that was written to dynamically display certain attributes of a selected Insight object field in a JBCF: Message Field within a form. This initial part works well, however the content is ephemeral and needs to be pushed into another field to keep it with the submitted ticket.
Using a "copy field" post-function in the workflow, I can capture the content in another textarea field, however it pulls in all the HTML as well as some of the script content ({"messageType":"info","title":"Training Requirements:","body":" <br/>) used to format the content in the JBCF: Message Field, making it unreadable.
Is there a way to strip the formatting and simply replace it all with some sort of markdown for line breaks that is recognized by the textarea field? Is there a different field I should use? (I tried a Devinity rich text field but got the same result).
Thank you!
Figured out that I simply needed to change the "Renderer" setting in the Field Config for the field to mostly clean it up. Still some mess in there, but significantly better.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.