Repeating Group with Varied Elements in A Cell - [Solved]

I’m trying to create a multi-item carousel/slideshow using a Repeating Group.

I am solving this by making the first cell of the RG a custom data type. All the elements within this cell (which includes an image, text inputs and an icon) become the ‘fields’ of the data type. Then I populate each cell of the RG with this new data type. The content of each element within my RG cell is dynamically inserted from my App Data with the fields I created for this custom data type.

A link to the editor would help us all see what you’ve got cooking

@potentialthings, Thank you for your reply. I will remember this for future questions. I’ve made progress on my initial question, particulary with creating a custom data type and populating the Repeating Group Cell with this data dynamically.