In message box i’m getting output ,but not in immediate panel.
1 Like
Hi
If you are looking for values then go for
WATCH PANEL
It can be set to display the values of variables or arguments, and values of user-defined expressions that are in scope. These values are updated after each activity execution while debugging.
While in Immediate panel mention the variable name alone for individual values like this or would require to call functions for further information
Cheers @mitul_choudhary