Data Processing & Analysis

Create, update and get records in Quick Base

Create, update and get records in Quick Base

Manual
Medium
6
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
6
Node Types
0

Workflow JSON

3.35 KB
{
  "id": "156",
  "name": "Create, update and get records in Quick Base",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Quick Base",
      "type": "n8n-nodes-base.quickbase",
      "position": [
        650,
        300
      ],
      "parameters": {
        "columns": "name,age",
        "options": {},
        "tableId": ""
      },
      "credentials": {
        "quickbaseApi": "Quick Base Credentials"
      },
      "typeVersion": 1
    },
    {
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        450,
        300
      ],
      "parameters": {
        "values": {
          "number": [
            {
              "name": "age",
              "value": 8
            }
          ],
          "string": [
            {
              "name": "name",
              "value": ...

Showing first 1000 characters. Click "Expand" to view the full JSON.