Hi all, Here's my problem: I receive an Excel file from a business partner on a bi-weekly basis, which I transform using Alteryx into a format that I prefer. While the size and field names of the table is rather consistent, The number of empty rows at the top of the sheet varies. Is there an elegant way to get rid of the leading empty rows? The rows may not necessarily be fully empty, so I guess a safer bet would be to look for the field names in the first row of the table. Thanks in advance.