Wow, it’s been in VB since at least 2008.
@eyashb @Jon_Smith
This is merely an example, as I have mentioned before, all the programming languages I referred to possess it. I understand that UiPath is not exactly a traditional programming language, but what I mentioned has been observed in other automation platforms such as n8n, for instance.
In n8n, this is done with a single click. When you reach a node, you click once, and all the variables are “locked” so that you can test, modify, and rerun the node without any changes.
I have not tried it yet… However, many times the changes are not related to the input data. Sometimes you notice that a message is poorly written or the title of an activity is incorrect.
The immediate window is very useful if you see the potential error before the execution line passes through the variable. However, you cannot assign all the variables every time you need them (a function like the one I described above for n8n would be helpful).
In conclusion, this is my feedback; I hope it proves to be of some use.
