joao.mello
(Joao Mello)
November 23, 2022, 12:29pm
1
I’m trying to add variables in watch pannel, but it just doesn’t let me do it.
And the problem happens just when i’m inside a excel scope/use excel file activity, could someone explain why?
Gokul001
(Gokul Balaji)
November 23, 2022, 12:32pm
2
Hi @joao.mello
Welcome to UiPath community
Check out the document
https://docs.uipath.com/studio/docs/the-watch-panel
Regards
Gokul
2 Likes
Anil_G
(Anil Gorthi)
November 23, 2022, 12:34pm
3
Hi @joao.mello
Welcome to the community
Please check this. Similar issue is reported
I had this same issue.
After a little while, I got to an answer: My problem was inside an ‘InvokeWorkFlow’ activity. If the invoked workflow was not at the same directory as the workflow of the execution, my variables at the Locals Panel disappeared on the invoked workflow.
I fixed it just changing the directory of the the invoked workflow to the same of the workflow that contains the activity ‘InvokeWorkflow’ (Put them all on the same folder, removing the subfolders).
Hope that this tip was …
cheers
Gokul001
(Gokul Balaji)
November 23, 2022, 12:38pm
4
HI @joao.mello
The Locals panel displays properties or activities and user-defined variables and arguments
Regards
Gokul
You can use the immediate panel to see variables on the debug also