Can a single rule chain multiple conditions in its when condition? #222
Answered
by
niallnsec
nagarajtrivedi
asked this question in
Q&A
-
Hi all, can the different values of the same data be verified through a single rule. Please clarify Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
niallnsec
Aug 9, 2021
Replies: 1 comment 1 reply
-
You can use the local OR operator
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
niallnsec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the local OR operator
||
to validate multiple different conditions in the when condition of a single rule. For example: