I have to create different data tables using filter wizard, I don’t want to hard code anything so is it possible to run a two for each loop and add a variable for the output data table and the condition?
for example
in the output data table can i write something like Table.i where i=1,2,3 (table.1, table.2, table.3) as it iterates ? and can the condition also have variables?