Kanban Boards

Kanban views display your records as cards organized into columns, making it easy to visualize workflows, track progress, and manage pipelines.
Creating a Kanban View
- Open a table and click + Add View in the view sidebar
- Select Kanban as the view type
- Name your view (e.g., "Sales Pipeline", "Task Board")
- Choose a Single Select field to group records into columns
Each option in the selected Single Select field becomes a column. Records are placed in the column that matches their field value.
Choosing the Right Grouping Field
The grouping field determines your column structure. Common patterns:
| Use Case | Grouping Field | Example Columns |
|---|---|---|
| Task management | Status | To Do, In Progress, Review, Done |
| Sales pipeline | Stage | Lead, Qualified, Proposal, Negotiation, Closed Won, Closed Lost |
| Content workflow | Publication Status | Draft, Review, Approved, Published |
| Bug tracking | Severity | Critical, High, Medium, Low |
| Hiring | Interview Stage | Applied, Phone Screen, On-site, Offer, Hired |
Tip: Order the options in your Single Select field to match your workflow flow (left to right). The Kanban columns follow the option order.
Working with Cards
Moving Cards
Drag a card from one column to another to update its grouping field value. For example, dragging a task card from "In Progress" to "Done" automatically sets its Status field to "Done".
Card Display
By default, cards show the record's primary field value. You can customize what appears on each card:
- Click the Fields button in the toolbar
- Toggle fields on/off to show or hide them on card faces
- Reorder fields to control their display order
Common fields to show on cards:
- Assignee or owner
- Due date
- Priority (as a colored badge)
- Tags or categories
Cover Images
If your table has an Attachment field with images, you can display the first image as a card cover:
- Open the Kanban view settings
- Enable Cover Image
- Select the Attachment field to use
This is useful for product catalogs, design reviews, or any visual content.
Opening Records
Click any card to open the full record detail view in a side panel. You can edit all fields from there without leaving the Kanban view.
Uncategorized Column
Records that have no value for the grouping field appear in an Uncategorized column on the far left. To clear this column:
- Drag cards to the appropriate column, or
- Open records and set the grouping field value
You can hide the uncategorized column in the view settings if you prefer not to see it.
Filtering and Sorting
Kanban views support the same filtering and sorting as Grid views:
Filtering
Click the Filter button to show only records matching specific criteria. For example, filter by assignee to see only your tasks, or filter by due date to see items due this week.
Sorting
Click the Sort button to order cards within each column. For example, sort by due date (ascending) to see the most urgent items at the top of each column.
Column Management
Adding New Columns
To add a new column, add a new option to the grouping Single Select field:
- Click the + button at the right end of the columns
- Enter the new option name
- The new column appears immediately
Reordering Columns
Reorder columns by reordering the options in the Single Select field configuration. The Kanban columns always follow the option order.
Hiding Columns
You can hide specific columns from the Kanban view without deleting the underlying option:
- Open view settings
- In the Columns section, toggle off columns you want to hide
Hidden columns still exist -- records with those values are just not displayed in this view.
Creating Records
You can create new records directly from the Kanban view:
- Click the + button at the bottom of any column
- The new record is automatically assigned the grouping field value for that column
- Fill in the remaining fields in the record detail panel
Kanban vs Grid
| Feature | Grid | Kanban |
|---|---|---|
| Best for | Data entry, bulk editing | Visual workflow tracking |
| Layout | Rows and columns | Cards in columns |
| Grouping | Optional (Group By) | Required (column grouping) |
| Drag to update | No | Yes (drag between columns) |
| Inline editing | Yes (click any cell) | Limited (click to open detail) |
| Bulk operations | Yes (multi-select rows) | No |
Common Patterns
Personal Task Board
Table: Tasks Grouping: Status (To Do / In Progress / Done) Card fields: Title, Due Date, Priority Filters: Assignee = current user Sort: Due Date ascending
Sales Pipeline
Table: Deals Grouping: Stage (Lead / Qualified / Proposal / Negotiation / Closed Won / Closed Lost) Card fields: Company, Amount, Close Date, Owner Sort: Amount descending (biggest deals at top)
Content Calendar
Table: Articles Grouping: Status (Idea / Draft / Review / Approved / Published) Card fields: Title, Author, Publish Date, Category Cover image: Featured Image attachment field
Tips
- Keep columns lean -- if a column has too many cards, consider adding sub-statuses or using filters to narrow the view
- Use colors -- assign distinct colors to your Single Select options for visual clarity
- Combine with automations -- trigger actions when a card moves to a specific column (e.g., send a notification when Status changes to "Done")
- Multiple Kanban views -- create several Kanban views for the same table with different grouping fields (e.g., one grouped by Status, another by Priority)
- Row coloring -- apply conditional color rules to highlight specific cards (e.g., overdue items in red)