AFI AFI

Quickbase

Estimated reading: 2 minutes Updated August 1, 2026

Quickbase is a cloud-based platform for creating and managing custom business applications. Advanced Form Integration sends form submissions to Quickbase as new records in a chosen app and table.

What you’ll need

  • An active Quickbase account.
  • A Quickbase User Token with access to the target app(s) (My Preferences → Manage User Tokens → New User Token).
  • Your Quickbase Realm Hostname (e.g., yourcompany.quickbase.com).
  • The Advanced Form Integration plugin installed and activated.

Get your Quickbase user token

  1. Log in to your Quickbase account and open the Admin Console.
  2. Navigate to My Preferences → Manage User Tokens.
  3. Click + New User Token.
  4. Provide a name, select the app(s) it will access, and click Create.
  5. Copy the token.

Connect Quickbase to AFI

  1. In WordPress, go to AFI → Settings.
  2. Enable Quickbase and click Save Changes.
  3. Open the Quickbase tab.
  4. Enter the User Token and Realm Hostname.
  5. Click Save Changes.

You can save credentials for multiple Quickbase accounts and pick which one each integration uses.

Create the integration

  1. Go to AFI → Add New.
  2. Configure the trigger.
  3. In Action → Platform, select Quickbase.
  4. In Task, choose Add Record.
  5. Pick the Quickbase Account and the target Table: AFI auto-loads available tables, then loads the table’s full field schema after selection.
  6. Map the form fields to the Quickbase table fields.
  7. Optional: configure Conditional Logic.
  8. Click Save Integration.

Screenshot: AFI field-mapping screen with Quickbase table and field selectors visible

Tasks supported

Add Record

Creates a new record in the chosen Quickbase table. AFI handles type coercion automatically. Text, numeric, and select fields all map naturally. Some field types like timestamps and addresses are skipped by default.

Conditional logic example

Create the Quickbase record in the “Approved leads” table only when the form’s qualified field is “yes”. Unqualified submissions go to a separate “Pending review” table via a different integration.

Troubleshooting

Integration doesn’t fire

Open AFI → Log and find the most recent entry. The log shows the request payload sent to Quickbase and the response received, usually pointing straight at the cause.

Field not appearing

Quickbase user tokens are app-scoped. The token must have access to the target app. If a freshly added field doesn’t appear, re-pick the table to refresh the schema cache.

“Realm not found”

The Realm Hostname must include the full domain (e.g., yourcompany.quickbase.com), not just the subdomain.

Related docs