Please enable JavaScript to view this site.

Codolex

Navigation: Best practices

Use multiple flows

Scroll Prev Top Next More

Much like writing code, it's a good practice to keep flow short and simple.

Think of a flow as a function. let the flow have 1 purpose only.

If you need a flow for multiple things, think about creating multiple flow, and a new flow that calls the multiple flows.

See the Flow call page for more information

© by GDK Software