Skip to main content
The “Track progress in storage” transformer can be used to track the progress of a data synchronization. It records the latest date and keeps track of entity identifiers that have been processed. The transformer creates two entities in the provided storage. The “date” entity contains the last date that was processed by the transformer. The “entities” entity contains a list of all entity identifiers that have been processed by the transformer. It can be used in combination with the “Load progress tracker from storage” to create route that only processes changed data.

Fields

Storage

A required field. The storage to use to track progress.

Path to date

A required field. The path in the entity data where to get the date to track. Supports placeholders.

Path to entity identifier

A required field. The path in the entity data where to get the identifier to track. Supports placeholders.

Date format

The format of the date that will be tracked. When left empty, the format will be determined automatically.