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.