Page 1 of 1

How to create a simple text string to input

Posted: Thu Sep 14, 2017 7:09 pm
by CrVMo
Hi.
How do I create a simple text string that I can input to login boxes, documents, etc., when needed, e.g. my email address or name?
Thanks,
CrVMo :?:

Re: How to create a simple text string to input

Posted: Fri Sep 15, 2017 11:06 am
by Oleg
Maybe I don't understand your question...

Any user variable in RoboTask is a string, and you can use it anywhere in your tasks.
For example look at the Set variable action

Also you can create some global user variables (read here please).
You can use global variables in any task. Global variables live until you remove it.

Re: How to create a simple text string to input

Posted: Fri Sep 15, 2017 11:46 pm
by CrVMo
Thank you :)
CrVMo