Create a Data Flow

Create a Data Flow from chat work or an existing Google Sheet tab, then choose its destination and optional schedule.

Create a flow from supported work in chat or start from an existing Google Sheet tab. Both paths finish in the delivery panel, where you choose the destination and optional schedule.

New flow starts a chat in Data flow mode: pull sources, shape the result, then deliver it on a schedule.

Create a Flow from Chat

  1. In the chat composer, switch to Data flow mode.
  2. Pull a complete table from a connected database or warehouse (Snowflake, BigQuery, PostgreSQL, Supabase, MySQL, or SQL Server), Airtable, Tableau, GA4, Google Search Console. You can use one source or combine several.
  3. Complete the filtering, calculations, joins, or other data work you want to repeat. Use a rolling range such as “the last 30 days” if the flow should stay current.
  4. Select the delivery chip above the composer. It is labeled Deliver on a schedule on paid plans and Send to Google Sheets on Free, where scheduling is locked.
  5. Pick the output you want the flow to deliver. The picker shows whether each result is ready and explains why a result cannot be scheduled.
  6. Choose the destination and write mode. If your plan supports scheduling, you can also choose a schedule.
  7. Save the flow and run it.

Each run pulls the source again and replays the transform you built in chat. It does not reuse the old result.

A Google Sheet attached to a chat cannot become a flow source. To read an existing Sheet on future runs, create the flow through the dedicated Google Drive picker instead.

Output Eligibility

The output picker evaluates each result separately. Common reasons a result cannot be scheduled include:

ResultWhy it cannot be scheduledWhat to do
Fixed calendar date rangeEvery run would send the same dates and numbersRebuild it with a rolling range, such as “the last 30 days”
Compared date rangesThe two ranges cannot be refreshed reliably yetUse a single date range
Preview-scope resultA quick preview may stop working as the source growsRun a complete pull
Uploaded fileA file you sent once cannot be pulled againConnect the system the file came from and pull the data from there
Information read from a web pageIt is captured once and cannot be collected again automaticallyPull the data from a connected source instead
One-time database snapshotAn older database result was saved as a snapshotRun the query again in Data flow mode
Unsupported sourceThe source cannot be pulled again automaticallyUse a connected database, warehouse, Airtable, Tableau, or supported Google marketing source

The picker displays the specific explanation beside each blocked row. Other one-time or incomplete results can also be blocked when Better Analyst cannot safely reproduce the same request.

Background Preparation

Some eligible outputs need a short background preparation step before they can run on their own. Preparation starts automatically after you choose the output and usually takes about a minute. You can continue setting the destination and schedule while it finishes.

If Better Analyst cannot prepare the output automatically, return to the chat and follow the prompt or error shown there.

Create a Flow from an Existing Google Sheet

  1. Open Data Flows and select Already have a Google Sheet?.
  2. Open the Google Drive picker and choose the Google account and spreadsheet.
  3. Select the source tab. Its first row becomes the flow's columns.
  4. Continue to the delivery panel.
  5. Choose the destination, write mode, and optional schedule, then save and run the flow.

This picker path saves the selected Sheet tab as a source that can be read again on later runs.

Next Steps