Hi, I am a beginner to Alteryx. Can someone help identify what is wrong with my workflow?
Background:
Two excel files within the same directory, same tab name, same schema.
Goal:
Explore usage of directory tool to combine the data of both files
Problem:
Only a single file gets imported into the "Browse" tool. I was expecting both of them to appear.
Workflow:
- Dir tool, filtering by "*.xl*"
- Formula, where I specify name of sheet "Report Tab"
- Dynamic Input:
- If I give the template of file A, the output browser shows the content of this file
- If I give the template of file B, output browser shows content of this file
- I want the output browser to show the content of both files (not each individually)


