Display single data records in cards

Hi all,

I am new to bubble.io and am currently trying to build my first MVP and have a bit of a situation.

I have a database of studios and classes. In a dashboard overview I want to display studios and classes as single cards (one record per card). So far I have been using repeating groups and have managed to display lists and/or the first item. (see screenshot)

Now if I add a second card using the same methodollogy, it then display the same record as before (see screenshot).

How can I ensure that the second card displays the second class?

Thank so much in advance!

Check the DB first. If you are getting the same values for the 2nd record in the DB, then you are saving the 1st record value somehow when you are trying to save the 2nd record.

Here is how to debug your app.