Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
[x] I have searched budibase discussions and github issues to check if my issue already exists
Hosting
Self
Method: docker compose
Budibase Version: 2.33.2
App Version: 2.33.2
Describe the bugDate 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:
Import attached app
Navigate to the automations tab and test run the automation.
See that no results are return
Delete the equals or greater than filter
Run again see it works with the less than one
Re-add the greater than or equals to filter against the To_date again the {{ date }}
Run the automation and see error
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.
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