Is it possible to pass yesterdays date in the URL navigation from a lobby element?
We’re trying to filter work completed yesterday, or ideally, within last 24 hours. I’ve achieved roughly what we need, but hardcoded, which clearly isn’t the solution. But wondering how we can do it dynamically?
e.g. This works, but we need that date to change.
page/Mapage/MaintenanceEngineerTaskExecution/AssignmentCompleted;$filter=WorkFinishDate%20ge%202024-05-19
Any help appreciated.