Field NationDeveloper Platform
Field NationDeveloper Platform
Pre-built ConnectorsGetting Started

PSA Platforms

CRM & Support

ERP & Project Management

Quickbase ConnectorConfigurationWorkflow Setup

Universal

PlatformsQuickbase

Workflow Setup

Configure Quickbase automations to trigger Field Nation work order creation when records change.


Prerequisites

  • ☐ Field Nation configuration complete
  • ☐ Trigger URL copied
  • ☐ Quickbase app admin access

Configure Automation in Quickbase

Navigate to Automations

Open your Quickbase app → Settings (gear icon) → Automations

Create New Automation

Click "+ Create a new automation"

Configure Trigger

Name: Send to Field Nation

Trigger: "When a record is created or updated"

Table: Select your table (e.g., Service Requests)

Conditions:

Status is "Approved"
OR
Send to FN checkbox is checked

Add Webhook Action

Action Type: "Make a request to a webhook"

Method: POST

URL: Paste Field Nation trigger URL

Headers:

Content-Type: application/json

Body:

{
  "record_id": "[Record ID#]",
  "table_id": "[Table ID]",
  "app_id": "[App ID]"
}

Use Quickbase merge fields (buttons in automation builder) to insert dynamic values.

Save & Activate

Save automation → Toggle to "Active"


Test Integration

Create Test Record

  1. Open your Quickbase table
  2. Add new record
  3. Set status to "Approved" (or check trigger field)
  4. Save

Verify Automation

Quickbase → Settings → Automations → View your automation Check "Recent runs" for execution

Check Field Nation

Verify work order created with correct data


Advanced Configuration

Conditional Logic

Add complex conditions:

Status = "Approved"
AND Priority ≥ High
AND NOT(Customer Name is blank)
AND Scheduled Date is not in the past

Prevent Duplicate Sends

Add checkbox field: "Synced to FN"

Automation Conditions:

Status = "Approved"
AND "Synced to FN" is NOT checked

Add Second Action: Update record → Set "Synced to FN" = checked


Multiple Automations

Automation 1: Urgent Requests

Priority = "Urgent"
→ Immediate dispatch

Automation 2: Standard Requests

Status = "Approved"
AND Priority != "Urgent"
→ Normal dispatch

Troubleshooting


Monitoring

Automation Logs

Quickbase → Automations → Your automation → "Recent runs"

Review:

  • Execution timestamps
  • Conditions met/not met
  • Webhook responses
  • Error messages

Last updated on

Configuration

Configure the Quickbase connector in Field Nation with user token and table mappings.

Smartsheet Connector

Integrate Smartsheet project management with Field Nation for automated work order creation and task synchronization.

On this page

Prerequisites
Configure Automation in Quickbase
Navigate to Automations
Create New Automation
Configure Trigger
Add Webhook Action
Save & Activate
Test Integration
Create Test Record
Verify Automation
Check Field Nation
Advanced Configuration
Conditional Logic
Prevent Duplicate Sends
Multiple Automations
Troubleshooting
Monitoring
Automation Logs