I want to sort the values of the ‘score’ key in descending order and display the Top 10 in my app. If someone can, then please help. A small hint would be very thankful.
Get all the usersID and assign them the score like this " Score - UsersID " and them get them all into a list , Sort the list , and retrieve only the UsersID by using the blocks combination "make list from text ( “Score - UsersID” ) with delimiter of ( - ) , get the item n#2 ( UsersID) and then ask for the users info with his ID