Grist: On row confirmed, create row in other table — n8n Workflow

Low complexity🔗 Webhook5 nodes🏷️ Miscellaneous👁 786 viewsby Manu

Overview

In Grist, when I mark a row as confirmed (via a toggle):

a webhook is set up to notify n8n, and this workflow will create derived records in the destination table.

Design decisions Confirmation-based In the source table there is a boolean column "Confirmed" that will trigger the transfer. This way there is a manual check involved & it's a conscious step to trigger the workflow. Runs once If the destination table already contains an entry, we will not re-create/update it (as it might've alread

Nodes used

Grist

Workflow Preview

Confirmation-based
In the source table there is a boolean column "Confirme
This way there is a manual check involved & it's a cons
Runs once
If the destination table already contains an entry, we
W
Webhook
Create Row
C
Confirmed?
get existing
H
has existing?
5 nodes4 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a webhook trigger.

  2. 2

    Process

    Data flows through 5 nodes, connecting grist, if, webhook.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (5)

GR

Grist

grist

#1

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded grist-on-row-confirmed-create-row-in-other-table file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Grist: On row confirmed, create row in other table", "nodes": [...], ...}

Integrations

gristifwebhook

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes5
Complexitylow
Triggerwebhook
Views786

Created by

Manu

Manu

@tennox

Tags

gristifwebhook

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →

Related Miscellaneous Workflows