Hello everyone,
I'm using apex.message.alert via a dynamic action which executes Javascript code.
However, I noticed that when I use a tag to apply a style to my message, for instance <strong>, the tag appears in the message, so HTML tags are escaped.
Is there a way to apply the style to the message here using apex.message.alert (or other function) ?
Thank you