you are printing a variable that you assigned a default value, at the beginning the variable “EnvironmentName” has nothing, that is to say null, and nowhere in the workflow are you changing that default value, so that variable will always continue printing as if it were empty, you just had to add an assign to give the new value to the variable and that’s all. example.xaml (7.0 KB)