Hi,
I have a collection with an item for each day of the year. I would like to show in the collection container, only ‘today’s’ item. Anyone an idea what would be the easiest way to realize that?
thanks for the help,
Mark
This might be an idea:
Try using a Date field and fill it with 365 different dates. Then set a filter to “in the past” and order by Date, descending. And limit it to 1 item.
This way, the item with the highest date in the past should be shown.
Hi André,
that would be a nice solution if the cycle would only run for one year, but the idea is to show each year the same collection item on the same day of the year. So each day has it’s item…
So I cannot use a regular date field as, after one year, all dates are in the past