Search found 56 matches

by waldo
Thu May 14, 2020 1:26 pm
Forum: General Discussion
Topic: List of all Scheduled Tasks
Replies: 6
Views: 9916

List of all Scheduled Tasks

Oleg, I have many, many task folders with a good number of scheduled tasks (90+). I am running into issues where two separate scheduled tasks are over lapping. For example, a task starts at 4:30 and this task is in one RoboTask task folder and I create another task thinking 4:30 is a good time to sc...
by waldo
Thu May 07, 2020 8:22 pm
Forum: General Discussion
Topic: Populate Two Local Variables from text or csv file
Replies: 10
Views: 15323

Re: Populate Two Local Variables from text or csv file

Oleg---wow, I think I have everything working!!! I have a few tweaks to implement for our network environment but I am EXCITED as the tests so far are operational as expected!! Wow, this thread is a customer testimonial. Again, thank you!!!! JimC
by waldo
Thu May 07, 2020 5:49 pm
Forum: General Discussion
Topic: Populate Two Local Variables from text or csv file
Replies: 10
Views: 15323

Re: Populate Two Local Variables from text or csv file

Oleg--ok. I will re-name my variables in the command line to match what was used in your file---num and addr. I will report back. Again, thank you for all of your help. Jim
by waldo
Thu May 07, 2020 5:37 pm
Forum: General Discussion
Topic: Populate Two Local Variables from text or csv file
Replies: 10
Views: 15323

Re: Populate Two Local Variables from text or csv file

Oleg, Sorry, I did not see your response before posting this post. I have done more testing. If I run both tasks (modified to my directory path), but when I declare both variables equal to a batch number and e-mail address, then I do generate three e-mails--all identical using the "fixed" ...
by waldo
Thu May 07, 2020 5:11 pm
Forum: General Discussion
Topic: Populate Two Local Variables from text or csv file
Replies: 10
Views: 15323

Re: Populate Two Local Variables from text or csv file

Oleg, thank you. Do I need to set my local variables as follows: BatchNumber = Num and Email_adress = address or do I merely leave them without a value in Task2 as the values are automatically passed from Task1? Jim
by waldo
Thu May 07, 2020 5:04 pm
Forum: General Discussion
Topic: Populate Two Local Variables from text or csv file
Replies: 10
Views: 15323

Re: Populate Two Local Variables from text or csv file

Oleg--Yes, it is a command line. I will double check as maybe it didn't copy correctly from my manually created task. I will also add the Wait command. I will post back. Thank you!!! Jim
by waldo
Thu May 07, 2020 4:22 pm
Forum: General Discussion
Topic: Populate Two Local Variables from text or csv file
Replies: 10
Views: 15323

Re: Populate Two Local Variables from text or csv file

Oleg, Thank you for the help. I am stuck and it is my own fault. After I get the first line in the csv file and it passes the values for the variables batchnumber and e-mail_address, the task below runs. This task runs now when I populate the variables manually before each run. Where do I place this...
by waldo
Wed May 06, 2020 9:26 pm
Forum: General Discussion
Topic: Populate Two Local Variables from text or csv file
Replies: 10
Views: 15323

Populate Two Local Variables from text or csv file

Oleg, I have a single line task with two local variables: batchnumber and emailaddress. Is there a procedure for Robotask to "read" a csv file to populate the two variables? If so, Robotask then executes the task on the first pass. Once the first iteration is completed, then Robotask "...
by waldo
Wed Apr 22, 2020 3:29 pm
Forum: General Discussion
Topic: Replace Command Line Parameter
Replies: 2
Views: 4735

Re: Replace Command Line Parameter

Oleg,
Thanks for the advice. I am confused though. The screen shot command line does run now (i.e., it includes the Report.Name variable). Your comment would imply this should not be the case. Can you explain further?
JimC
by waldo
Wed Apr 22, 2020 12:16 pm
Forum: General Discussion
Topic: Replace Command Line Parameter
Replies: 2
Views: 4735

Replace Command Line Parameter

Please see attached screen shot. I need to change the last parameter (i.e., 216079 in the screen shot) in the parameters command line string for each iteration of the task. The rest of the command line does not need altered---only the last six digit number with parenthesis needs modified for each it...