Count based on time difference doesn’t work
=count(select(product_audits[product_id],and([changed]=“Online”,[user]=useremail(),now()-[created_at]<“24:00:00”),true))
When I test the expression in the backend it counts 3, but in the app the value is 0
The problem only occurs in Chrome, Firefox counts fine.
APP: Einstellen-225603
ThX