Search found 3110 matches

by Oleg
Sun Nov 10, 2024 6:15 pm
Forum: General Discussion
Topic: SFTP File Loop Problem
Replies: 6
Views: 8757

Re: SFTP File Loop Problem

-Filezilla works to show directory of remote SFTP files. -Robotask can connect and download an explicit file by filename. -Robotask file loop or SFTP Sync commands act as if there are no files in the folder and no subdirectories. Look at my example below. It retrieves the listing of directory as te...
by Oleg
Sun Nov 10, 2024 5:55 pm
Forum: General Discussion
Topic: Upon user login, start the task
Replies: 1
Views: 25

Re: Upon user login, start the task

Use the option "Run task when RoboTask starts" on "Triggers" tab
see screenshot
Image
by Oleg
Sat Nov 09, 2024 5:30 pm
Forum: General Discussion
Topic: Delete/Replace in String HTML Code
Replies: 1
Views: 21

Re: Delete/Replace in String HTML Code

Send me an example of such string.
I wanted to recommend the "Str Replace" action.
by Oleg
Thu Nov 07, 2024 10:20 am
Forum: General Discussion
Topic: RoboTask 10.2 has been released
Replies: 0
Views: 115

RoboTask 10.2 has been released

New version of RoboTask is ready for download. Download and try RoboTask 10.2 now What's new in RoboTask 10.2: Legend [ + ] Feature added [ - ] Bug fixed [ * ] Modified or improved RoboTask 10.2 + New action "Login to network share / Map network drive" + New action "Mouse wheel"...
by Oleg
Mon Nov 04, 2024 1:53 pm
Forum: General Discussion
Topic: restart process if it reaches over x amount of memory
Replies: 2
Views: 505

Re: restart process if it reaches over x amount of memory

What process are you speaking of?
by Oleg
Thu Oct 31, 2024 2:40 pm
Forum: General Discussion
Topic: Error while loading DelZip192x64.dll
Replies: 3
Views: 2238

Re: Error while loading DelZip192x64.dll

Another one question: How many files do you want to pack?
by Oleg
Thu Oct 31, 2024 2:31 pm
Forum: General Discussion
Topic: Error while loading DelZip192x64.dll
Replies: 3
Views: 2238

Re: Error while loading DelZip192x64.dll

I need to see the complete log of the task.

Also I recommend you to use MonthNo instead of MonthName
You can get a problem with non-ascii symbols
by Oleg
Thu Oct 31, 2024 10:10 am
Forum: General Discussion
Topic: Endless loop while processing CSV file
Replies: 5
Views: 2488

Re: Endless loop while processing CSV file

Additionally
I think than you need to do CSV Write Cells to column number 35 (not 34)
Column and row numbers start from 1 (not from 0). It described in documentation
by Oleg
Thu Oct 31, 2024 9:22 am
Forum: General Discussion
Topic: Endless loop while processing CSV file
Replies: 5
Views: 2488

Re: Endless loop while processing CSV file

Send the result file as-it-is (not screenshot)
And the complete log of the task
by Oleg
Wed Oct 30, 2024 2:20 pm
Forum: General Discussion
Topic: Endless loop while processing CSV file
Replies: 5
Views: 2488

Re: Endless loop while processing CSV file

Look at my variant (below) Problems: 1. You opened CSV file and work with these data 2. All rest CSV actions must use source "From previous CSV action" : CSV add column, CSV data loop, CSV write cells, CSV save data. That is you make some changes to CSV data sequentially in the same data a...