Create Your First Flow
Follow this step-by-step guide to build a working automation in under 5 minutes. No coding required!
What We'll Build
We'll create a simple flow that runs on a schedule and sends you a test notification. This will teach you the basics of:
- Creating a new flow
- Adding a trigger
- Connecting tools
- Testing your flow
Step-by-Step Guide
Create a New Flow
- Go to the Flow Dashboard
- Click the "New Flow" button in the top right
- Give your flow a name (e.g., "My First Flow")
Tip: Use descriptive names like "Daily Report Generator" or "New Lead Notification" so you can easily find your flows later.
Add a Trigger
Every flow needs a trigger - the event that starts your automation.
- Click the button on the canvas or right-click to add a node
- Select "Trigger" from the menu
- Choose "Manual Trigger" for this tutorial
- Manual - Run by clicking a button
- Schedule - Run at specific times/intervals
- Webhook - Run when receiving external data
- Table Event - Run when Base rows change
Add a Tool
Now let's add an action - something for your flow to do.
- Click the button again
- Select "Tool"
- Choose an app you've connected (e.g., Google Drive, Gmail)
- Select a specific action (e.g., "List Files", "Send Email")
Don't have any apps connected? Go to Apps to connect Google Drive, Gmail, Slack, or other services first.
Connect the Nodes
Drag a line from the trigger to the tool to connect them.
- Hover over the trigger node - you'll see a small circle on the right side
- Click and drag from that circle to the tool node
- Release to create the connection
The connection shows the order your nodes will execute. Data flows from left to right through your flow.
Configure & Test
Configure your tool's settings and run a test.
- Click on the tool node to open its settings panel
- Fill in any required fields
- Click "Save" in the top right
- Click the "Run" button to test your flow
Congratulations!
You've created and run your first flow. The results will appear in the panel below the canvas.
Next Steps
Now that you've built your first flow, learn more about what you can do: