A developer defined two Int32 variables, FirstInt and SecondInt, in a workflow. Which panel can the developer use to monitor the result of the expression. FirstInt > SecondInt, throughout the execution of the workflow in Debug mode?
A developer defined two Int32 variables, FirstInt and SecondInt, in a workflow. Which panel can the developer use to monitor the result of the expression. FirstInt > SecondInt, throughout the execution of the workflow in Debug mode?
The Watch Panel can be used to monitor and evaluate expressions throughout the execution of the workflow in Debug mode. By adding the expression FirstInt > SecondInt to the Watch Panel, the developer can continuously observe the evaluation results as the workflow progresses.
Watch panel is the right ans
In Immediate Panel, you can write or evaluate a expression. https://docs.uipath.com/studio/standalone/2023.4/user-guide/the-immediate-panel
Tested in Studion. Can be also Immediate Panel if you write the expresion FirstInit > SecondInit