I need import data from excel every month. The excel file names and sheet names are different every time. But I only need import data from the first sheet of the file and their formats are consistent. Currently I use dynamic input to read the file, but in order to read the sheet contents, I need specifiy the sheet name. Is there a way to tell Alteryx to always read the first sheet of the file?