i\'m using the new project deployment model.
I have a master package called ETL. The first thing my ETL package does is run a package called get SFTP files as shown
I have spoken with a couple experts about this there is no NATIVE way of doing this in SSIS. I did see a mention about a way of doing this which is effectively a hack in a script task, but anyone reading this store results from your variables into a table and reference from there. Parameter binding on the execute package task is currently a ONE way street Parent --> Child.