I have about five minutes of experience with Alteryx Designer, so please excuse my ignorance.
Each week, source data is stored in various sub-folders beneath a folder that is named according to the date. I cannot change where the data is stored.
Example:
2020.07.10
EEData
EEFilename1.xlsx
PayrollData
PRFilename1.xlsx
AffiliateData
AFFilename1.xlsx
2020.07.17
EEData
EEFilename1.xlsx
PayrollData
PRFilename1.xlsx
AffiliateData
AFFilename1.xlsx
I would like the user to be able to browse once for the folder <Path>/2020.07.17, and then I would like to be able to use that selection in multiple InputData objects.
In other tools, I would allow the user to select the path once, and then I would store their selection as a variable that I would use in my pathnames for the individual files as needed.
Does Alteryx have this concept of storing variables and using them in file/paths connections? If not, what would the best approach be to accomplish this?