Build Email body at runtime

pratapdalai
Tera Contributor

Can you please suggest some option ,to build a grid  table dynamically for email body?.

6 REPLIES 6

@pratapdalai

Create a json object of the data you recieved and add it to some array.

 

 trigger the event from flow designer using gs.eventQueue function 

 

Pass the object created in event param 1

 

And the in mail script use the earlier suggested code

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

Could you please tell me, How to pass the value to notification email script.

I have created the notification email script