Hello,
I’m making a todo application and I cannot get bubble to sort my todos by priority.
Here is the situation: I have a database of all the todos, with duedate and priorityname.
I have a different database where I store the priorities, all of them has a name and a rank, so I can add later priorities.
How do I make my repeating group sort the todos by the priority’s value?
I tried to sort by the priority’s value and it should work but it doesn’t.
Did anyone managed to make a sorting like this?