I use Obsidian to track TV episodes I’ve watched, and use a list (watched-times) to do this, by linking to the daily notes of hen I watched. I have a base to filter episodes watched in 2025, times-watched: note[watched-times].filter(value.contains("2025")).
What I’m trying to do
Extract the last value input (which I can achieve with formula["times-watched"][-1], and convert it into a date (for sorting).
Things I have tried
Using the date function (with and without converting to string) — returns empty.
If it helps the files linked are in the following format: DD.MM.YYYY -- ddd|DD.MM.YYYY. I’d appreciate any help