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

A required drop-down. The object type to look up. For example, Products.

Timestamp field to poll on

An optional drop-down. Can be either Last Modified or Created (updated or new objects, respectively). The default value is Last Modified.

Emit Behavior

An optional drop-down. Indicates the emit object’s behavior. The valid values are Emit individually`or `Emit page. The default value is Emit individually.

Size of Polling Page

An optional positive integer. Indicates the size of pages to be fetched. The default value is 100. The maximum value is 100.

Single Page per Interval

An optional boolean. 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. The default value is false.

Start Time

An optional string. The timestamp, in ISO8601 format, to start polling from (inclusive). The default value is the beginning of Epoch or Unix time, January 1, 1970, at 00:00.000.

End Time

An optional string. The timestamp, in ISO8601 format, to end at (inclusive). The default value is never.

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.