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

Niedrig Komplexität🔗 Webhook5 Knoten🏷️ Miscellaneous👁 786 Aufrufevon Manu

Übersicht

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

Verwendete Knoten

Grist

Workflow-Vorschau

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

So funktioniert es

  1. 1

    Auslöser

    Der Workflow startet mit einem webhook-Auslöser.

  2. 2

    Verarbeitung

    Die Daten fließen durch 5 Knoten, connecting grist, if, webhook.

  3. 3

    Ausgabe

    Der Workflow schließt seine Automatisierung ab und liefert das Ergebnis an das konfigurierte Ziel.

Knotendetails (5)

GR

Grist

grist

#1

So importieren Sie diesen Workflow

  1. 1Klicken Sie rechts auf die Schaltfläche JSON herunterladen, um die Workflow-Datei zu speichern.
  2. 2Öffnen Sie Ihre n8n-Instanz. Gehen Sie zu Workflows → Neu → Aus Datei importieren.
  3. 3Wählen Sie die heruntergeladene Datei grist-on-row-confirmed-create-row-in-other-table und klicken Sie auf Importieren.
  4. 4Richten Sie Anmeldedaten für jeden Dienstknoten ein (API-Schlüssel, OAuth usw.).
  5. 5Klicken Sie auf Workflow testen, um zu überprüfen, ob alles funktioniert, und aktivieren Sie es dann.

Oder direkt in n8n → Aus JSON importieren einfügen:

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

Integrationen

gristifwebhook

Diesen Workflow holen

Herunterladen und mit einem Klick importieren

JSON herunterladenAuf n8n.io ansehen
Knoten5
Komplexitätlow
Auslöserwebhook
Aufrufe786
KategorieMiscellaneous

Erstellt von

Manu

Manu

@tennox

Tags

gristifwebhook

Neu bei n8n?

n8n ist ein kostenloses Open-Source-Workflow-Automatisierungstool. Selbst hosten oder die Cloud-Version nutzen.

n8n kostenlos holen →

Related Miscellaneous Workflows