Quickbase - 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

Input fieldDescription
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.
TableSelect the table to monitor for new records.
QueryUse 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 intervalDetermine how frequently to check for new events. Defaults to five minutes if left blank. Minimum value allowed is five minutes.

Output

The output datatree contains information about the new record. This includes the record ID, the fields of the record, and the timestamp.

FieldDescription
Record IDThe ID of the new record.
FieldsThe fields of the new record.
Created timeThe time the record was created.
Modified timeThe time the record was last modified.

Last updated: