hello team, I have a list contains different app names. For each value in the list, I need to pass this value to a variable which then used in sql statement. I need to loop through the list and append all SQL results to an output file. the list will change depends on upstream process. It can be 1 row or 20 rows. Is iterative macros + drop down box the choice here?