how to fetch the value of Variables of a catalog item

moni170
Tera Contributor

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.

1 ACCEPTED SOLUTION

Danish Bhairag2
Tera Sage
Tera Sage

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

 

View solution in original post

2 REPLIES 2

Danish Bhairag2
Tera Sage
Tera Sage

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

 

Thank u