I guess something with data types and object is not correct.
Notice: data should be sorted by values in list userpointslist.
Is it possible done it somehow without object, just with list? Maybe with sort numeric descending in list options?
Thanks guys for help.
Instead of using two lists, I suggest using one data source(Google Sheets or Airtable) and sorting it using the sort view: Data Sources | Thunkable Docs
Thanks for help but yesterday I manage solve problem. There is few issuses with my code.
Here is working solution. I can’t use filter is data source since data are first calculated and then it should be sorted.