Replies: 1 comment
-
Hi @basigu , You can try this expression: |
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
-
I have a property scope on an object in c#. When scope is null the following expression should return true however it returns false. What's the best way to handle nullable bool values?
{
"RuleName": "HasIntegration",
"Expression": true,
"Actions": {
"OnSuccess": {
"Name": "OutputExpression",
"Context": {
"Expression": "input.Any(scope == true || scope == null))"
}
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions