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.

Case statement in Modify Account json for Salesforce Application

Varshi_Balaji
New Contributor III
New Contributor III

 

Hi team

Anyone has any examples where case statement is used in Modify account json for Salesforce application

Regards,

Varshita

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Documentation have example of same. Use ternary operation 

"City": ${user?.city == null ? null : '"' + user.city+ '"'}

https://saviynt.freshdesk.com/support/solutions/articles/43000614765-salesforce-connector-guide


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