Search found 3231 matches

by Oleg
Tue Sep 09, 2025 11:56 am
Forum: General Discussion
Topic: system variable cannot get the value, how to use it?
Replies: 1
Views: 1072

Re: system variable cannot get the value, how to use it?

{TaskComment} variable returns the comment/notes of this task The variable works only in task context. Otherwise it returns the empty value Look at the task below. Save the task text to a file and use the Task->Import menu to import the task into RoboTask. Also you can simply copy task text and pas...
by Oleg
Sat Aug 30, 2025 11:01 am
Forum: General Discussion
Topic: put date into text
Replies: 1
Views: 1528

Re: put date into text

Now you can enter the date into the current input field by pressing the hotkey Look at the task below. Press CTRL+ALT+D, and the task will enter the date into your text Save the task text to a file and use the Task->Import menu to import the task into RoboTask. You can also simply copy the task text...
by Oleg
Tue Aug 26, 2025 8:45 am
Forum: General Discussion
Topic: library disappeared in version 10.5
Replies: 1
Views: 1392

Re: library disappeared in version 10.5

Could you provide the screenshot of "About" dialog (menu help -> About)?
Also drop a message to my email oleg(at)robotask.com
by Oleg
Fri Aug 22, 2025 3:25 pm
Forum: Suggestions
Topic: Logging with FTP synchronization
Replies: 3
Views: 2659

Re: Logging with FTP synchronization

How did you get the empty folder name (see screenshot)? The message must contain the folder name...
_250822172052.png
_250822172052.png (8.52 KiB) Viewed 2635 times
Could you please send me your task and the complete task log by email?
by Oleg
Fri Aug 22, 2025 10:27 am
Forum: General Discussion
Topic: RoboTask 10.5 has been released
Replies: 0
Views: 5622

RoboTask 10.5 has been released

New version of RoboTask is ready for download. Download and try RoboTask 10.5 now What's new in RoboTask 10.5: Legend [ + ] Feature added [ - ] Bug fixed [ * ] Modified or improved RoboTask 10.5 + New plugin - Web Automation . Actions can work with both the built-in browser and the user's installed...
by Oleg
Thu Aug 21, 2025 3:20 pm
Forum: Suggestions
Topic: Logging with FTP synchronization
Replies: 3
Views: 2659

Re: Logging with FTP synchronization

FTP actions are deprecated and we have kept them for compatibility with older tasks.
I recommend you to use SSL FTP actions instead. The actions also support the simple FTP protocol.
The "SSL FTP Synchronization" action allows you to log the synchronization process.
by Oleg
Tue Jul 29, 2025 12:29 pm
Forum: General Discussion
Topic: Open image in webp-format
Replies: 5
Views: 2963

Re: Open image in webp-format

H-m-m... It works I used this task ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|0 CatID=INTEGER|307868550 Comment=STRINGLIST ContinueOnError=INTEGER|0 DisableOnError=I...
by Oleg
Tue Jul 29, 2025 11:17 am
Forum: General Discussion
Topic: Open image in webp-format
Replies: 5
Views: 2963

Re: Open image in webp-format

Also I want to take a look to your task and complete log file
by Oleg
Tue Jul 29, 2025 11:14 am
Forum: General Discussion
Topic: Open image in webp-format
Replies: 5
Views: 2963

Re: Open image in webp-format

What version of RoboTask do you use?
Could you send a couple problem images to me by email?
by Oleg
Sat Jul 12, 2025 2:41 pm
Forum: General Discussion
Topic: sftp
Replies: 2
Views: 2647

Re: sftp

I don't find the functionality that allows to check if files have been downloaded and already exist on the local folder. Maybe SFTP Synchronization will solve your problem. From remote folder to local I think I better keep SFTP logged on rather then login logout every ten seconds. Task closes all c...