保存後のリダイレクト
レコード保存後に一覧画面へ自動で戻る方法です。
- ルールを追加 — イベント「保存成功後」を選択
- アクションを追加 — 「保存後リダイレクト」を選択
- パラメータを設定:
destination:appView
| 項目 | 設定値 |
|---|---|
| イベント | 保存成功後 |
| アクション | 保存後リダイレクト |
| destination | appView |

バリエーション
Section titled “バリエーション”- 連続入力:
destinationをrecordCreate(保存後に新規追加画面へ) - 他アプリへ遷移:
destinationをotherAppView+targetAppFieldで対象アプリを指定 - カスタムURL:
destinationをcustom+urlに任意のURLを指定