Using variables collected from prompt command

Hello,

I have a question.
I want to use the prompt command to store a value and then use this value further ad +1 every time i use the command type.
With only input numbers this is not a problem, but i want for example i type in the prompt New_user_1 and this is the variable, what should i do to only + the number 1, so that everytime i use the command type that New_user_1 is New_user_2, New_user_3 etc.

Thanks for any solution.

Erik

Hi i use prompt to imput password and after i use it

You can use this simple code

{
  "Command": "prompt",
  "Target": "YOUR PREFERED TEXT@-",
  "Value": "MyValue"
},

After you have the var can be used in field e form

https://ui.vision/rpa/docs/selenium-ide#prompt