π§ Grist: On row confirmed, create row in other table
β‘ 1,127 views Β· π§ Miscellaneous
Description
In Grist, when I mark a row as confirmed (via a toggle): image.png
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 already been changed manually)
Setup
- Create a boolean column
Confirmedin source table - Add a webhook in Grist Settings
- Add grist API credentials in n8n
- Set document ID & source table ID/Name in the βget existingβ node
- Set docID, the destination table ID/Name - and the columns & values you want in the Create Row node
π Nodes Used
Webhook, Grist
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File