Hello
We have a custom datetime field "wait until" on the case entitiy. I would like to create a view which shows all cases where the "wait until" is older than the current datetime. How can I use the dynamic current datetime as a filter in a view/advanced find?
Example:
Current date time (now) 06.01.20201 10:08
Record 1:
Wait until = 05.01.2021 18:00
Record 2:
Wait until = 06.01.2021 08:00
Record 3:
Wait until = 06.01.2021 20:00
Record 4:
Wait until = 07.01.2021 09:00
Only Record 1 & 2 should be shown in the view. But when I open the same view on 08.01.2021 all 4 records should be shown.