I want to do data copy of multiple tables close to 70 tables from one database to another database. It is not straight copy rather, I want to copy selected data using WHERE conditions for every table.
Note: Only the WHERE condition parameter is same for all the tables. The "Select" query differs, WHERE condition column also differs.
Below is a screenshot of what exactly I am doing. Every input and output pair is for copying one table.
In this case, I want to apply WHERE condition parameter to all tables. Eg WHERE COLUMN IN (XXX)
Currently the value of XXX is configured in Alteryx Constants it is working fine.
But I want the value from an excel file and then pass the same here.
Is there a way to do it? I tried macros/analytic apps, but updating every tool doesn't seem good and makes it clumsy.
So does Alteryx has any provision for this scenario?
