新規レコードトリガー

このトリガーは、Quickbaseインスタンス内の新しいレコードを取得します。ポーリング間隔ごとに新しいレコードをチェックし、Workatoは各レコードを個別のジョブとして処理します。

入力フィールド

入力フィールド説明
ApplicationSelect an application in your Quickbase account.
Application tokenRequired 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 intervalDetermine 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: