Skip to main content

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

TitleDescriptionType
Node NameTo set the Node's nameText Field

Fallback

TitleDescriptionType
FallbackTo 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

TitleDescriptionType
If FunctionFilter 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>
VariableLists out all the variables available for user to selectSingle Select Dropdown
Comparative FunctionLists 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 ButtonTo set the identifier of that specific filterText Field
Add ConditionAdds another If Function with "And" as the conditionButton
Add GroupAdds another If Function with "Or" as the conditionButton
Add BranchAdds a new branch to split the pathway of your workflowButton