- Deprecated Help Center
- Working with the iPaaS
- How to videos
How to Create a Filter That Creates Tasks Only If the Data Has Changed
This article explains how to create a filter that detects if the data has changed to prevent the tasks to be created every time you run an incoming configuration regardless if the data was changed or not.
Storages -> storage -> + to create a new storage ->
Make sure to match Identifier* filed with Path of the storage* to make it unique and avoid weird behaviour.
Settings -> directory storage
Transformers -> create new + ->
Settings: Filter previously stored entities
Storage* : name of the storage you have just created (Consumed users + posts storage)
Comparator: Adaptive equals comparison
Save this transformer and apply it to your incoming configuration.
Run your incoming configuration and from now on the new tasks will not be created (unless the data has been updated).