- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2023 09:44 AM
I've created a catalog item with four variables. I've attached a workflow with that item in which there is a notification activity. I want to populate the data of the variables in that notification body. I'm trying to do this using email script but unable to accomplish the same.
I'm attatching few images here. If there is any solution, it'll be helful.
Looking forward for the solution.
Thankyou.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2023 09:53 AM - edited ‎10-25-2023 09:54 AM
Hi @moni170 ,
In the notification activity u can call the variables directly like below. No need for using email script.
${current.variables.FirstName}// please use proper backend name of the variables.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2023 09:53 AM - edited ‎10-25-2023 09:54 AM
Hi @moni170 ,
In the notification activity u can call the variables directly like below. No need for using email script.
${current.variables.FirstName}// please use proper backend name of the variables.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 04:48 AM
Thank u