Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to access multi row variables of variables set in mail script

vaishnavi g
Tera Contributor
 
3 REPLIES 3

Mark Roethof
Tera Patron
Tera Patron

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

LinkedIn

Danish Bhairag2
Tera Sage

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

 

Aman Kumar S
Kilo Patron

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

 

Best Regards
Aman Kumar