<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z000073FMxhCAGOkta Classic EngineAdministrationAnswered2021-07-12T15:16:17.000Z2021-07-09T14:40:21.000Z2021-07-12T15:16:17.000Z

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"

    Expand Post
This question is closed.
Loading
Exclude a Department from a Group Rule