More than or equal to doesn't work when used on a dates in automations. Less than or equal to does work. #14836
Labels
bb-automations
Budibase Automations related work
bb-filtering
Filtering data
bug
Something isn't working
date
Relating to dates, e.g. Date Picker, formatting, etc
env - production
Bug found in production
firestorm
Data/Infra/Revenue Team
Medium priority
Created by Linear-GitHub Sync
Checklist
Hosting
Describe the bug
Date data may need to change when debugging
When trying to see whether a date is more than or equal to the current date, using the helper date. It doesn't work correctly, and no rows are ever returned.
This is likely because the date helper returns a date that looks like this
month day, and year
. You have to write your own ISO date converter to get this to work. However, if the date is the previous day, e.g., not a full 24 hours behind, it will still return the rows.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The screenshots below show the setup filters. They are about 9/10 days into the future of today's date. I'd expect the rows to appear in the output area during a test. Instead, it shows an empty array with no rows.
Screenshots
App Export
date filtering in automation issue
The text was updated successfully, but these errors were encountered: