Auto set scope of new variables created

How can I auto set new variables to have the highest level scope?

@NiesonF

the scope is decided by the sequence you select…so if you want the scope to be highest level then create variables only by selecting the highest level scope…there is no other way as of now I believe

cheers

It’s set based on the Sequence you have selected. You can just go to the variables pane and change the scope.

It’s good practice not to just scope everything to the highest level, though.

Hi @NiesonF

Whenever creating Variable if you want the highest level of scope. Select the Parent Sequence always before creating the variable.
I know it’s difficult to always do this while creating variables through the activities itself.

But in my opinion it would be convenient to change the scope later as you create the variable.

Thanks,
Aditya