Hello all, i have few global variables i use control the environment
i get error very randomly i save re-run it works then sometime stuck on this error
i checked the references are there …
any one faced this issue, any tips around it ?
Note this always happens after i change a variable value
rlgandu
(Rajyalakshmi Gandu)
August 9, 2023, 8:56am
2
@Hazem_Saleh
Go to import and import that particular namespace in UiPath studio.
Hi @Hazem_Saleh ,
check GlobalVariableNamespace
at import in main.xaml
if not found, you can search and install it
Regards,
LNV
Thanks its there, but this issue always happens when i change the values of an any global variable.
now i had to save close down UiPath then everything working again.
is this can be a bug in UiPath?
mkankatala
(Mahesh Kankatala)
August 9, 2023, 11:19am
5
Hi @Hazem_Saleh
Open the Imports panel and search for the GlobalVariablesNameSpace and click on it.
Do the same for Global ConstantNameSpace tooo.
Check the below screenshot for reference
Hope it helps!!
rlgandu
(Rajyalakshmi Gandu)
August 9, 2023, 11:20am
6
@Hazem_Saleh
If you’re encountering issues related to global variables, such as missing assemblies or unexpected behavior when changing their values, it could indeed be a bug or an issue with your workflow setup.
thanks everyone for answering, seems a bug i did new simple flow same issue happens, and again if i save to any local variable (assign , change value …) its work…
mkankatala
(Mahesh Kankatala)
August 10, 2023, 7:39am
8
Thank you @Hazem_Saleh
I hope you find the solution for your query. If you find the solution make mark it as solution to close the loop.
Hi @Hazem_Saleh
Open the Imports panel and search for the GlobalVariablesNameSpace and click on it.
Do the same for Global ConstantNameSpace tooo.
Check the below screenshot for reference
[image]
Hope it helps!!
Happy Automation!!