What’s happening:
-
I select a single date in the date picker → which then filters a data table I have. (This is working as expected)
-
I then click a button I have to reset the filters on the table (which works - the table resets), I’m using the “clear air date/time picker” action step (it looks like it works. The date picker in the UI - and in the bubble debugger - all of the values are empty)
-
If I then go to the date picker and choose the same exact date I chose in step 1 → the table does not get filtered → the workflow “When Air Date/Time Picker value is changed” does not run.
What IS interesting is if I use the “clear” button built into the date picker → then it DOES work. So whatever the “clear” button is doing is doing it right.
But the action steps “clear air date/time picker” and “set air date/time picker” (and leave it blank) and “reset air date/time picker” do not work.
(and reset air date/time picker actually throws an error in the browser and sets the date picker to 1969)
Our users will inevitably find a way to stumble into this bug - it would be a huge help to fix this!!