Filter on storage subscriber based on updated date

Hi,

We currently have a route that uses an incoming with a storage subscriber. The current storage has about 70k records in it, which are all processed in the route. Although we have an ‘Filter previously stored entities’ check in place, which limits the actual creation of tasks, the route takes quite some time to process unnecessary data.

Basically having the option to have a filter based on the updated date of a storage entity would tremendously improve this route, by only processing entities that have been changed since the last run/date.

I know it would be possible to use an API call to the storage and provide a filter, but it seems like something that could be available as a standard option of the storage subscriber.

Thanks,
Thije

1 Like

Hi @tdhollander,

Thank you for your feedback.
We will try to pass this on to the corresponding team for their thoughts. We will get back to you when we have an update.