I’m stumped trying to filter a collection by time. Basically I want to be able show just things that were created the same day. The filter setup looks like it should work, but not only does it not work it makes the whole list not appear.
This is probably a very basic mistake on my part, but I really don’t see how I could do it differently (and why this approach doesn’t work).
Any help and explanation would be greatly appreciated!
Does that work for you? It doesn’t for me. List still not displayed.
Parker from Adalocado advised me to delete the text and just use Magic Text (“Try replacing the text in the list with `Timestamp {timestamp created date}”), which works, but still suggests that it is in fact a bug.
What I observed is a very bizarre behaviour. I’ve cloned the app several times - sometimes list works after some manipulations, sometimes it doesn’t work after same manipulations.
The way I made it work last time was:
change the “between” values in Custom Filter: you have this
Interestingly, if I add a second list to the screen with the same conditions - the 2nd manipulation isn’t needed. Seems that after collection data is loaded it is displayed everywhere. But if I hide the 1st list - 2nd one stops working.
That’s what I meant. I was wondering whether you were always cloning my app or also rebuilding it yourself from scratch (and getting the same weird behavior).