How to use a repeater in UI builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 07:46 AM
I am really new to UI Builder and I think I am missing a step.
I created a data broker scriptlet and added it to my page (look_up_journal_entries) and from what I can tell, the results are shownig that we're getting content on the right side.
When I look at this page in the platform view, nothing shows up where my repeater is. It's just empty. Am I setting up the data array incorrectly to get the values back?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 01:24 AM
Hi @e_wilber
Do you have any components inside the repeater? The repeater itself does not display any data but loops through the data to be used in components inside the repeater. If you add a text field and adds the data from the repeater you should get som data on the page