Quickbase - Scheduled record search using query trigger (batch)

This trigger executes a Quickbase query on a specified schedule. Records meeting the query are returned in lists of records for each trigger event.

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 query.
ScheduleSpecify the schedule for the query. You can choose between an hourly, daily, or monthly occurrence.
Time zoneSelect a timezone from the list.
HourSpecify the hour you plan the query to occur. Hours are listed in 24-hour format. For example, 11 for 11am, 23 for 11pm. Defaults to 00 (12am) if left empty.
MinuteMinutes past the hour. For example, 00 for 0 minutes.
Day of monthSpecify the day of the month you plan the query to occur. Numbers 1 - 31 are rounded down to the last day of month for shorter months. Defaults to first day of the month if left empty.
SundaySelect Yes from the drop-down if you plan for the query to run on Sunday.
MondaySelect Yes from the drop-down if you plan for the query to run on Monday.
TuesdaySelect Yes from the drop-down if you plan for the query to run on Tuesday.
WednesdaySelect Yes from the drop-down if you plan for the query to run on Wednesday.
ThursdaySelect Yes from the drop-down if you plan for the query to run on Thursday.
FridaySelect Yes from the drop-down if you plan for the query to run on Friday.
SaturdaySelect Yes from the drop-down if you plan for the query to run on Saturday.
QueryUse a Quickbase query to fetch only records that match your query. Query syntax is {'fid'.operator.'matching_value'}. For example, {'7'.EX.'Test'}.
Batch sizeEnter the number of records you plan for this action to return. The minimum is 1 and maximum is 1000.

Output

The output datatree contains information about the records returned by the query. This includes the range of record IDs, the records themselves, and the scheduled time.

FieldDescription
RangeThe range of record IDs retrieved from the search.
First record IDThe ID of the first record in the batch.
Last record IDThe ID of the last record in the batch.
RecordsThis contains a list of records. Each record contains information about the fields of the record.
Scheduled timeThe time the search was executed.
Total number of recordsThe number of records retrieved in this search.
First batchWhether this is the first batch of records.
Last batchWhether this is the last batch of records.
Starting offsetThe offset number for the first record of this batch.
Ending offsetThe offset number for the last record of this batch.

Last updated: