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.
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.
If the destination table already contains an entry, we will not re-create/update it (as it might've already been changed manually)
Confirmed
in source tableImplement complex processes faster with n8n