I'm trying to execute several packages dynamically.
I've a table in database that stores the package names and has an indicator for each as 'Y/N'. My ultimate objective is to execute those with indicator 'Y'.
I'm creating a variable that takes all the package names under the indicator 'Y'.
I'm using a for each loop container under which I've placed an execute package task. I'm assigning an ADO enumerator in the for each loop and assigning my variable to ADO object source variable.
Is there a way to use a property expression in the Execute package task, to which I can assign the the package names through the variable and dynamically execute the necessary packages (child packages) in the same solution?