
LucasW.98365 (Customer) asked a question.
Exclude a Department from a Group Rule
I am looking to exclude a department from a group rule. I have an idea that I would use an Array function to achieve this but not positive.
Has anyone created a rule like this before?
Appreciate any help.

Hi Lucas, and thank you for posting on our Community Forums.
This should be achieved by making the group rule expression-based.
You would reduce your conditions (except for the Department requirement) to an EL expression.
The, you'd append "AND user.department!="dept_value" ".
In the end it would like like below :
(Your_OWN_Expression) AND user.department!="dept_value"