# New/updated records trigger (batch)
The New/updated records trigger checks for new or updated records in a data table you specify in batches of up to 200 records.
# Input
Input fields | Description |
---|---|
Data table | Select a data table to monitor for newly created or updated records. Click the link in this field's description to view the selected data table in the data tables interface. |
When first started, this recipe should pick up events from | Get new or updated records starting at a specific date/time. This enables your recipe to capture past events from up to 30 days ago. The trigger retrieves newly created or updated records from one hour ago if you leave this field empty. You cannot change this value after you run or test the recipe. Learn more about this input field. |
Choose the desired output format | Optional. Specify how to map the new or updated record data to the table fields. Refer to the Output formats section for more information. |
# Output
Output fields | Description |
---|---|
Range | Timestamps of the first and last new or updated records in the retrieved batch. |
First record ID | ID of the first record in the batch. |
Last record ID | ID of the last record in the batch. |
Records | A list of all the new or updated records, including information such as its Record ID , Created at date, Updated at timestamp, and data from any of the data table's custom columns. |
Last updated: 3/17/2025, 7:25:06 AM