Specialized Columns
Ranking
Drag items to order by preference. Stored as an ordered array.
Use for: Feature prioritization, candidate ranking, preference ordering.
List
Array of strings or numbers. Each cell can hold multiple values as a flat list.
Use for: Tags (without predefined options), keywords, to-do items.
Button
A clickable button in each cell with configurable actions.
| Action type | What happens on click |
|---|---|
| Open URL | Navigate to a URL (can use row data as variables) |
| Run script | Execute custom JavaScript |
| None | Click is tracked but no action |
Button clicks are tracked. You can see click counts per record.
Use for: "View profile" links, "Run action" triggers, "Open in app" shortcuts.
AI Column
AI-generated content per cell. Write a prompt, select source columns, and the AI generates a value for each row.
| Setting | Description |
|---|---|
| Prompt | What to generate (references other columns) |
| Source columns | Which columns the AI reads from |
| Model tier | Nano (1 credit), Mini (5), Pro (10), Max (20) |
Use for: Auto-generated summaries, classifications, descriptions, translations.
Example
| Company | Industry | AI Summary (generated) |
|---|---|---|
| Acme Corp | SaaS | "B2B SaaS company in the automation space, likely 50-200 employees" |
| Globex | Finance | "Financial services firm, likely enterprise-scale" |
AI Column generation consumes credits per cell. Generating for 1,000 rows at Pro tier = 10,000 credits. Preview costs before bulk generation.