Compare Terms
Given two terms, return the result of the comparison operation.
Compare two terms—inputs—with each other. Available comparison operations: equals
, not equals
, contains
, not contains
, is_greater_than
, is_less_than
, is_not_less_than
, is_not_greater_than
.
The two terms can be any type of input: flow inputs, action outputs, constant values and flow configurations.
Updated 12 months ago