How to remove Global variable in the Studio 25.10

Hi All,

I just upgrade the studio from v24.10 to v25.10.5
accidently I created a global variable and Studio crashed.

I re-opened and search the global var I just created is not display in the variable panel, however its identified if I click ctrl+k in assign activity.
image

so, what I want is how to delete this Global Variable?

features unused variable not helps.

I appreciate if someone can help me.
thank you

Hi @irahmat

What you can try:

  1. Close Studio.
  2. Go to your project folder and open project.json with a text editor.
  3. Search for CONFIG_ChargeRequestStatus under globalVariables / variables.
  4. Manually delete that entry, save the file.
  5. Reopen Studio.

Hi Monali,

I just did what you instructed. I just remember we can do this way.

anyway, thanks for fast responding. i will mark yours as solution.

Cheers,
Indra

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.