Repeater data error

I am getting an error that is stopping my page from loading. It was working fine previously and all of a sudden it stopped working and I can’t figure out what’s wrong. I even tried deleting the elements and rebuilding them, but the error is still there. This is what I’ve got…
repeater
The content logic for the text that says business is ‘name’ and on click it sets a property in app data to ‘objectId’ and takes it to another page. Again, this was working fine just a couple days ago.
code
Capture
sources

What event are you running this logic in?

On Page Enter, thank you for the quick reply!

The error tells me that the actual UI component marked as a repeater is not available on the page. Is it possible that it is hidden when the page is being loaded?

AHHHH! I added another section to toggle between and didn’t set the variable to choose which one to show until after that repeater loaded. I moved the toggle to the top of page enter and now it works. Thank you!

1 Like