Some problem with repeating group

Hi all, I have this problem, on my site there is a section “watch list”, there should be stored movies that the user has marked. In the database I have linked the “movies” section to the “user” section. All the movies that the user has selected are stored here:


When I try to display one movie in each cell of a repeating group, it brings the whole list to me in one cell, what could be the problem? Thanks in advance :slight_smile:


Your repeating group should be type Movie, and set to Current users Watch List. As long as Watch List is populated with type Movie, this should work.

1 Like

Result



You may not need the ‘each item’s name’ - what happens if you remove that?

On your repeating group

Type of content - movies
data source - current user watch list (not search for movies)

2 Likes

The second error from the top

Yes, it’s work thank you very much guys! :slight_smile:

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.