Grist: On row confirmed, create row in other table — n8n ワークフロー
概要
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
使用ノード
Grist
ワークフロープレビュー
⚡
W
Webhook
Create Row
C
Confirmed?
get existing
H
has existing?
5 nodes4 edges
仕組み
- 1
トリガー
このワークフローは webhook トリガーで開始します。
- 2
処理
データは 5 個のノードを流れます, connecting grist, if, webhook。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (5)
GR#1
Grist
grist
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
grist-on-row-confirmed-create-row-in-other-tableファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Grist: On row confirmed, create row in other table", "nodes": [...], ...}
インテグレーション
gristifwebhook
作成者
Manu
@tennox
タグ
gristifwebhook