Hi, I’m trying to understand how Cloud Regions work. I’ve got an existing project that I want to convert to use Cloud Regions.
I’ve configured the environment to have two targets - one for the UK and one for the US:
I believe they are configured properly:
I then went into my project, and changed some of the variables around so that they are scoped to each target. For example, there are two CountryCode variables - one for the US target and one for the UK target:
However, when the step executes, it is failing because it’s not substituting the CountryCode variable - it’s trying to execute it only once, and showing that the CountryCode variable isn’t being set:
I feel like I’ve missed an important step somewhere to make this actually work. Can anyone explain where I’ve gone wrong? Thanks in advance!