Hm-m... For some reason, this button has become invisible.
Already fixed. Download and install the fresh version. Or you can use the "Check for updates" function.
Search found 3284 matches
- Thu Feb 26, 2026 7:00 pm
- Forum: Suggestions
- Topic: Button "Variables" missing in Write Text File
- Replies: 2
- Views: 8906
- Wed Jan 28, 2026 9:02 am
- Forum: General Discussion
- Topic: task and logs
- Replies: 1
- Views: 27796
Re: task and logs
We have already discussed this several times here.
Take a look at these topics:
viewtopic.php?t=4907
viewtopic.php?t=4667
viewtopic.php?t=4609
Take a look at these topics:
viewtopic.php?t=4907
viewtopic.php?t=4667
viewtopic.php?t=4609
- Wed Jan 28, 2026 8:51 am
- Forum: General Discussion
- Topic: Wildcards in If statement
- Replies: 1
- Views: 13686
Re: Wildcards in If statement
The "If..Then" action does not use wildcard characters as file mask characters. "*" is just an asterisk, and "?" is just a question mark. The "If..Then" action compares (in your case) just strings, not file names. If you need a more complex check, you can use ...
- Tue Jan 20, 2026 3:16 pm
- Forum: General Discussion
- Topic: Log copied files - Use as boolean / checklist
- Replies: 4
- Views: 22301
Re: Log copied files - Use as boolean / checklist
Perhaps I misunderstood you... Do you want to avoid copying a file if it already exists in the log? It would be better to create a table in the database. In this case, you can easily check whether a record exists in the table. In the case of a text file, you need to use Text Loop and scan the whole ...
- Tue Jan 20, 2026 10:38 am
- Forum: General Discussion
- Topic: Log copied files - Use as boolean / checklist
- Replies: 4
- Views: 22301
Re: Log copied files - Use as boolean / checklist
You can add the file name to the end of your log in any case (Write Text File
and then sort the text, removing duplicates (see Sort Text action).
and then sort the text, removing duplicates (see Sort Text action).
- Sun Jan 11, 2026 6:11 pm
- Forum: General Discussion
- Topic: Accent display problem
- Replies: 2
- Views: 17604
Re: Accent display problem
Where do you see this problem?
May I see an example of your task?
What version of RoboTask are you using?
May I see an example of your task?
What version of RoboTask are you using?
- Mon Dec 29, 2025 3:36 pm
- Forum: General Discussion
- Topic: Can I install RoboTask on my new laptop
- Replies: 3
- Views: 22564
Re: Can I install RoboTask on my new laptop
I replied to you directly by email.
You have a new license key. Just apply it.
You have a new license key. Just apply it.
- Sat Dec 27, 2025 7:01 pm
- Forum: General Discussion
- Topic: Can I install RoboTask on my new laptop
- Replies: 3
- Views: 22564
Re: Can I install RoboTask on my new laptop
Why not?
You can.
You can.
- Sun Dec 21, 2025 7:16 pm
- Forum: General Discussion
- Topic: Looking for a way to type the text in the clipboard
- Replies: 2
- Views: 20153
Re: Looking for a way to type the text in the clipboard
Try Send Keystrokes with expression {ClipBoardContent}
Also you can put clipboard content into your own variable: Get Text from Clipboard
Another way:
Use Web automation actions
Look at Web Automation Send keys
Also you can put clipboard content into your own variable: Get Text from Clipboard
Another way:
Use Web automation actions
Look at Web Automation Send keys
- Thu Dec 18, 2025 5:46 pm
- Forum: Articles
- Topic: Key presses and mouse actions in locked sessions.
- Replies: 0
- Views: 54546
Key presses and mouse actions in locked sessions.
How to ensure autonomous task execution using key presses and mouse actions? The system ignores simulated keystrokes and mouse actions (cursor movement, button clicks) in locked sessions. This is a system security feature and cannot be changed. Therefore, if you plan to use the task independently in...