Search found 30 matches

by kunkel321
Sat Jul 25, 2020 1:01 am
Forum: General Discussion
Topic: Outlook Magnet
Replies: 0
Views: 6583

Outlook Magnet

I'm just sharing this Outlook tool I made. It's a newer version of this one https://robotask.com/forum/viewtopic.php?f=1&t=2737 Folks may have noticed in the latest versions of some emails, it will try to guess when there is an "action item" that needs to be followed up on or turned in...
by kunkel321
Fri Jul 24, 2020 11:24 pm
Forum: General Discussion
Topic: Refresh bug?
Replies: 3
Views: 6692

Re: Refresh bug?

Hi Oleg, I think this refresh issue might be happening again... Sort of. To replicate: -Have a task with many steps (for example mine has 93, so it scrolls up/down). -Scroll all the way to the bottom. -Choose a step that is (for example) 5 steps from the bottom. -Open the step and close it again. Ro...
by kunkel321
Fri Jul 24, 2020 9:44 pm
Forum: General Discussion
Topic: Assign test back to clipboard?
Replies: 4
Views: 7990

Re: Assign test back to clipboard?

Thanks for this by the way Oleg -- I'm only now having time to work on my project again. :D
by kunkel321
Fri Jul 17, 2020 3:36 pm
Forum: Suggestions
Topic: Last update of manual?
Replies: 1
Views: 4634

Last update of manual?

Hi Oleg, I prefer to have the user manual as a PDF on my Kindle, so I download it from here: https://robotask.com/downloads/robotask.pdf When was it last updated though? I put it on my Kindle about 5 or 6 months ago. Is that version still the current one? Suggestion: Maybe put at the bottom of the c...
by kunkel321
Fri Jul 17, 2020 3:21 pm
Forum: General Discussion
Topic: New Version 8.0--Require a new registration code
Replies: 6
Views: 8313

Re: New Version 8.0--Require a new registration code

Just an FYI, I also reinstalled RoboTask (after installing an SSD in my laptop). When I entered the old code, it said that it accepted the code and to restart RoboTask. But then when I restarted it, it was still in evaluation-mode. I purchased recently though, and Oleg has already gotten me a new ke...
by kunkel321
Fri Jul 17, 2020 3:15 pm
Forum: General Discussion
Topic: Last day of previous month
Replies: 5
Views: 7209

Re: Last day of previous month

The only way I can imagine this working (for month before last), is to use a loop. Start with a date that is "today minus 60 days." Then increment it forward one day at a time. With each loop save the currently evaluated date (formatted as "dd") to a variable, and the day after t...
by kunkel321
Tue Jul 14, 2020 8:40 pm
Forum: General Discussion
Topic: Last day of previous month
Replies: 5
Views: 7209

Re: Last day of previous month

Wow -- only one step needed in the task. Pretty cool. 8-)
by kunkel321
Tue Jul 14, 2020 4:10 pm
Forum: General Discussion
Topic: Last day of previous month
Replies: 5
Views: 7209

Re: 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. I'm somewhat new to Robotask... But I'll bet you ...
by kunkel321
Mon Jul 13, 2020 3:01 am
Forum: Suggestions
Topic: Drop Task script text into RoboTask pane = Import
Replies: 3
Views: 9801

Re: Drop Task script text into RoboTask pane = Import

This works exactly as described --Thanks Oleg!
by kunkel321
Tue May 05, 2020 5:32 pm
Forum: General Discussion
Topic: Wait for web page to load?
Replies: 0
Views: 5764

Wait for web page to load?

Is it possible to put this in a loop? I tried the "CEF Wait for Done" command, but it tries to open my page in another window. I want to keep the same window in Chrome, but wait for the content to be fully loaded. I've noticed the cursor changes when the page is trying to load, but I didn'...