How it is possible to change a variable inside a workflow^

Hi @s_tartaglione,

The variables inside a loop cannot be accessed outside of it. Also, take a look at the loop operator description here. The loop items are run alongside any subsequent steps in the WF, so any additional steps after the loop operation is not expected to work.

Take a look at this thread too for more details.