Protected variable

Discuss RoboTask here
Post Reply
bgregory
Posts: 27
Joined: Mon May 22, 2017 4:28 pm

Protected variable

Post 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
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Protected variable

Post by Oleg »

There are no protected variables. If you assign some value to variable it is available in other steps without problem.
Oleg Yershov
bgregory
Posts: 27
Joined: Mon May 22, 2017 4:28 pm

Re: Protected variable

Post 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).
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Protected variable

Post 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 ...
Oleg Yershov
Post Reply