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

Dynamic Attributes in Workflow

Isha
New Contributor II
New Contributor II

Hi ,

We have a requirement to use Dynamic attribute on ars page while user requests for a new account and depending on the dynamic attribute's value chosen by the user, we need the request to go for an user group's approval.

We are using the below query in IF ELSE CONDITION block in the workflow:

(dynamicAttributes.get('customproperty21') =='2- ID (Admin)')|| (dynamicAttributes.get('customproperty21') =='3- ID TEST')

User's account's custom property is getting mapped with the correct value but the workflow is not being followed, the request is auto rejecting whereas it should go for manager's approval according to the workflow.

Attaching screenshots for reference.

[This message has been edited by moderator to mask sensitive information]

2 REPLIES 2

NM
Honored Contributor II
Honored Contributor II

Hi @Isha use dynamic attribute name not customproperty

Eg

dynamicAttributes.get('dynamicattributename')

 

rushikeshvartak
All-Star
All-Star

Please share dynamic attribute configuration page screenshot from endpoint - DA Tab


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