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: Role Owner

n_p123
New Contributor III
New Contributor III

Hi,

How can I check whether Role Owner is null or size ==0 in If-Else condition in workflow? 

Regards,

Neha

5 REPLIES 5

PremMahadikar
All-Star
All-Star

Hi @n_p123 ,

Can you try this in ifelse block- entitlement.allowner.size() eq 0

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

n_p123
New Contributor III
New Contributor III

Hi @PremMahadikar

Thanks for your response! The workflow will be triggered when Enterprise role is requested from ARS.

The above mentioned condition is not working. I wanna check whether Role owner is assigned or not for a role irrespective of rank.

n_p123_0-1713949102523.png

 

 

@n_p123  check below

role.allowner.size() eq 0


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

n_p123
New Contributor III
New Contributor III

Thanks @Raghu for the response!

role.allowner.size() == 0 worked for me.

If Agree please accept and  close thread...! Thanks


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