cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1128
Views
0
Helpful
2
Replies

Checking variables value during reactive debugging

Muhammad Usman
Level 1
Level 1

Hi,

How can i check value of some variable during reactive debugging of UCCX script, i have called web service in my script and now i want to check the result.

can i add some command that will display value of variable in some console. Thanks

1 Accepted Solution

Accepted Solutions

Jonathan Schulenberg
Hall of Fame
Hall of Fame

The variables, with their current values, are displayed in the lower-left corner of the editor. These update as steps complete and you can even manually change a value if you want to see what the impact would be.

Please remember to rate helpful responses and identify helpful or correct answers.

View solution in original post

2 Replies 2

Jonathan Schulenberg
Hall of Fame
Hall of Fame

The variables, with their current values, are displayed in the lower-left corner of the editor. These update as steps complete and you can even manually change a value if you want to see what the impact would be.

Please remember to rate helpful responses and identify helpful or correct answers.

Thanks Jonathan...