I have a folder on my C: drive that contains monthly files with a naming convention like "Completed MTD 2024.01.01_EOM_January.xlsm". Each month a new file is saved to this C: drive location with the new date (1st of the month) and the month name (i.e. ....2024.03.01_EOM_February.xlsm, ...2024.04.01_EOM_March.xlsm). In the beginning of each month, I need to have alteryx look into this folder and take the newest file (which will be for the prior month from whatever it is run) and select that file and append the data on the "Data" tab to an Alteryx database file. How do I configure a Directory Tool and a Dynamic Input Tool together to achieve this?