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.

Quickbase Pipelines Agent use cases

Prev Next

Use cases for Pipelines Agent include the following.

MSSQL to Quickbase

In this example we use the ODBC channel to access a company MSSQL database and then add some current tenant personal data from that database to a Quickbase app.

  1. In the first step of this pipeline we prepare a bulk import operation to import data into the Quickbase database using Prepare Bulk Upsert
     Pipeline step showing the Prepare Bulk Upsert configuration for importing data into Quickbase

  1. We then use Search Rows to find ODBC data.
     Pipeline step showing the Search Rows configuration for the ODBC channel

  2. We use the results of this search to Add Row to Bulk Upsert.

     Pipeline step showing the Add Row to Bulk Upsert configuration

  3. In the last step, we use Commit Upsert to update an existing record or create a new one.
     Pipeline step showing the Commit Upsert configuration to update an existing record or create a new one