Match conditions¶
Description¶
Checks conditions on the properties of Source object and returns true or false
Input/Output¶
Source object : object <= Source
Property : value <= Option
Operator : value <= Option
Value : value <= Source or User
Output : value (boolean)
Usage¶
- Connect a source to the operator
- Drag an object from the source tree and drop it into input field Source object
- If you want to manually add Value, select Property and Operator and type a Value, then click on Add condition; otherwise, click on OK
- Connect a source to the operator
- Select Property and Operator
- Drag a value from the source tree and drop it into input field Value
- Click on Add condition
- Click on OK
You can repeat steps 4-8 any time you want
Example¶
Source object = {"key1":"value1", "key2":2}
Property = "key2"
Operator = "="
Value = 2
Output = true