Conditions
What is a condition?
A condition is a block that performs a check on the incoming connector and makes a decision on if the connection should go out true
or false.
Conditions are used to perform queries, create random split tests and other actions.
Available Conditions
Condition | Function Taken |
---|---|
Query | A query is used to perform a true or false result on a subscription, subscriber , email, or publication. |
Split | Selects a random output based upon the percentage selector. For example, a 90% chance would result in 10% of all requests going out true while 90% going out false |
Updated over 4 years ago