Loopfour
Tutorials

Tutorials

Step-by-step workflow guides

Tutorials

Learn to build real-world workflows with these step-by-step tutorials.

Tutorials show how the primitives in the rest of the docs fit together into complete finance operations. Each guide starts with a business event, identifies the systems involved, then builds the trigger, steps, mappings, and exception paths needed to run the workflow safely. Use them as working patterns rather than copy-only recipes: the exact provider, field names, and approval thresholds should match your team's process.

The most useful way to follow a tutorial is to run it first with test data, inspect the run output, and then replace the sample fields with your own operational records. Pay special attention to where the workflow reads source data, where it writes final state, and where humans review ambiguous or high-risk cases. Those boundaries are what make a workflow reliable enough for billing, revenue operations, customer onboarding, or accounting handoffs.

After you complete a tutorial, review the workflow as if it were headed to production. Confirm the trigger cannot fire on the wrong event, the connected accounts point to the intended workspace or sandbox, and every external write has enough context for reconciliation. Then add the monitoring, retry, and exception rules your team expects. A tutorial should give you a working foundation, but production workflows still need your team's approval thresholds and ownership model.

On this page