Hello,
I am trying to automate one of the report and batch macro is not picking/recognizing the file from the defined path (UNC). I am using a batch macro however, still not able to crack the issue. Kindly help.
Attached is the workflow for reference.
Thanks
Subbu
Solved! Go to Solution.
@SubbuSharma The file path is wrong it should be the pipe symbol (|) not the forward-slash (/)
[FullPath] + "|||Data$"
@SubbuSharma are you able to upload your macro also a sample input file to test your workflow?
First off - turn on macro messages in your workflow configuration.
Next - your problem is probably that you are sending in tons of records via your control parameter. You want to send in each file name you are trying to read - but if your workflow has 10,000 records with the same filename - Alteryx won't necessarily know that you want to read in the same filename once vs 10000. I'd recommend using a summarize tool leading into your control parameter.