Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

print task updatedate in email template

cgowda
New Contributor III
New Contributor III

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

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.

cgowda
New Contributor III
New Contributor III