Hi, I'm trying to connect a Microsoft Form and an Excel Sheet so that when the form is submitted, the excel is populated with a product. In the case someone submits a duplicate product name with a different color variation, I want to delete the row with the product name and delete the row following that one. each product has two rows on the excel, but the second row is mostly blank due to formatting in where we're using the sheet. How can I iterate over tot he next row after deleting the first one. And what exactly is the Key Column used for?