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

Need help to know how to call Dynamic attribute in Workflow

saiKrishna
Regular Contributor
Regular Contributor

Hi 

We have a requirement where we displaying id's in  ars page so while submitting the request post the request submission the request should go for the selected ID for the approval.

Can you please help here to achieve the same in workflow.

Thanks In Advance,

[This post has been edited by a Moderator to remove inappropriate tags.]

3 REPLIES 3

Raghu
Valued Contributor III
Valued Contributor III

@saiKrishna  please check below article will help

https://forums.saviynt.com/t5/identity-governance/dynamic-attribute-in-workflow/m-p/90417/emcs_t/S2h...

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

PremMahadikar
Valued Contributor
Valued Contributor

Hi @saiKrishna ,

  • In workflow, Use custom assignment block.
  • Make sure Select User Field = CustomQuery
  • Use the below query
select u.userkey from users u where u.email in ('${dynamicAttributes.get('<You Dyanmic Attribute>')}')

PremMahadikar_0-1715187361036.png

If this answers your question, please consider selecting Accept As Solution and hit Kudos

rushikeshvartak
All-Star
All-Star
  • select u.userkey from users u where u.email =${dynamicAttributes.departmentowner}

Refer https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter12-Workflows/Workflow-Compon... 

departmentowner is the Attribute Name.

 
  •  

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