Subconditioning in JSON rules definition #294
Unanswered
bhanu-affinidi
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Have you tried writing this out as a single when statement with chained boolean operators? For example:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This is just a simple example my rule is very complex with multiple when conditions |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have to create a rule where nested when conditions are required
when { when c=d then return e} =true
Beta Was this translation helpful? Give feedback.
All reactions