Filtering out Current Page User

I need help filtering out current page user from my repeating group. I have a Topic post with reactions, Users including current page user can respond like a form or Reddit. I’ve been trying to filter out the Current Page User reactions from other Users with no success. I’m sure the solution is simple I’m just overthinking it now.

Need to have the database set up correctly first.

Should have a data type of reactions. There should be data fields for “post” to create a relationship…also should have a user data field .

If you wanted you could also set up a relation on the user data type with a list of reactions as a data field.

To filter the lists of reactions.

Search for reactions

Datasource = this posts reactions_list filtered:

constraint = reaction user is not current page user

Thank you! I just had the re-approach the datasource.