Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
i defined a variable as vColor1 = RGB(173,91,255) in settings -> variable overview.
when i reload the dashboard, the variable definition gets changed to vColor1 = RGB(0,147,112).
i dont know what is the issue.
somebody help please.
Do you have this variable getting changed in the script? or are there variables getting loaded from an Excel file may be?
hi!
Maybe you have a redefinition on your script. Try to find the vColor variable on the script.
Best regards,
Agustin
Dear PRRAJENDRAN,
Delete your variable from variable overview and reload your script. If vColor1 = RGB(0,147,112) is created, it means it's loading from another place. Find the place and remove the variable or change the variable value at there actual location. As the standard can be maintain.
Kind regards,
Ishfaque Ahmed
No.
I couldnt see another variable under same name from anywhere.
What might be the issue?
If this variable is not being initialized in the script you may want to check for a trigger that may be changing your variable value.
Dear PRRAJENDRAN,
Have you tried the way as I suggested you? Delete your variable and reload your App after that check your variable either it's created or not?
Kind regards,
Ishfaque Ahmed