Hello,
So i want to display the people that have the most followers in the same page.
In my database, I have set up the “following” field who is a list of users.
So I thought to use a repeating group and then for the data source, do a search for users and then sort out by the number of followers (descending).
However, it seems that it can’t be done and you can’t like sort ouf based on the number of elements in a field.
So do you have any ideas on how I could display the users with the most followers ?
Thank you very much !!