Sorting by location seems broken on static list (?)

In an attempt to speed up my app’s performance (in the original app builder), I’m experimenting with doing all of the geo-queries upfront, storing the outcomes on the user’s profile for quick access later.

The problem I’m running into is that sorting by location doesn’t seem to be working when that list is “Logged In User > [List]”.

When no sorting is applied, a list of "Logged In User > [List] populates just fine in multiple types of lists.

When sorting by location, the “Logged In User > [List]” never appears (and each user does have a valid location)

Now the location sorting did work for the following:

  • Community > Members, sorting by location
  • Event > Participants, sorting by location
  • All Users > various filters, sorting by location

… But I still have yet to get it to work when the list is “Logged In User > [List]”

Let me know if there’s something you can think of that might help me resolve this. Thx

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.