Pass dynamic attribute value to Add access json (Rest Connector)

Souvik
New Contributor III
New Contributor III

 

We need to pass a dynamic attribute value to Add access json (Rest Connector). The user will choose the dynamic attribute value from ARS page not for any emergency access.

 

We have tried the below however it didnt work:

In the Customproperty32 we are storing the DA value in Accounts Column.

${reqAttrs.DAName}

${requestAccessAttributes.get('customproperty32')}

${reqAttrs.customproperty32} 

Can you please let me know if I am missing something?

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

naveenss
All-Star
All-Star

@Souvik  if you're storing the DA value in account's customproperty32, then you can directly use,

${account?.customproperty32} Please let me know if this helps!

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.