Variable Values

If you’re just trying to see the value of a variable as it runs, you can use Log Message to write it to the Output so you can see it.

If you’re trying to follow the variable’s value as the process executes, then you should be using breakpoints, and Debug mode, and using the panels on the left to look at the value of variables when it pauses.

1 Like