I want to sort a list by a total count from a list of numbers and display only the first item. Is that possible? Because the option is not appearing in the sorting selection field.
This sounds like something that is possible but you need to be more clear in order to receive help.
Sorry, it’s hard for me to explain as I am new to Bubble, but I am not seeing the list of numbers that I want to sort the thing by in this dropdown.
I was able to get this done by using the backend workflow to check for every time a value is updated and then the total sum of the values is written into a number, not a list of numbers. Is this a good practice, though?