Filtering in an avatar group

Hello,

I have an issue which might be a simple fix. I have an avatar group displaying the contributors to a message thread. On the avatar group, the images are being duplicated based on the messages; meaning if a user sends in 5 messages to that thread, their profile picture appears 5 times. I am trying to filter this to appear just once and I have not been able so far.

Can anyone guide me to where the filtering can be done?

Hi!

I am not sure how your setup is but I am assuming that you have a data source “message” where message has a user property? In the avatar group, instead of using the data source “messages”, you could use a data source with “Contributors (users)” that you filter to only display contributors that exist in the messages in the thread in context.

I will try this. Thank you for the help