Search found 70 matches

by marcolobaido
Mon Jan 02, 2023 3:34 pm
Forum: General Discussion
Topic: Increment generic date
Replies: 1
Views: 883

Increment generic date

Hi, I need to increment a generic date (i can't use the inc day variable). I tried with increment variable but it doesn't work.
Should I extract day month and year from the date and set the "rule" or does it exist a faster way?
by marcolobaido
Thu Sep 01, 2022 3:36 pm
Forum: General Discussion
Topic: Decimal numbers operations
Replies: 1
Views: 1277

Decimal numbers operations

Hi, can I add two decimal numbers using the arithmetical operation feature?
by marcolobaido
Fri Feb 18, 2022 6:59 pm
Forum: General Discussion
Topic: Google 2-Step Verification VS send mail action
Replies: 7
Views: 8782

Google 2-Step Verification VS send mail action

Hi, I activated the 2 step verification in my gmail account. After this modify, the "send mail" action doesn't work. E: 18/02/2022 13:26:40: Error occurred: Application-specific password required. Learn more at E: 18/02/2022 13:26:40: https://support.google.com/mail/?p=InvalidSecondFactor ...
by marcolobaido
Fri Jan 22, 2021 10:02 am
Forum: General Discussion
Topic: I/O error 32 while removing a non empty folder
Replies: 1
Views: 2193

I/O error 32 while removing a non empty folder

E: 22/01/2021 09:56:19: I/O error 32 E: 22/01/2021 09:56:19: Failed execute 'ExecAction with exception: I/O error 32' (C:\Program Files (x86)\RoboTask\Plugins\Files\FileMan.rtp) E: 22/01/2021 09:56:19: An error occurred. Reconfigure this step. E: 22/01/2021 09:56:19: Task execution is aborted What d...
by marcolobaido
Wed Jan 08, 2020 4:20 pm
Forum: General Discussion
Topic: FTP Delete Folder
Replies: 1
Views: 5087

FTP Delete Folder

Hi, how can I remove a non empty FTP folder? I: 08/01/2020 14:59:18: Executing "5.FTP Remove Folder" E: 08/01/2020 14:59:18: FtpRemoveDirectory fails with message: 550 The directory is not empty. E: 08/01/2020 14:59:18: An error occurred. Step #5 (FTP Remove Folder). E: 08/01/2020 14:59:18...
by marcolobaido
Thu Apr 26, 2018 12:24 pm
Forum: General Discussion
Topic: Can't terminate EXCEL.EXE process
Replies: 2
Views: 6862

Can't terminate EXCEL.EXE process

Hi, I created a new task but it stops when I try to end excel process.
Why the access to the process in denied?
Is there a way to bypass this problem?
by marcolobaido
Fri Dec 15, 2017 4:35 pm
Forum: General Discussion
Topic: Mail loop with last X mails
Replies: 6
Views: 15713

Re: Mail loop with last X mails

ok, It works. Thank you very much.
P.s.
I noticed that simple loop is slower than mail loop, this is my impression (can you confirm that?).
However I think that would be useful to add a Mail loop action where I can choose to start from the newest or last mail.
by marcolobaido
Fri Dec 15, 2017 11:20 am
Forum: General Discussion
Topic: Mail loop with last X mails
Replies: 6
Views: 15713

Re: Mail loop with last X mails

Thanks for you very fast answer, I have 2178 mails and I need to process messages from 2078 to 2178. I set the ordering number with the value (num = 2078) breaking when num>100 but it start always from the oldest mail. imap open imap folder info increment variable (2 variables: total mail {nums} and...
by marcolobaido
Fri Dec 15, 2017 9:54 am
Forum: General Discussion
Topic: Mail loop with last X mails
Replies: 6
Views: 15713

Mail loop with last X mails

Hi, I need to do a mail loop downloading mail with a specific word in the subject. I made a task that works perfectly but it's too slow because it analyzes ALL the mails. I tried to use a "while loop" and "imap folder info" but it's slow too because I must download every single m...