If you’re using a RG inside a reusable element then you’ll have to do it with a custom state.

Have a custom state on the Resusable element, of the datatype of the RG, set to be a list.

The reusable RG data source will need to be the value of the custom state (the list).

Then, on your page, when you want to define the list for the RG to display, set the custom state on the reusable element to be the list you want to display (i.e the data from the first RG cell).

1 Like