PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners Click HERE | EMEA/APJ Click HERE

Email Template for Showing Binding varibale

ARNAB86
Regular Contributor
Regular Contributor

Hi Team,

I have requirement to display the number for how many line items i am reassigning to someone else to take the action in User Manager Campaign.

Lets i am reassigning the 2 items to some other manager show in that can while i configure the email template for reassign i need to display "The Number of items assigning : 2 " in email body

 

Could you help me how to achieve this so it will show the exact how many line items reassign to particular manager in email template

2 REPLIES 2

ARNAB86
Regular Contributor
Regular Contributor

Please suggest

rushikeshvartak
All-Star
All-Star

To get what variables are present to use in the email template, check using the below expression. By putting it in the email body, it will print all variable names with values, and then accordingly, you can use it:


${this.binding.variables.each {k,v -> println "$k = $v" + "" + "br" + ">"}}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.