Dear Sheet Authors, Action buttons have been improved to work within repeating_sections. You can now use clicked:repeating_${sectionName} and clicked:repeating_${sectionName}:${buttonName}. For example: A repeating section action button name="act_test" will trigger both of these on click. on("clicked:repeating_section", function() { }); on("clicked:repeating_section:test", function() { }); There is still an issue where if you have an Action button outside the repeating section with the same name as the one in the repeating section it will trigger "clicked:repeating_${sectionName}". So just be aware of that and I have put a ticket in for myself to fix it. Please do not code the this bug intentionally as it will be updated to no longer work in the future. Thanks, Cassie