Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021 03:45 PM
In the original example, the 2 MRVS variables, v_date and v_details were date or string variables. It looks like your variable is a reference field, so you can try row.variable_name.getDisplayValue(). If that doesn't work, then a quick GlideRecord query on the reference table to return the Name when given the sys_id will work.