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

Workflow If Else condition for Service Account

RahulMulik
New Contributor II
New Contributor II

Hi Experts,

We have a use-case where when any Service Account is created using Manage Service Account Tile.
1) It will go for the Owner's Approval first which was selected during creation.
2) Once the owner approves the request if the account type for the service account is Common Account then it should go for Governance Approval which is Saviynt Group.

I have used if else block post Owner approval and have given the following condition.
(dynamicAttributes.get('accountTypeForServiceAccount') == 'Common Account')

RahulMulik_0-1671021866405.png

But it seems it's not working and directly going to the approval.

Please let me know what condition should be used here.

Thanks,
Rahul Mulik

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

ACCOUNTTYPE is variable 


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

Thanks Rushikesh it worked.