-
Notifications
You must be signed in to change notification settings - Fork 0
development conditions
Tim Stair edited this page Mar 18, 2018
·
2 revisions
Conditions are logical checks performed using values set (or not set) via Adjusments.
Conditions are used to control what text is returned.
Conditions are used to control the state of a Response.
This condition will pass if the field has the value specified set.
This condition will pass if the field does not have the value specified set. This condition will pass if the field is completely unset as well.
This condition will pass if the field is set to a value greater or equal to the value specified on the condition.
This condition will pass if the field is set to a value less than or equal to the value specified on the condition.