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

Is it possible to add if condition in REST connector importuserjson

rashmirudrappa
New Contributor III
New Contributor III

Is it possible to add if condition in REST connector importuserjson

Example:

"${if (!userId.equals(username)) {"SYSTEMUSERNAME"}}":"${if (!userId.equals(username)) {username~#~char}}",
"SYSTEMUSERNAME":"${if (!userId.equals(username)) {username~#~char}}",

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You can do if using constant


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