Page 1 of 1

Protected variable

Posted: Wed Apr 28, 2021 11:35 pm
by bgregory
I want to create a variable with "protected" text (like in a password where it doesn't show) which will be used by various steps in the task.
Is this possible?

Bob Gregory

Re: Protected variable

Posted: Thu Apr 29, 2021 8:01 am
by Oleg
There are no protected variables. If you assign some value to variable it is available in other steps without problem.

Re: Protected variable

Posted: Thu Apr 29, 2021 12:24 pm
by bgregory
Oleg,
I think you misunderstood my question. I want to create a variable with "disguised" content.
Ex: The variable is called {PSWD} and it contains a password that I do NOT want to show. When viewed
in the GUI it would look the same as that used in the Internet>Check for Email function (it would display dots).

Re: Protected variable

Posted: Fri Apr 30, 2021 6:04 am
by Oleg
You can use variables in any expressions. Otherwise the variable have no sense...
You can encrypt the value, but when you want to use it you have to decrypt it ...