We can currently create an object variable, but we cannot update parameter values directly.
An error message occur:
<<Self reference is not supported when updating the value of variable 'obj'.>>
There is an alternative solution but it is not practical:
The workaround is use Compose to
setProperty(variables('obj'),'parameter ','new_value')
Then Set the Variable with the Outputs of Compose
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.