Search found 3293 matches

by Oleg
Sun May 17, 2026 9:02 am
Forum: General Discussion
Topic: Same Keys, different Programs
Replies: 1
Views: 11

Re: Same Keys, different Programs

The easiest way is to assign different key combinations for different situations. In this case, you will have several tasks for different algorithms. But you can implement your algorithm: A "Hot Keys" trigger launches your task. Once inside the task, you can analyze the necessary condition...
by Oleg
Thu May 07, 2026 4:45 pm
Forum: General Discussion
Topic: Get value from JSON
Replies: 3
Views: 1169

Re: Get value from JSON

Also read this topic: viewtopic.php?p=12298
by Oleg
Thu May 07, 2026 4:31 pm
Forum: General Discussion
Topic: Get value from JSON
Replies: 3
Views: 1169

Re: Get value from JSON

Use the expression: {json:_string.jobStatus.jobId} where _string is the variable name Please note that JSON is case sensitive Look at my example below: ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 A...
by Oleg
Fri May 01, 2026 2:58 pm
Forum: General Discussion
Topic: Delay loop stops working after system sleep
Replies: 1
Views: 719

Re: Delay loop stops working after system sleep

Take a look at On Resume trigger. It fired when computer restored after sleep or hibernate mode
by Oleg
Fri Apr 03, 2026 10:35 am
Forum: Articles
Topic: Working with JSON Data in RoboTask Variables
Replies: 0
Views: 11243

Working with JSON Data in RoboTask Variables

Many RoboTask actions return data in JSON (JavaScript Object Notation) format. To process this information effectively, you need to know how to address specific fields or elements within a variable containing a JSON string. RoboTask supports two primary methods for addressing JSON fields. Let’s look...
by Oleg
Tue Mar 31, 2026 4:20 pm
Forum: General Discussion
Topic: Anyone using Robotask to monitor a folder and automatically rename + move files based on filename pattern?
Replies: 1
Views: 4745

Re: Anyone using Robotask to monitor a folder and automatically rename + move files based on filename pattern?

You will most likely need to use regular expressions . This is the easiest way to check the file name pattern and extract the necessary parameters from the name. Take a look at my example (see below) First, the task checks the file name pattern. The file name must be in the following format: INV_YYY...
by Oleg
Fri Mar 27, 2026 6:34 pm
Forum: General Discussion
Topic: Neocore browser error 12029
Replies: 3
Views: 29749

Re: Neocore browser error 12029

Restart RoboTask. Menu Task -> Restart application. What happened: Once you’ve performed the "Start Browser" action at least once, RoboTask launches Neocore.exe to run the actions. After the task is complete, Neocore.exe remains in memory for future Web Automation action sessions . It appe...
by Oleg
Tue Mar 24, 2026 9:10 am
Forum: General Discussion
Topic: Automatically Run Task on User Login
Replies: 1
Views: 3594

Re: Automatically Run Task on User Login

We've discussed this many times

Take a look at these topics:
viewtopic.php?t=4907
viewtopic.php?t=4667
viewtopic.php?t=4609
viewtopic.php?p=12098#p12098
by Oleg
Sun Mar 22, 2026 7:09 pm
Forum: General Discussion
Topic: Password Variable Not Working in “Pack Files” Action
Replies: 1
Views: 3706

Re: Password Variable Not Working in “Pack Files” Action

It works. Test my example ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|0 CatID=INTEGER|307868550 Comment=STRINGLIST ContinueOnError=INTEGER|0 DisableOnError=INTEGER|0 ...
by Oleg
Thu Feb 26, 2026 7:00 pm
Forum: Suggestions
Topic: Button "Variables" missing in Write Text File
Replies: 2
Views: 24523

Re: Button "Variables" missing in Write Text File

Hm-m... For some reason, this button has become invisible.
Already fixed. Download and install the fresh version. Or you can use the "Check for updates" function.