Populating Component

System Information
  • Strapi Version: v4.11.1

I’m having trouble populating components with repeaters in them.

I have a component in my Users content type. This Component is called “Site” which is a repeater.

In this component I have two fields. One which is a Relation to my Content Type “Sites” and one which is a relation with Content Type “User Roles”

I need to update my User with one or more rows within the Site repeatable component.

I’ve read the docs on population however I am struggling to get my head around this. Any help would be appreciated.