Table not refreshing when DateTime is updated via activity
I have a table that is reading from a datapage and passes the following properties into the datapage's parameters : TrueFalse property > Boolean Param Text property > String Param DateTime property > String Param
The table will auto refresh when I update the properties directly (entering into text input for Text or selecting DateTime input for DateTime) and indirectly (Using a 'Clear Filters' button to set everything to False or "") except in one scenario :
If only DateTime was changed indirectly (E.g. I select a date in DateTime input > table auto refreshes > then click 'Clear Filters' to set .DateTime = "") , then the table will not auto refresh.
Is there a reason and solution for this?