How to display a list in a particular order?

Okay so in my app I am displaying a list of users in a repeating group. The list in my database if a list of users. Now I want to display the list wherein each cell only one element of the list should be displayed.

Here the usernames Mobile and Akul Chhillar comes next to each other but I want to display only one name in one cell.
How should I go about it ?

@NigelG

Your repeating group should be set up like this:

Type = User
Source = Search for Users

Text in cell: current cell user’s username

1 Like

@romanmg
Actually I want to display the current page user’s details. How can I go about it ?

In that case, I believe setting the source to ‘current user’ instead of ‘search for users’ should solve that issue.