Why do all messages in the database appear in this repeating group?

So, I am working on the following WhatsApp like app. Once, I click on the message icon at the bottom bar and then on one of the conversations (floating group d), I expect to see a list of the messages of that conversation (please run app as user Laura).

Nevertheless, all messages in the database, across all conversations (currently only two) appear. I.e. independent of the conversation I click, the list of messages that appears thenafter is the same (all messages in the database appear).

What am I missing?

Are you filtering your repeating group search by conversation when pulling the data?

@doublejay thanks that was the solution :slight_smile:
still do not understand why I should do this (in another similar case they did not use the filter) but I will soon :slight_smile: