Hey everyone!
I’ve just started exploring Alteryx and I’m excited about creating a macro to personalize my Excel outputs. Initially i had a plan to use a single general template, but I might expand to multiple templates based on different outputs later on.
Sticking with a simpler version for now, here is what i would like to do:
I’m considering starting with a predefined template for my workflow outputs, like the one shown below. This template would serve as a consistent header, with the rest of the workflow following beneath it.
I appreciate any tips :)
Solved! Go to Solution.
@CloudDuck
for this use case
you can use blob tools to copy your template in case you want to create new file for every run
else using output tools capabilities you can append the data to original file.