Hi all, I have a master ETL package, where the first component in the control flow is a Execute Package task Get SFTP Files as below.
Get SFTP Files below
The variable mapping on the foreach container outputs ClientID.
I need to reference this ClientID in the rest of my package i.e. when this package finishes and goes back to ETL package
I want to reference it. How do i import a variable/value from a CHILD package and use it in the PARENT package? I have tried setting up a parent package variable in the CHILD package referencing ClientID but this doesn't seem to be transferring the value to the PARENT package. Am i forgetting something?
*** UPDATE *** I'm using project deployment model so am unable to use Package Configuration. How can you reference a globalID like a CompanyID between packages using the project deployment model?