I have set a list to display elements of the collection which ID matches the highest value but it seems that the custom filter “equals to” does not work with magic numbers as my list does not appear.
If I type the number manually on the filter it does work.
I have also checked through text display that the values were matching.
Example case:
Say you have a Library and Book collection
I’m on a library and I want to display that library’s last book
I set a number property on the book which is set to be the library’s book count
I am using the list with custom filter to get the library’s books, with the custom filter setting to be the library’s book which ID equals to the lbrary’s book maximum ID.
What I want is to display the last element of the collection.
Do you guys have an idea of why it is not working? Or would have a suggestion to display the last element differently?
It does display the book’s ID but how can you only display the last element in the list ? The goal is to only display the last element and not retrieve the rest.