How to check if the user that triggered the process belongs to a group at XOR node?

Certified Associate Developer

Hi community members,

So in a process model, I added a XOR node. In the condition I put "=a!isUserMemberOfGroup(loggedInUser,  a!groupsByName("Test group"))". The purpose is if the user belongs Test group it will go to path A. If not it will go to path B. So I'm sure the loggedInUser belongs to Test group, however when testing, after this XOR node it goes to path B.

Did I make some mistake on that expression? I tried "=a!isUserMemberOfGroup(pv!loggedInUser,  a!groupsByName("Test group"))" and it was not working too.

Any suggestions?

Based on suggestions,  I created a constant for the group and use the expression a!isUserMemberOfGroup(loggedInUser(),cons!TEST_GROUP) . However it still didn't work as expected in the XOR node (not outputing "true"). But when I test the expression outside of the process, it outputs "true". So I'm wondering what's potential issue here?

Thanks.

  Discussion posts and replies are publicly visible

Parents Reply Children