Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

print task updatedate in email template

cgowda
New Contributor II
New Contributor II

Hi Experts,

We have to print task updatedate in email template when remove access completes. we have added email template at endpoint level.

We tried below attributes but didn't work

${tasks?.updatedate}
${task?.updatedate}

please let me know if any other attributes to use

Thank You

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

${task.updateDate}


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

SumathiSomala
All-Star
All-Star

@cgowda try

${task.updatedate}

 

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.