Build your first project, dashboard, and workflow in under 15 minutes. This guide walks through the core surfaces and shows how they connect.
What you’ll learn
- Creating projects and tasks to organize work
- Customizing your dashboard with blocks
- Building workflows on the visual canvas
- Running and debugging workflows
Prerequisites
-
An account: register at
/users/register, log in at/users/log-in, or sign in with Google - A workspace: after you register, onboarding asks you to name your organization and invite teammates. New workspaces start with a sample project and example workflows.
Step 1: Create a project
Projects group related tasks and workflows.
- Open Projects from the sidebar
- Click New Project
- Enter a name (like “My First Automation”) and click Create project
Think of projects as folders. You might create separate projects for “Marketing Automation”, “Client A”, or “Personal Tasks”.
Tip: The New button in the header creates workflows, projects, and tasks from any page.
Step 2: Create a task
Tasks track the actual work.
- Open Tasks from the sidebar
- Click Add Task
- Enter a title, then set status, project, dates, or assignee as needed
- Click Create task
Tip: Switch between Table, Board, Timeline, and Calendar views from the view switcher.
Step 3: Customize your dashboard (optional)
Your dashboard is a page built from blocks. Rollout creates one for you the first time you open it.
- Open Home from the sidebar
- Click the pencil (Edit Page) button
- Click Add block and pick a block: Table (tasks, projects, objectives, documents, or custom records), Feed (updates and posts), Form (create records), or Section (rich text)
- Move or resize blocks, then click Apply changes — or Discard to drop the draft
Step 4: Build your first workflow
Workflows are your visual automations.
- Open Workflows from the sidebar
- Click New Workflow to open the editor
- Click an empty spot on the canvas to open the node picker, then choose Manual Start
- Drag from Manual Start’s output port and release on empty canvas — the picker opens again and connects your pick. Choose a node like AI Agent or API Request
- Click a node to configure it in the sidebar
- Click Save in the toolbar
Example: Create a “Daily Quote” workflow: Manual Start connected to an AI Agent whose prompt asks for an inspiring quote.
Step 5: Run and view results
- Click Run in the editor toolbar (or press Cmd/Ctrl + Enter)
- Watch nodes highlight as they execute
- Click a completed node to inspect its output
- Open the Runs tab in the sidebar for run history; the Live tab follows the active run
Each node shows what data it processed, making debugging straightforward.
Next steps
- Visual Workflows - The editor, triggers, and node catalog
- Debugging Runs - Read run history and per-step output
- Projects, Tasks & Teams - Statuses, milestones, and views
- Dashboards & Widgets - Blocks, pages, and live data
- Integrations - Connect Google and other services
Troubleshooting
Do I need to code? No. Build automations by connecting nodes on the canvas. The Code Execution node is available when you need custom JavaScript logic.
Workflow not running
- The Run button stays disabled until the workflow has a trigger node (like Manual Start)
- Ensure nodes are connected (output port to input port)
- Save the workflow before running
Node shows an error
- Click the node to see error details in the sidebar
- For API Request nodes, check URL, method, and headers
- For AI Agent nodes, make sure the prompt is set
Nothing appears after running
- Open the Runs tab in the editor sidebar and open the latest run
- Look for errors on individual nodes
Can’t find my workflow
- Check you’re in the right workspace (workspace menu at the top of the sidebar)
- Open Workflows from the sidebar and search the full list, not just recent items