Display data of a specific user?

Hi,
I am currently building a simple app, where users can create lists with items and other users can see those lists.

My question: How can I create a repeating group, that displays the data of one specific user (not the current user)?

Every user is supposed to be able to create and edit his own list. Other users should be able to only see the items on another users list.

I know how to display the items of the current user, but how do I display the items which where created by another specific user?

I hope my questions is clear, I’ll try to specify if there are questions.

Thank you for the help!

Every thing has a “creator” on the database (even though you can’t see it on the data structure) so you add that as a constraint. So you use that and a specific user.

1 Like