Hi,
I am new to Alteryx so please be gentle.
I have been playing about a for a bit now and I get the general idea. I have made some macros which are great.
I am now looking at iterative macros - which I get the general idea of. However I have a dataset that i wish to iterate through - which i think I have got working. However each iteration will modify data in different input/output stream (not the iterating one).
My thoughts are that as this DataStream is not the iterating one it will therefore get a new copy of the input each time and clear the work that the iteration has completed. Am I correct? Is there a way to avoid this? Also - will the output of this data stream output at every completed iteration?
Many thanks for helping a newbie!
Dan