Hi
I would like to combine all excel files as sheets in one excel file
ex: I have 3 different excel files with one sheet each
I would like combine all files as sheets in excel and name it as big file
Hey @BRRLL99,
Plane and simple. It's important that you include the Block Until Done tools, otherwise, Alteryx tries to write one file simultaneously and that doesn't work.
Block Until Done tools work by tool id - which means whatever you place first is also executed first.
@BRRLL99 One way with batch macros
PFA, hope this help