How to use a repeater in UI builder

e_wilber
Tera Guru

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?

 

e_wilber_1-1714401991141.png

 

 

 

1 REPLY 1

Gustav Aldenbra
Kilo Sage

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