Hey there, we have a problem in our company where we need to update a variable in a certain step, so that this variable can be used in a later step in the pipeline. I was able to update the variable and could see the new value in the Variables section in Octopus deploy portal, but the old value of the variable was used in the later step in the process. I guess the variables were loaded when the release was created and didn’t pick up the change for the current release.
Is there a way to fix this issue?
My exact scenario is as follows:
1- Create a storage account on Azure
2- Generate a SAS token from the storage account
3- Update an Octopus Deploy variable with the SAS token value
5- Create an Azure LogicApp injecting the variable value into it
I would be thankful if you can point me how to solve this blocker issue
Thanks,