Triggers
Fetch New or Updated Objects Polling
Retrieves all the updated or created objects within a given time range based on the object type.
Particular objects support filtering based on Created and Updated fields, while others only support the Updated criteria.
The Filtering documentation provides the complete list of available options.
Configuration fields
- Object Type
-
Required.
The object type to look up. For example, Products.
- Timestamp field to poll on
-
Optional.
Select the date field to be used for tracking changes from the dropdown menu.
Can be either Last Modified or Created (updated or new objects, respectively).
Also, although this field is optional, it takes a default value of Last Modified. If no value is selected here, the default value is used.
- Emit behavior
-
Optional.
Select the object’s emit behaviour from the dropdown menu.
When set, this specifies how the resulting objects are emitted. It can take one of two values: Emit All or Emit individually.
Also, although this field is optional, it takes a default value of Emit individually. If no value is selected here, the default value is used.
- Size of Polling Page
-
Optional.
This sets the page size to be fetched.
If this is set, it must be set to a positive integer ≤100.
Also, although this field is optional, it takes a default value of 100. If no integer is set here, the default value is used.
- Single Page per Interval
-
Optional.
Indicates that, if the number of changed records exceeds the maximum number of results in a page, instead of fetching the next page immediately, it will wait until the subsequent flow starts to fetch the next page.
If this is set, it must be set to one of two boolean values: true or false.
Also, although this field is optional, it takes a default value of false. If no boolean is set here, the default value is used.
- Start time
-
Optional.
This sets the time to start polling.
If this is set, it must be set in ISO8601 format: the Gregorian date and time written as YYYY-MM-DD HH:MM:SS
Also, although this field is optional, it takes a default value of 1970-01-01 00:00:00 (Epoch time zero). If no ISO8601 format value is set here, the default value is used.
- End Time
-
Optional.
This sets the time to end polling.
If this is set, it must be set in ISO8601 format: the Gregorian date and time written as YYYY-MM-DD HH:MM:SS
Also, although this field is optional, it takes a default value of never. If no ISO8601 format value is set here, the default value is used.
- Input metadata
-
There is no Input metadata.
- Output metadata
-
For Emit page mode: An object with the key results that has an array as its value.
For Emit Individually mode: Each object fills the entire message.