Here's one for you. I have an app that's part form and part repeating table. Table works like a champ. Using the Reset feature to clear my forms works like a champ. However, the data that I enter into the fields of my repeating table does not clear:

I can do a lot of coding to clear those fields, but will that take away the rows, too? The code in the X for each row is:
RemoveIf(UserCollection,UserItemNumber=ThisItem.UserItemNumber)
So if I want all the rows to go away when I click "Save", I would need to
- keep a count of all the rows that were added,
- write a formula that removes the same number of rows
What would that formula look like? And how would I count the rows?