Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.databar.ai/llms.txt

Use this file to discover all available pages before exploring further.

Sending data between tables lets you move rows from one table to another inside your workspace. This is useful for building multi-step workflows where each stage of your pipeline lives in its own table.
Send to table action showing destination table selection

Use cases

  • Multi-step pipelines — move raw leads into a “Qualified leads” table after scoring, then into an “Enriched leads” table after enrichment.
  • Separating source and output data — keep imported data untouched in one table while sending processed results to another.
  • Appending automation results — route rows produced by automations or enrichments into a dedicated dataset for review.

How to send a row

1

Select a row

Click on the row you want to send to another table.
2

Open the send action

Use the Send to table action from the row’s context menu or action bar.
3

Choose the destination

Select the target table from the list of tables in your workspace. Column values are carried over to matching columns in the destination table.
Destination table picker with workspace tables listed
4

Confirm

Click Send to move the row. The data appears in the destination table immediately.
Sending a row copies it to the destination table — the original row remains in the source table.

Current limitations

  • Only single-row sends are supported at this time. Bulk row transfers are planned for a future release.

Tips for multi-table workflows

  • Name your tables by stage (e.g., “Raw leads”, “Verified leads”, “Enriched leads”) to keep your pipeline easy to follow.
  • Use consistent column names across tables so values map automatically when sending rows.
  • Combine with automations to trigger enrichments or exports as soon as data lands in a destination table.

Next steps

Tables overview

Learn how tables work in Databar.

Table lookup

Reference data from other tables without moving rows.

Enrichments

Automatically enrich rows in your destination table.

Exporters

Push data from any table to external services.