I have a simple workflow, which is to get data from Table 1 on SQL server 1 and insert into Table 2 on SQL server 2.
But I have 100 tables on SQL server 1, and all of them needs to be processed into correspondent tables on SQL server 2.
I don't want to create 100 workflows.
I would like to know how to create a single workflow, and put it into a For Loop. Each iteration, a different table name, as parameter, to be passed into the workflow to run.
How to do that in Alteryx?
Thanks in advance.