Flow Factory
Robot Rules had one WHEN, one AI job and one DO. Real automation tools like Zapier, Make and Power Automate chain lots of steps: a trigger starts the flow, data passes from step to step, an IF picks a path, a FOR EACH repeats, and an Approve step stops to ask you first.
Build the umbrella helper
If the sky is rainy, show "Take an umbrella ☔". Otherwise show "Sunny day! 😎". Load it, then press ▶ Run flow.
Loop through your timetable
One step, repeated for every subject: add "Pack books for {{item}}" to your to-do list. {{item}} is the subject the loop is on right now.
Your own automation
Build a flow of your own with an IF or a FOR EACH, and run it. Pick an idea to get the first pieces, then finish it yourself.
🏭 The factory floor
Your flow runs from top to bottom, one step at a time. Tap + Add step to add one anywhere, and the arrows to change the order.
📦 Export or import a flow
Your flow saves itself on this device. To share it, export it as JSON, the same kind of file real automation tools save. To load one, paste it below and press Import.
Test it
A flow with an IF has two paths. Grown-up builders never trust a flow until every path has run. Press Test with different inputs until both lights are green, then check the results and tick the box.
Your flow as a file. This is the shape real automation tools save behind the scenes: one trigger, then a list of steps. Each step has a type and its settings, and IF and FOR EACH steps hold their own lists of steps.
The data boxes after the last run. Each step puts its answer in a named box, and later steps read it with {{name}}:
Run the flow to fill the boxes.
The last AI call. Only the text in the AI step is sent. Coco's server adds its own safe instructions.
No AI step has run yet.