It could be that your repeat doesn't actually have any items 🤔 Make sure it is an Array with at least one item if possible. Then it should show up
🤙1
BenajaEphrath
1 year ago
Ahhh ok with two items it works. Amazing thanks!
Jacob Kofoed
1 year ago
Glad it works 💪 It should probably work even if there are no items, just with a null-item 🤔 It is always best to have some good test-data to work with though 👍