Customizing IO
This section suggests how you can customize your flow to meet your specific requirements.
Add multiple authentication methods
To support multiple authentication options, such as passwords and OTPs:
-
Add additional authentication nodes in parallel.
-
Use groups to organize options.
-
Connect each method's Success output to the End Success node.
-
Connect Failure outputs to End Failure.
Implement conditional logic
To add conditional logic (branching):
-
Add a Condition Wizard node between existing nodes.
-
Configure conditions based on user attributes or flow variables.
-
Route different user types to different authentication methods.
Collect additional information
Add more Form nodes to collect data progressively:
-
Add multiple Form nodes in sequence.
-
Store the data from each form in different variables.
-
Combine the data before final submission.