Dynamic Table - Data filtering from specific date

Dynamic Table - Data filtering from specific date

Hello,

We have several  immutable devices that were operating in another scenario, we forgot to clean the buckets before a new application scenario. So when using the dynamic table we end up with older data from the previous application. Since its the same month we cant even delete the chunks inside the bucket.

Our data comes directly from the payload parser, is there any way to filter the data by date on the dynamic table without using bad workarounds such as using analysis to copy the data to another variable and make sure it runs each time a uplink occurs?
Basically we need to make sure the dynamic table only shows data from a specific date or delete manually the older data one by one.