Nothing appears in repeater
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2023 03:26 PM
I'm trying to use the repeater component in UI Builder. I've watched the live coding happy hours parts 1 and 2, but I do not see what I'm doing any differently.
I've got three containers.
The first and third container are 1-column, 1-row and hard coded stylized text.
The second container is 1-column, 1-row and contains a repeater, which has a nested container of one row and one column. This in turn has a stylized text that spits out @item.value.part_id. The JSON data is a hard coded array of three objects.
Thepreview looks normal.
But then I open the page it's completely empty. Even the stylized texts in containers 1 & 3 do not appear.
I added a Page Error alert handler on the Body, but it does not run.
What should I check next?