# New record batch trigger

The New record batch trigger runs when new records are detected in OutSystems. The trigger checks for new records every five minutes by default.

New record batch triggerNew record batch trigger

# Input

Input field Description
Module Select the module you plan to monitor for new records.
Entity ID Select the entity ID of the module you plan to monitor for new records.
Batch size This determines the maximum number of messages per trigger event. The minimum is 1, the maximum is 10,000, and the default is 100.

# Output

Output field Description
Entity The entity ID you selected to monitor.
Number of records The number of new records detected.


Last updated: 1/20/2024, 12:27:59 AM

On this page