$or
Last updated
Last updated
$or
operator lets you evaluate an OR condition between 2 or more conditions to be compared with each other. These sub-conditions can be both Simple Conditions or Compound Conditions. You can use this in any Conditional Objects.
$or
will return true only if any of the sub-conditions return true.
Field | Description | Required |
---|---|---|
Let's say we have declared a variable age
in our API flow, which has a value of 20 currently and a variable marks
with value 80.
The above expression would resolve to true.
<cond>
A nested Simple Condition object or Compound Condition object. This can also be a Magical Autocomplete.
true