- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 02:51 AM
Hi,
Is it possible to add a rich text variable that is editable from a record producer?
So far, I haven't found any option to do that. Maybe using a custom type and macro, but I'm looking for a simpler way to do that.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 03:27 AM
Hi @miro2
Can you try using HTML type variable?
I don't know if this will work but can you try once
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 03:32 AM
Hi @miro2,
You can use the HTML variable type, and map that to the rich_description.
If I remember correctly, you can take a look at the OOTB Record Producer for HR Cases. This works the same way.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 05:09 AM
Thanks for you reply, HTML type variable works fine