I have an SSIS package, and have created a sequence container to group a certain task and its variables. The variables have their scope all set to the Sequence.
Within that sequence, I have a for loop container, but within that for loop, it doesn't appear that my variables are available. I have created a flat file connection manager, but when I go to the expression of the connection (to set the connection string), it only has 'system variables' in the list, and I cannot select any of my user variables.
Any idea what I am doing wrong?