Build Email body at runtime
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 12:47 AM
Can you please suggest some option ,to build a grid table dynamically for email body?.
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 09:15 PM
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
ServiceNow Community Rising Star, Class of 2023
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 01:47 AM
Could you please tell me, How to pass the value to notification email script.
I have created the notification email script