We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Rich text editable from record producer

miro2
Mega Sage

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.

miro2_0-1695116378742.png

miro2_2-1695117048187.png

 

 

 

1 ACCEPTED SOLUTION

Hi @miro2 

 

Can you try using HTML type variable? 

I don't know if this will work but can you try once

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

View solution in original post

6 REPLIES 6

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.

Thanks for you reply, HTML type variable works fine