Add "If" Operator #716
Unanswered
evyMascarenhas
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This would be very useful for me as well. I would like to be able to build a JSON Logic configuration like this: {
"if": [
{
"in": ["@faas.com", {
"var": ["email"]
}]
}, "binet", null
]
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
Is there a way to add the If operator in the same level as the "AND", "OR", "NOR"?
I know Json logic supports the if operator, but I can't seem to be able to add it to the query builder.
Beta Was this translation helpful? Give feedback.
All reactions