I created a variable of type int with a value of 1.
created a new sql task:
select max(id) from tbl_1 as id
In the result set I map this id to the variable.
But when I stop debugging the variable still has a value of 1.
Is it just not refreshing or am I mssing a step.