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

Passing Endpoint Dynamic Attribute in DB Connection

iqbalsingh
New Contributor III
New Contributor III

Hi,


We are working on onboarding of DB connector and as part of create account JSON we need to pass the dymanic attribute value which is selected by user while requesting DB application form on ARS.


We tried below binding variable in insert part of createaccountjson but none of them worked:

  • '${requestAccessAttributes.get('<Dynamic Attribute Name>')}'
  • '${<Dynamic Attribute Name>}'
  • '${reqAttr.get('<Dynamic Attribute Name>')}'

Has anyone used/passed Dynamic Attributes in DB connection ?

1 REPLY 1

rushikeshvartak
All-Star
All-Star

'${USERTYPE}'

Here USERTYPE is dynamic attribute name. If you still facing issue share json & logs. 

Please validate what is data type expected in target number or string


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