Is it possible to display a message with a link in the text? If so, this documentation page linked does not specify. If not, could support be added for this? Seems like a trivial change and a common use case (at least in our UI): "Model created. View it here"
Thank you
i think you dont can use links in feedbacks mesages or something like this.But you can make it with a expression in any other elemnt of OS
Hi Jeremy,
You can do that by using the FeedbackMessage API.
Instead of using the Message widget, use a JavaScript block and use the showFeedbackMessage action:
You can use HTML to build yourself link and styles. Don't forget to set the third argument, the encodeHTML to false, as per documentation:
Kind Regards,João