Creating a Sheet
Create a Blank Sheet
- Navigate to Automate → Sheets in the sidebar
- Click the Create button
- Select Blank from the dropdown
- Your new sheet opens automatically
Rename Your Sheet
- Click on the sheet name in the header
- Type your new name
- Press Enter or click outside to save
Working with Tabs
Tabs help you organize related data within a single sheet. Each tab has its own columns, rows, and workflow configurations.Create a New Tab
- Click the + button next to existing tabs
- A new tab is created and becomes active
Switch Between Tabs
Click on any tab name to switch to that tab. The active tab is highlighted with a white background.Tab Actions
Click the dropdown arrow (▼) next to a tab name to access:You cannot delete the last remaining tab in a sheet.
Managing Columns
Add a Column
- Click Add a column button in the header row
- Select the column type:
- Text - Plain text data
- Number - Numeric values
- Markdown - Rich text with formatting
- Workflow - Execute a workflow
- Superblock - Run pre-built AI blocks
Column Menu
Click on any column header to open the column menu:Change Column Type
- Click the column header
- Click on the current type (e.g., “Text”)
- Select the new type from the submenu
Hide and Show Columns
To hide a column:- Click the column header
- Select Hide column
- Click Hidden columns in the toolbar
- Toggle visibility for each column
Managing Rows
Add Rows
Add a single row:- Click Add Row in the footer
- Click the dropdown arrow next to Add Row
- Select Add 10 Rows
Select Rows
- Click the row number to select a single row
- Hold Shift and click to select a range
- Selected rows are highlighted
Delete Rows
- Select the rows you want to delete
- Click Delete X Rows button that appears in the footer
- Confirm the deletion
Editing Cells
Enter Data
- Click on any cell to select it
- Start typing to enter data
- Press Enter to save and move down
- Press Tab to save and move right
Edit Existing Data
- Double-click a cell to enter edit mode
- Modify the content
- Press Enter or click outside to save
Copy and Paste
- Use Ctrl/Cmd + C to copy selected cells
- Use Ctrl/Cmd + V to paste
- Paste works across multiple cells
Adding Workflow Columns
Workflow columns are the core feature of Sheets. They connect your data to Slate Workflows for bulk processing.Step 1: Add a Workflow Column
- Click Add a column
- Select Workflow
- The workflow selection modal opens
Step 2: Select a Workflow
- Browse or search your workflows
- Click on a workflow to select it
- The input mapping screen appears
Step 3: Map Inputs
Each workflow input needs to be mapped to a sheet column:- For each workflow input field, select a source column from the dropdown
- Required fields are marked with an asterisk (*)
- Optional fields can be left unmapped
Step 4: Save Configuration
Click Save to add the workflow column. The column header shows the workflow name.Running Workflows
Run for Selected Rows
- Select the rows you want to process
- Click the Run button on the workflow column
- Workflows execute for each selected row
- Results appear in the column cells
Run for All Rows
- Ensure no rows are selected
- Click the Run button on the workflow column
- All rows are processed
Run a Single Row
When your sheet has at least one workflow column, a green play button (▶) appears on the left side of every row.- Click ▶ on the row you want to run.
- All workflow columns in that row execute sequentially.
- The button shows a blue spinner while running.
Monitor Progress
- Cells show a loading indicator while processing
- Completed cells display the workflow output
- Failed cells show an error indicator
Auto-Run on New Rows
Auto-run triggers workflow execution automatically whenever new rows are added to the sheet. Enable auto-run:- Click the Settings dropdown in the sheet toolbar.
- Toggle Auto run rows on.
Rows marked as duplicates by the duplicate check are skipped by auto-run. See the Duplicate Check section below.
Duplicate Check
Duplicate check detects rows with matching values across columns you choose. Duplicate rows are highlighted and skipped by auto-run. Enable duplicate check:- Click the Settings dropdown in the sheet toolbar.
- Toggle Duplicate check on.
- Select which columns to compare under Columns to compare.
Toolbar Features
The toolbar provides quick access to common actions:Hidden Columns
View and toggle visibility of hidden columns.Freeze Columns
Lock columns in place so they remain visible while scrolling horizontally.- Click Freeze columns in the toolbar
- Select how many columns to freeze
- Frozen columns stay visible when scrolling
Row Height
Adjust the height of all rows:Undo / Redo
- Click Undo to reverse the last action
- Click Redo to restore an undone action
- Keyboard shortcuts: Ctrl/Cmd + Z (Undo), Ctrl/Cmd + Shift + Z (Redo)
Updating Workflow Columns
You can modify a workflow column’s configuration after creation:- Click on the workflow column header
- Select the workflow type option
- Choose a different workflow or update input mappings
- Click Save
Best Practices
Organize with Tabs
- Use separate tabs for different data sets
- Keep related workflows in the same tab
- Name tabs descriptively
Prepare Data First
- Add and populate input columns before adding workflow columns
- Validate data formats match workflow expectations
- Test with a few rows before bulk processing
Batch Processing
- Start with small batches (10-20 rows) to verify results
- Increase batch size once confident in the setup
- Monitor for errors during large runs
Column Naming
- Use clear, descriptive column names
- Include the data type or purpose
- Avoid special characters