After renaming a variable ActivityAction.Argument is not changed

Hello team,
my Studio version is 2023.4.5 and my sequence is

after renaning the variable the activity.argument isn’t changed.

I think, this is a bug.

Happy automation, Uwe

Hi,

You should write the element as log, you do not need to create a variable. When you change the element, its expression in the log will automatically change.

resim
resim

Hello,
yes you are right. There is no need to create a variable. But it ist possilble. I made a modification.


The output is
image
You see there are two variables, one global and one local. Then the bug is the renaming in the variable in the local scope.
Happy automation, Uwe

That variable from a loop is only scoped in the current sequence. It’s a special variable that it’s not controlled by data manager or variable panel.