If you want to automate a process, we recommend analyzing the process in detail first.
Think about:
- Where the files/jobs come from (the input).
- What you want to do with them (processes).
- Where you want them to go (output).
Tip:
- Use diagrams to visualize your flows, before actually configuring them in Switch!
- Try to break down your workflows into smaller flows, focused on one task: it’s much easier to
work with small flows than with large and complex flows, which are difficult to debug.