Hi, I'm new to Alteryx and would appreciate some advice on how I can develop my workflow for a data collection exercise I run every quarter.
My files are currently structured as such: Main input folder with individual respondent folders. Each respondent has sub-folders divided into each quarter (e.g., 2025 Q3, 2025 Q2, 2025 Q1). In each quarter's folder, there's an Excel survey response denoted by version type (e.g., v1, v2, etc.). Each survey response is structured the same, regardless of the respondent; sheet names are all named and structured the same.
I want to pull the list sheet names across all the most recent versions of the survey responses for each quarter. I currently have a directory of file names and file paths of the latest versions, but I am stuck as to how to efficiently pull the sheet names for each file and have them appended.
I then want to filter this output by distinct sheet names (e.g., filter by Sheet 1 to have all the Sheet 1s from all responses in one table), then pull all data relating to that sheet name into a union dataset. So the end goal is to have all data from Sheet 1 across all survey responses in one dataset, and all data from Sheet 2 across all surcey responses in another dataset, so on and so forth.
This is currently my logic for how I would go about eventually pulling all the data by distinct sheet names, but I'm open to suggestions. Let me know if it would be helpful to clarify any aspect of my ideal workflow, and thank you in advance for your guidance.