Search found 18 matches

by Zac
Tue Feb 20, 2024 5:46 pm
Forum: General Discussion
Topic: how many people use robotask?
Replies: 5
Views: 1482

Re: how many people use robotask?

Agreed, Robotask is pretty consistent and has many updates that improves it's quality over time. Many tasks I have created have made it possible for me to get the work of about 3-5 people done while I'm working on other things and Oleg is pretty quick to respond to questions and issues which makes u...
by Zac
Thu Feb 15, 2024 10:17 pm
Forum: Suggestions
Topic: GoTo Action Made Dynamic
Replies: 2
Views: 484

Re: GoTo Action Made Dynamic

Thank you for your reply, luckily for me the GoTo action hasn't done anything harmful for my bots as of yet. Thank you for your suggestion regarding the loops and "If Then" actions. I will look into incorporating more of those in an attempt to get around using GoTo.
by Zac
Tue Feb 13, 2024 10:48 pm
Forum: Suggestions
Topic: GoTo Action Made Dynamic
Replies: 2
Views: 484

GoTo Action Made Dynamic

Hello, A suggestion I thought of would be to make it so that the GoTo Action keeps to the step it was originally chosen to go to when editing. Reason I'm adding this is that I'm constantly forgetting to change what it's looking at if I add steps between the GoTo Action and where I want it going too....
by Zac
Wed Jan 10, 2024 6:11 pm
Forum: General Discussion
Topic: Pick random file
Replies: 4
Views: 2614

Re: Pick random file

Hello, I saw the question and wanted to put a quick answer if this works for you. You can create a new variable or set a variable you already have or within your actions for calling the "random hour{Hour}_x.wav" file, you can call the system variable "{RandomValue(1000)}" and it ...
by Zac
Tue Jan 09, 2024 6:00 pm
Forum: General Discussion
Topic: File Saerch
Replies: 12
Views: 10675

Re: File Saerch

Solution for skipping files of 255 or more, what you can do is create an variable holder that we will call "VarLeng" and use the clipboard to copy the file address or whatever your trying to find the length of and then in an IF statement, choose the number type and in the first box type &q...
by Zac
Wed Jan 03, 2024 3:47 pm
Forum: Suggestions
Topic: Target HTML Elements in Chrome Inspect
Replies: 0
Views: 9453

Target HTML Elements in Chrome Inspect

Hello, I'm here with another suggestion but I don't know how feasible this suggestion really is and it's highly likely it's not feasible at all but I want to ask if there is a way to use the "Inspect" that is available in the right click for a website to target a specific line of html elem...
by Zac
Tue Dec 26, 2023 5:53 pm
Forum: Suggestions
Topic: My Actions in the Actions List
Replies: 0
Views: 9437

My Actions in the Actions List

I wanted to ask about adding a "My Actions" dropdown section in the "Actions" Tab when you go to edit a task or create a task like how there are "General", "Dialogs and Notifications", "Files and Folders", etc... where we can take an action from the ...
by Zac
Tue Dec 26, 2023 5:35 pm
Forum: Suggestions
Topic: Tasks Split-View
Replies: 0
Views: 9287

Tasks Split-View

I want to ask about adding a split-view where you can open 2 or more tasks at the same time to have them side-by-side that way you can easily transfer or copy tasks over if the steps have similar steps without having to close the task your in to open another task and copy and then move it to the tas...
by Zac
Thu Nov 09, 2023 11:21 pm
Forum: General Discussion
Topic: How to delete a file by searching folders?
Replies: 2
Views: 5932

Re: How to delete a file by searching folders?

Hello, I believe a good solution to this would be to do a File Loop action that uses the file path of the parent file so an example would be "C:\Users\Person\Desktop\Robotask\test file.mp3" and include other iterations of the name as well if there is and in the task do "Assign Current...
by Zac
Tue Sep 19, 2023 6:04 pm
Forum: General Discussion
Topic: Open Console Session Action Issue
Replies: 2
Views: 5254

Re: Open Console Session Action Issue

I was finally able to figure out the issue I was having. I did a temporary fix until now for fixing the issue by creating steps that would manually go through the step of opening cmd.exe and typing in the command I want and setting a timer to close the console session to move onto the next task. I f...