This is probably a noob question, but I can’t find an answer: how can we apply a gap between elements of a repeating group? When I apply a margin, it seems to make a margin between the repeating group and other elements, not between the elements that make up the repeating group.
There’s no direct way to do this: the RepeatingGroup element offers the “Margin” option (outside) but not the “Padding” option (inside).
So here’s two ways to achieve it:
1/ User the “separato” option of your RG
Make it “Solid”, make the color transparent, chose the width you’d like
See here for demo: https://youtu.be/o-TxihqFHF4?t=394
2/ Group all the elements of your cell inside a “Group”
Then add padding or margins to this group