Hi,
I'm still quite the noob when it comes to macros in Alteryx. I've read a number of posts and built a few basic ones, but I keep finding myself stumbling over what I suspect are some very rudimentary steps. So before I spend more time hunting around for the answer, I figured I'd throw the question out to the community and await the very simple answer. :-)
Here's what I want to do:
I have a workflow that looks at files in two directories (source and destination) and then copies over only the new ones. A screen-shot of it is below. I set it up initially for a specific project where the directory and file spec (e.g. Waterfall*.xlsx) parameters were always constant. But the steps are generic enough that I'd like to be able to run it for any number of projects and simply change the directory paths and file spec values.
I envision a simple table with the following values:
1. Project Name
2. Source Directory
3. Source File Spec
4. Destination Directory
5. Destination File Spec
What I'd like to see is that when I select a Project Name, it feeds values 2-5 into the macro and then just runs it. This way I could call the macro from different modules and then just determine, based on the module and the project it is supporting, which values to pass in.
How would I go about doing this? Thanks in advance.
