Yo can make the button in the repeater disabled on load, and then:
$w("#repeater1").onItemReady(($i, iData, index) => {
$i("#button1").enable();
})
Yo can make the button in the repeater disabled on load, and then:
$w("#repeater1").onItemReady(($i, iData, index) => {
$i("#button1").enable();
})