I’m displaying a List of Users in a repeating group. I want to sort the list in a way in which the Users that the Current User is following appear at the top.
Each User in my app has a List of Users they follow, called “Following.” I am displaying another List of Users elsewhere in the app, but if the Current User follows any of the Users on this list, I want them to appear at the top.
I do not want to use two repeating groups for this. How would you sort this?