Search found 25 matches

by tcarvalho
Wed Aug 26, 2020 9:18 pm
Forum: General Discussion
Topic: Clipboard content variable
Replies: 5
Views: 6608

Re: Clipboard content variable

Please see code for the task. Step/action 32 is where the task is currently failing. ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|0 CatID=INTEGER|0 Comment=STRINGLIST ...
by tcarvalho
Wed Aug 26, 2020 2:28 pm
Forum: General Discussion
Topic: Clipboard content variable
Replies: 5
Views: 6608

Clipboard content variable

I'm having an issue when using the screenshot step related to the "clipboard content" variable. The task is grabbing a ticket number from a spreadsheet formatted as such "xYYYYYY" where x can be a letter and y is always numbers. I am then taking 2 unique screenshots and wanting t...
by tcarvalho
Tue Jul 14, 2020 9:00 pm
Forum: General Discussion
Topic: Last day of previous month
Replies: 5
Views: 7256

Re: Last day of previous month

Oleg wrote: Use the expression {DateIncDays(-{Day})}
Thank you Oleg, but I forgot one of the reports is actually 2 months behind, but again needs to be the last day of that month. Is that also possible with this expression?
by tcarvalho
Tue Jul 14, 2020 3:21 pm
Forum: General Discussion
Topic: Last day of previous month
Replies: 5
Views: 7256

Last day of previous month

Is there a variable combination that can have Robotask populate the last date of a previous month? So for example when running a report in the end date for the date field I need to populate 06/30/2020 as that was the final day of the previous month.
by tcarvalho
Thu May 28, 2020 2:15 pm
Forum: General Discussion
Topic: Date Inc Days variable
Replies: 4
Views: 6026

Re: Date Inc Days variable

Thank you this worked! I had incorrect formatting/structure when attempting the same expression you listed.
by tcarvalho
Thu May 28, 2020 1:25 pm
Forum: General Discussion
Topic: Date Inc Days variable
Replies: 4
Views: 6026

Re: Date Inc Days variable

I am having robotask populate a date for searching items. I need Robotask to set the date exactly 30 days ago. This "DateIncDays" variable is achieving the result however it is generating the date as "4/27/2020", however the search field that I am having robotask populate is expe...
by tcarvalho
Wed May 27, 2020 2:51 pm
Forum: General Discussion
Topic: Date Inc Days variable
Replies: 4
Views: 6026

Date Inc Days variable

When using this variable is there a way to populate a placeholder 0 for the first 9 months of the year? Currently I have the variable set to enter the date from 30 days ago, which would be 4/27/2020 for example, however I need it to populate "04/27/2020" for the selection it's making.
by tcarvalho
Fri May 15, 2020 1:10 pm
Forum: General Discussion
Topic: Cyclic triggering event
Replies: 1
Views: 3416

Cyclic triggering event

Is there a way to have the cyclic triggering event stop after successfully completing a task X number of times? For example if I want my task to complete 100 times automatically (so not having to manually run the task each time) and then stop after successful number of completions; is that possible ...
by tcarvalho
Mon Mar 16, 2020 5:12 pm
Forum: General Discussion
Topic: Windows Lock Screen
Replies: 3
Views: 6642

Re: Windows Lock Screen

Oleg wrote:Unfortunately you can not unlock computer from within a locked session.
Also Windows™ ignores keyboard and mouse simulation in locked session.
This is the property of system security
Thanks for the information, we appreciate it.
by tcarvalho
Fri Mar 13, 2020 2:15 pm
Forum: General Discussion
Topic: Windows Lock Screen
Replies: 3
Views: 6642

Windows Lock Screen

Hello all, Is there a way to have Robotask get around/through the windows lock screen? Our machines time out at 5 minutes of inactivity (for security reasons) and require a sign in to get back in. I have not found a way to script robotask to deal with the windows lock. This is interfering with sched...