Rich Text label with hyper link in MRVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
I’m trying to add a Rich Text Label variable containing a hyperlink to a Multi-Row Variable Set (MRVS), but I receive an error stating that Rich Text Label variables aren’t supported in an MRVS. What alternative options could I use to display the hyperlink?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @sweethripur
A simple alternative is to use a URL variable inside the MRVS and store the link there. However, if you need custom clickable text rather than displaying the URL, MRVS has limitations because Rich Text Label and HTML variables aren’t supported.
This helps other users find accurate and useful information more easily
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
34m ago
Hello @sweethripur
I replicated this in my PDI and got the same error: 'Rich Text Label' variable cannot be part of multi-row variable set along with Invalid insert.
The block comes from an out-of-the-box before business rule on the Variable [item_option_new] table called Restrict types for table variable set. It runs on insert and update when the variable belongs to a Multi Row variable set and its type is on a restricted list. Rich Text Label is on that list, so this is expected platform behavior. I wouldn't deactivate that rule
Alternative Option:
URL Variable inside the MRVS
URL isn't restricted, so it saves fine. I set the link as the default value and made the variable read-only.
Here's how it behaved in service portal
- Add/Edit Row modal: the URL shows as a clickable link.
- Grid (after the row is added): the URL shows as plain text. Users can click the edit (pencil) icon to open the row and reach the link again
One thing to note: in the classic catalog view (non-portal), the URL shows as plain read-only text in both the modal and the grid, so this works best if your users order through the portal.
I feel this is the closest solution. please refer attached screenshots.
Also, please click Solution Accepted and click Helpful, if my reply added any value to you.
Regards
Raghavendra G
