Date&Time Widget output When Date mode is selected results in wrong result

Hi @frang0nve

Welcome to the forum :slight_smile:
I hope I assumed all formats and your request correctly. Can you use the String Manipulation (Variable) node between the widget and the filter and run this command in it?
join($${Sdate-input}$$, "T00:00:00")

That will append the time to all dates chosen and should work in the Rule-based Row Filter.

Best,
Alice

4 Likes