# 新規レコードトリガー
このトリガーは、Quickbaseインスタンス内の新しいレコードを取得します。ポーリング間隔ごとに新しいレコードをチェックし、Workatoは各レコードを個別のジョブとして処理します。
# 入力フィールド
入力フィールド | 説明 |
---|---|
Application | Select an application in your Quickbase account. |
Application token | Required if this application is configured to require tokens for data access. You can obtain this value from the application in Settings > App properties > Manage application token. |
テーブル | 新しいレコードを監視するテーブルを選択します。 |
クエリ | Quickbaseクエリを使用して、クエリに一致するレコードのみを取得します。クエリの構文は {'fid'.operator.'matching_value'} です。例えば、{'7'.EX.'Test'} 。 |
When first started, this recipe should pick up events from | Fetch records created after a specified time. You can't change this value after you test or run this recipe. Learn more about this input field. |
Trigger poll interval | Determine how frequently to check for new events. Defaults to five minutes if left blank. Minimum value allowed is five minutes. |
# 出力フィールド
出力データツリーには、新しいレコードに関する情報が含まれます。これにはレコードID、レコードのフィールド、タイムスタンプが含まれます。
フィールド | 説明 |
---|---|
レコードID | 新しいレコードのIDです。 |
フィールド | 新しいレコードのフィールドです。 |
作成日時 | レコードが作成された日時です。 |
更新日時 | レコードが最後に更新された日時です。 |
Last updated: 2025/3/13 6:42:56