Generally if I want to run a specific excel file's macro through Alteryx, I just use run tool with wscript and a .vbs file (that invokes said excel file) as inputs. That vbs file obviously has the name of the excel file whos macro needs to run hard-coded.
But now I'm in a situation where I need to access a folder where new excel files get added all the time; I need to access the latest file (i do this using the sort tool) and run a macro called "populate" within that file all through Alteryx. All the files in that folder have the macro named "populate", but I only need to run the one in the latest file that I picked.
Is there a way to do this within Alteryx?