I have a workbench with two public parameters, start_date and end_date
I want to filter records on a date attribute. Values like "20220509213856"
Except, I want the actual range to be two days before the chosen start_date and two days after the chosen end_date.
How do I set up the Tester?