How to create a simple text string to input

Discuss RoboTask here
Post Reply
CrVMo
Posts: 2
Joined: Thu Sep 14, 2017 6:08 pm

How to create a simple text string to input

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

Re: How to create a simple text string to input

Post 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.
Oleg Yershov
CrVMo
Posts: 2
Joined: Thu Sep 14, 2017 6:08 pm

Re: How to create a simple text string to input

Post by CrVMo »

Thank you :)
CrVMo
Post Reply