Hello all,
I'm pretty new to Alteryx so excuse my jargon if I'm not using the correct words..
I'm using the dynamic input tool in conjuction with the text input tool to pull in multiple excel files at once. The text input tool has all the paths to each excel file, the only difference in the paths are the file names which are denoted by which week it is..
I'm able to successfully pull the data from each excel files because they all have the same structure, what I'm wanting to do is append the specific Week that the data is coming from.
For example, currently it is stacking each files' data on top of each other - what I need is after it pulls the data for each week to append that week's number from the text input tool onto that week before grabbing the next file's data.
Any help would be much appreciated!