Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Consult comments of Campaign for email template

Joon
Regular Contributor II
Regular Contributor II

Hello,

I have tried both ${campaign?.comments} and ${certification?.comments} to get the text entered when you select Consult in campaign but couldn't get any.

Do you have any advice to make this work ?

Joon_0-1669025065957.png

2 REPLIES 2

Srinivas
Saviynt Employee
Saviynt Employee

Hello @Joon

Please refer below post

https://forums.saviynt.com/t5/identity-governance/comment-for-consult-in-campaign/m-p/17415#M7609

Hope this helps

Thanks & Regards

Srinivas

rushikeshvartak
All-Star
All-Star

Try running below code in email body to find variables exposed

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


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.