How to access multi row variables of variables set in mail script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2024 08:46 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2024 08:48 PM
Hi there,
Since your question is really short without any explanation, I can only give a really short answer. Perhaps this helps:
- 2021-05-20 - Article - Creating records or a summary from Multi-Row Variable Set (2)
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2024 08:57 PM
Hi @vaishnavi g ,
Try GlideRecord in ur email script to RITM table n then query the respective RITM
Then access the variables like
gr.variables.variable_name;
Thanks,
Danish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2024 09:14 PM
Hi @vaishnavi g
Please refer to this SN support article to be able to print MRVS in an email:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0832118
Aman Kumar