This guide covers a few core Bitscale concepts that you’ll use in almost every workflow:
- Adding multiple data sources to a grid
- Fetching more rows from an existing source
- Creating and using workbooks
- Scheduling data sources
- Adding rows to blank grids
Accessing a Grid
From the Bitscale home screen, you can either:- Create a new grid, or
- Open an existing grid
Adding Multiple Data Sources to the Same Grid
A single grid can ingest data from multiple sources, as long as the same downstream logic applies to all rows.When to use this
- You want to process multiple lists with identical enrichment logic
- You are combining people or company lists from different sources
- You want a unified output without duplicating workflows
How it works
- Inside a grid, go to Data Sources (top-left)
- Select a source such as:
- Find Companies
- Find People
- Import CSV
- Configure filters and preview results
- Click Add to current grid
Fetching More Rows from an Existing Source
Most sources return only an initial batch (usually 100 rows) by default. This allows you to test workflows before scaling.To fetch more rows
- Open Data Sources
- Click on the source you previously used
- Choose how many rows to fetch (up to 1,000 per batch)
- Click Fetch rows
- You exhaust the available results, or
- You reach your search credit limit
Creating a Workbook (Multiple Grids Together)
A workbook is simply a collection of grids grouped together.Why use workbooks
- Keep related grids organized
- Pass data between grids
- Separate account-level and contact-level processing
- Maintain clean workspaces for complex workflows
Two ways to create a workbook
1. Exporting data to a new grid
When you export rows (for example, contacts found from companies) and choose Create new grid, Bitscale automatically creates a workbook.2. Importing a source into a new grid
- Open Data Sources
- Configure any source
- Click Import to new grid
Scheduling Data Sources
Some sources can be scheduled to run automatically.Common use cases
- Daily ingestion of new people or companies
- Ongoing intent monitoring
- Evergreen outbound pipelines
How to schedule a source
- Open Data Sources
- Select the source you want to schedule
- Enable scheduling
- Set frequency (daily, weekly, etc.)
- Save
- Enable Auto-run grid
- Enable Auto-run enrichments
Working with Blank Grids
You can also start with a blank grid if:- You want to manually input data
- You are receiving data via webhook
- You plan to populate rows later via exports or integrations