Asset Bank component Triggers

Fetch new or updated objects polling

Retrieves all the updated or created objects within a given time range

Configuration fields

Object

Required.

Select the required Object Type from the dropdown menu.

Currently, Assets are the only supported object type.

Timestamp field to poll on

Optional.

Select the date field to used for tracking changes from the dropdown menu.

Currently, Last Modified is the only supported timestamp field.

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.

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.

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.