Hi! Well, you could: Listen for the change event of the given repeating section Iterate through the rows with getSectionIDs If the iterator is above a given attribute (that is received via getAttrs() beforehand) then delete every row after that with removeRepeatingRow At least that's what I'd do. :) Cheers!