I'm working on an Alteryx workflow that will eventually be handed over to the COE team for future maintenance use. For this reason, we are using a shared folder on the company drive for the user input files.
I have gotten the batch macro from the Ultimate Input Data Flowchart page to work importing a folder of .xlsx files(https://knowledge.alteryx.com/index/s/article/The-Ultimate-Input-Data-Flowchart-1583459854309)
The workflow and all related files are on my local machine in a desktop folder until it is complete for handover.
The issue I'm running into is, when I have the batch macro Directory Input Tool aimed at a folder on my local machine with the input files (17 of them), it works fine in aggregating all of the data.
However, when I change the filepath to the shared folder, it only gets 4 of them.
Is this a common occurrence, of do I have something configured incorrectly?