Question:
How do I link repeater to CMS to dynamically show icons?
Product:
Wix Studio
What are you trying to achieve:
I have a team page using a repeater linked to a CMS collection with name, headshot, blurb, etc. Each person is a member of several professional associations - different ones for different members. I have the logos of all of them. I want the team member’s section to show the logos of that team member’s associations. What type of field should I use in the CMS collection, and what type of element should I put in the repeater that I can link to the CMS to achieve this?
What have you already tried:
I’ve tried a rich text box, social media bar workarounds, etc.
Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]
Are you able to share a quick mockup/sketch of what you’re hoping to achieve? It’ll help make sure we find the right solution 
If it’s a single logo, then an image on the repeater, and an image field in the collection. If it’s something else/variable number of logos, it might require a different solution
Thanks for your reply. Sorry if my description wasn’t clear enough. I’m not technical enough to do a mockup, but I’ll try to describe more clearly.
It’s a variable number of logos. So Person 1 may have memberships with Association A and Association B, and Person 2 with Association B and Association C.
What I’d like is to record in the CMS collection these memberships for each team member (in some way), and then have the team repeater display the relevant logos for each person.
So the repeater for Person 1 will be:
Headshot [linked image]
Name [linked text box]
Blurb [linked text box]
Association A logo, Association B logo [linked somehow]
whereas for Person 2 it will be:
Headshot [linked image]
Name [linked text box]
Blurb [linked text box]
Association B logo, Association C logo [linked somehow]
Does that make more sense?
Makes perfect sense - and is the ideal candidate for repeater inside a repeater (which is only supported by the dynamic repeater component available in Wix Blocks (a widget style builder to create widgets for a site)) 
An Alternative would be to create a fixed number of logos, and then show/hide them with a small amount of code according to if the item in the collection has that Association logo or not