Hello Alteryx Community,
I'm trying to create a macro that takes a folder path and a file name as inputs and returns the specific file based on these keys.
For example:
- Folder: "files"
- Files under "files folder": fileA, fileB
When I input "fileA" along with the folder path, I want the macro to return the data from fileA. Below is the sample data for fileA:
Id Length Width Height Weight
| box1 | 10 | 20 | 30 | 50 |
| box2 | 10 | 30 | 20 | 40 |
| box3 | 20 | 15 | 15 | 10 |
I've explored tools like the Directory and Dynamic Input, but I'm unsure how to configure them to achieve this functionality. I've also attached an example files folder for reference.
Any guidance or suggestions on how to approach this would be greatly appreciated!
Thank you in advance for your help!