top of page
To pre populate a Rich Text Area Field into the Message and have the same styles as Salesforce Rich Text Area, we would need to add a @richtextarea Tag in our prefill formula field.
​
There is no limitation, we accept images, links, bold, italic, etc..
​
The field would be like this:
[[Account.TestMyRichTextArea@richtextarea]]
[[ Object Api Name + .[dot] + Field Api Name + @RichTextArea]]
​
This is how the message looks like on the builder side:

This is how it looks like for the end user. This is beside a RichTextArea field that is from Salesforce(right side), and the left side is our inline Message.


If I set to be a popup instead of an inline message, this is how it looks like.
bottom of page