I have a variable "variable1" defined with SSIS expression as its value. Is there a way to evaluate the "variable1" as expression in a second variable "variable2"?
For example,
variable1 is as below:
When I evaluate variable2 by adding the variable1 in the expression builder, I see the same value of variable1.
Is there a way to get the variable2 to evaluate the expression "YEAR(GETDATE())" and give the result (2022) as its value?