---
title: "Export data from Quickbase using pipelines"
slug: "export-data-from-quickbase-using-pipelines"
updated: 2026-04-27T19:50:31Z
published: 2026-04-27T19:50:31Z
canonical: "help.quickbase.com/export-data-from-quickbase-using-pipelines"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.quickbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Export data from Quickbase using pipelines

You may need to export data from your Quickbase app to a different service like SharePoint, OneDrive, Google Drive, or Box. Export data manually, or use a pipeline to automate the process.

To export data manually, use one of these methods:

- [Export data from a report](/v1/docs/export-data-from-reports)
- [Export data from a table](/v1/docs/export-data-from-tables)

Manually-exported data does not include file attachments.

If you need to include file attachments, create a pipeline to export data. This article covers how to create a pipeline to export data and how to export file attachments.

> [!NOTE]
> Note
> 
> Pipelines has a limit of 100 MB for handling files. To export larger amounts of data, break up the export into smaller parts. Learn more about these [limits](https://helpv2.quickbase.com/hc/en-us/articles/4570306993940-Limits-in-Quickbase#:~:text=File%20Attachment%20size%20limits).

## Create a pipeline to export data

1. Navigate to Pipelines from the global navigation menu.
2. Select **Create pipeline**. This creates a new pipeline and opens the Pipelines Designer.
3. Select the **Quickbase** channel > **Export records to a CSV** step.
  1. Enter the name of the table you’d like to export data from.
  2. Select the specific fields you’d like to export, or select all.
4. Add an **Upload a File** step for the external app you’d like to export records to. For example, SharePoint, OneDrive, Google Drive, or Box.
  1. In Source URL, specify the content you want to upload. To do so, select the Export records to CSV step, then select **File Transfer Handle**. The File Transfer Handle is used to transfer file content across channels in Pipelines. ![file-transfer-handle.png](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/35985269542164.png)
5. Schedule or run your pipeline. The pipeline will search all records in your table and export the data to the third-party app.

## Create a pipeline to export file attachments

1. Navigate to Pipelines from the global navigation menu.
2. Select **Create pipeline**. This creates a new pipeline and opens the Pipelines Designer.
3. Select the **Quickbase** channel > **Search records** step.
  1. Enter the name of the table you’d like to export data from.
  2. Select the name of your file attachment field in Fields. ![search-records.png](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/35985269542548.png)
  3. In Filters, add a**Simple filter**. This filter allows you to filter records by only those that contain a file attachment. To do so, select your file attachment field and the filter option **is set**. ![filters.png](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/35985269543444.png)
4. A loop is automatically added after the Search records step, which allows you to take an action for each record. Within the loop, add an **Upload a File** step for the external app you’d like to export records to. For example, SharePoint, OneDrive, Google Drive, or Box.
  1. In Source URL, specify the content you want to upload. To do so, select the Search Records step, file attachment field, then select **File Transfer Handle**. The File Transfer Handle is used to transfer file content across channels in Pipelines. Optionally, you can also add jinja for the Record ID if you’d like to include the record the file attachment is from.
  2. Specify a File Name. If you leave this field empty, the original file name is used.

![upload-a-file.png](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/35985269544212.png)
5. Schedule or run your pipeline. The pipeline searches all records in your table and exports their respective file attachments to the third-party app.
