Path Node
This node is a representation of a very common term in programming, the if-else statements. Path Node are like gates that separates and branches your workflow into multiple pathways based on the conditions you have set.
Node Name
| Title | Description | Type |
|---|---|---|
| Node Name | To set the Node's name | Text Field |
Fallback
| Title | Description | Type |
|---|---|---|
| Fallback | To set the message that will be sent out to the user running the workflow, if the data you are processing did not fit into any conditions that you have set. | Text Field |
Branch
| Title | Description | Type |
|---|---|---|
| If Function | Filter to specify what condition to check for. It is set in an If function schema as described below.If <Variable> <Comparative Function> <Text Field with Variable Button> | |
| Variable | Lists out all the variables available for user to select | Single Select Dropdown |
| Comparative Function | Lists out the following comparative functions for user to select: 1. is equals to 2. is not equals to 3. is less than or equals to 4. is more than or equals to 5. is less than 6. is more than | Single Select Dropdown |
| Text Field with Variable Button | To set the identifier of that specific filter | Text Field |
| Add Condition | Adds another If Function with "And" as the condition | Button |
| Add Group | Adds another If Function with "Or" as the condition | Button |
| Add Branch | Adds a new branch to split the pathway of your workflow | Button |