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

Laag complexiteit🔗 Webhook5 knooppunten🏷️ Miscellaneous👁 786 weergavendoor Manu

Overzicht

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

Gebruikte knooppunten

Grist

Workflow-voorvertoning

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

Hoe het werkt

  1. 1

    Trigger

    De workflow start met een webhook-trigger.

  2. 2

    Verwerking

    Gegevens stromen door 5 knooppunten, connecting grist, if, webhook.

  3. 3

    Uitvoer

    De workflow voltooit zijn automatisering en levert het resultaat aan de geconfigureerde bestemming.

Knooppuntdetails (5)

GR

Grist

grist

#1

Hoe deze workflow te importeren

  1. 1Klik op de knop JSON downloaden rechts om het workflowbestand op te slaan.
  2. 2Open uw n8n-instantie. Ga naar Workflows → Nieuw → Importeren uit bestand.
  3. 3Selecteer het gedownloade bestand grist-on-row-confirmed-create-row-in-other-table en klik op Importeren.
  4. 4Stel inloggegevens in voor elk serviceknooppunt (API-sleutels, OAuth, enz.).
  5. 5Klik op Workflow testen om te controleren of alles werkt, activeer het vervolgens.

Of plak rechtstreeks in n8n → Importeren uit JSON:

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

Integraties

gristifwebhook

Haal deze workflow op

Download en importeer met één klik

JSON downloadenBekijken op n8n.io
Knooppunten5
Complexiteitlow
Triggerwebhook
Weergaven786
CategorieMiscellaneous

Gemaakt door

Manu

Manu

@tennox

Tags

gristifwebhook

Nieuw bij n8n?

n8n is een gratis open-source workflow-automatiseringstool. Host het zelf of gebruik de cloudversie.

n8n gratis ophalen →

Related Miscellaneous Workflows