Evaluating decision based on fields not present in input #21
Unanswered
divyeshk31
asked this question in
Q&A
Replies: 2 comments
-
|
@ivanmiletic please help |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@divyeshk31 try X == null (not present) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
If the parameter X is missing from the input, the current response is false. However, I want to return true in this case. One solution is to add a rule with a default value for X. Are there any other ways to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions