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

Email Template:- Operation not allowed as you are entering a value that resembles or contains script

Kushal
Visitor
Visitor
Screenshot (53).png

Following is the body of my email template I am getting the error that I mentioned below
"Operation not allowed as you are entering a value that resembles or contains script code"
 
Requested For:${user.firstname} ${user.lastname}
Application Name: ${task?.endpoint} 
Request Comment: ${request.comments}
Account Name: ${task?.accountName}
Task ID: ${tasks?.id}
 
 
<div><b>Requested For:${user.firstname} ${user.lastname}</b></div><div><b>Application Name: ${task?.endpoint} </b></div><div><b>Request Comment: ${request.comments}</b></div><div><b>Account Name: ${task?.accountName}</b></div><div><b>Task ID: ${tasks?.id}</b><b></b></div>
 
Please help me with the same.
2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Try below code

Requested For: ${user.firstname} ${user.lastname}
Application Name: ${task?.endpoint}
Request Comment: ${request.comments}
Account Name: ${task?.accountName}
Task ID: ${tasks?.id}

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

NM
Honored Contributor III
Honored Contributor III

@Kushal try this

Requested For:${user.firstname} ${user.lastname}

Application Name: ${task?.endpoint} 

Request Comment: ${request.comments}

Account Name: ${task?.accountName}

Task ID: ${task?.id}


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