Assign global variable then lcoal is not showing then uipath freez

Hello All
i have global variable want to assign only once during the process
The stuido behaving very stange

image
any idea why this happening !

the debugg
image

@Hazem_Saleh

try with IsNothing(Yourvariable)

cheers

im trying but no luck
i tried == null, string is empty or null

image

If: The type initializer for ‘GlobalVariablesNamespace.GlobalVariables’ threw an exception.

i have to the default value to null!

BR/Hazem