how to show variable set values in notification

Shaik22
Tera Expert

Hello,

there is one catalog item in that multi row variable set(user_details) is there.there are 5 variables (requested for - reference,description - multi line text,price - single line text......) are there in mrvs i want to show those variables value in table format .How to achieve this.

3 REPLIES 3

Pavankumar_1
Mega Patron

Hi @Shaik22 ,

Refer below article it will help you.

https://www.servicenow.com/community/developer-articles/multi-row-variable-set-in-notifications-via-...

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

SebastianKunzke
Kilo Sage
Kilo Sage

Hi Shaik22,

This question was already answered on other community post for the future I highly suggest to search within the community instead of directly asking your question. Beside that here a short summary.

1. You need to create a Email script, that you can add to your notification

2. ServiceNow published a knowledge base article, that explains how to access data from a multi-row variable.

3. Include HTML formatting for every row, to build a table view. 

Hope that helps.

Kind regards Sebastian

 

PS: Here are a list of community posts, that have the full answer.
How to display MRVS table in Approval Notification Email 
Display Multi row variable set columns in notification