# New record trigger
This trigger picks up new records in your Quickbase instance. It checks for new records once every poll interval and Workato processes each record as a separate job.
# Input fields
Input field | Description |
---|---|
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. |
Table | Select the table to monitor for new records. |
Query | Use a Quickbase query to fetch only records that match your query. Query syntax is {'fid'.operator.'matching_value'} . For example, {'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. |
# Output fields
The output datatree contains information about the new record. This includes the record ID, the fields of the record, and the timestamp.
Field | Description |
---|---|
Record ID | The ID of the new record. |
Fields | The fields of the new record. |
Created time | The time the record was created. |
Modified time | The time the record was last modified. |
Last updated: 7/8/2024, 5:46:41 PM