Search found 3135 matches

by Oleg
Fri Dec 20, 2024 1:05 pm
Forum: Suggestions
Topic: Leave search term in search field
Replies: 1
Views: 689

Re: Leave search term in search field

This will be done in the next release
by Oleg
Fri Dec 20, 2024 1:03 pm
Forum: General Discussion
Topic: Running Programs Over The Network
Replies: 1
Views: 34

Re: Running Programs Over The Network

You need to install RoboTask on remote computer and send the command to remote RoboTask.
Look at the Send command action and Listener trigger
You can perform any action in the remote task, including launching any application.
by Oleg
Fri Dec 20, 2024 12:39 pm
Forum: General Discussion
Topic: CSV DATA LOOP
Replies: 2
Views: 56

Re: CSV DATA LOOP

Which variable contains the number of lines processed? row_counter_total , correct? 1. In this case you don't need to create it in 1-st step. You must create it somewhere outside the task (for example manually) 2. You can simply skip processed rows do something like this: CSV data loop if {var_row} ...
by Oleg
Fri Dec 06, 2024 3:16 pm
Forum: Suggestions
Topic: The bug program cannot read and recognize some normal Chinese characters
Replies: 2
Views: 683

Re: The bug program cannot read and recognize some normal Chinese characters

We will try to do automatic encoding detection if the text does not contain BOM. I put this in our ToDo
by Oleg
Fri Dec 06, 2024 2:25 pm
Forum: General Discussion
Topic: Pause/ Delay with variable value
Replies: 3
Views: 2107

Re: Pause/ Delay with variable value

By the way, starting from version 6.8, the Pause action allows you to use variables in the pause field Take a look at the example below ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Au...
by Oleg
Fri Dec 06, 2024 9:04 am
Forum: Suggestions
Topic: The bug program cannot read and recognize some normal Chinese characters
Replies: 2
Views: 683

Re: The bug program cannot read and recognize some normal Chinese characters

If your text (HTML text) has UTF8 coding you need read it as UTF8 text. Look at my examples below Save the text of the task to a file and use menu Task->Import to import the task into RoboTask. Also you can simply copy task text and paste it into the task list. 1-st example ;************************...
by Oleg
Fri Nov 29, 2024 10:01 am
Forum: General Discussion
Topic: Pause/ Delay with variable value
Replies: 3
Views: 2107

Re: Pause/ Delay with variable value

Do I have another chance to create a delay in the task with a variable value? You can use Simple loop . Look at my example below Set necessary pause in seconds in the 1-st step I think the algorithm is clear ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;******...
by Oleg
Wed Nov 27, 2024 8:45 pm
Forum: General Discussion
Topic: Google 2-Step Verification VS send mail action
Replies: 8
Views: 45948

Re: Google 2-Step Verification VS send mail action

Google has changed the account admin panel a bit again.
Now the password generation for third-party applications is located here: Google account -> Security -> 2-Step Verification -> App passwords
by Oleg
Mon Nov 25, 2024 12:41 pm
Forum: General Discussion
Topic: Microsoft Office 365 / Oauth
Replies: 11
Views: 5555

Re: Microsoft Office 365 / Oauth

This is error message with HTTP encoding decoded string is http://localhost:7992/? error=invalid_request error_description=AADSTS9002331: Application 'ed6737e4-de8b-403d-b309-ba941e10a464'(Robotask) is configured for use by Microsoft Account users only. Please use the /consumers endpoint to serve th...
by Oleg
Sun Nov 24, 2024 6:05 pm
Forum: Articles
Topic: How to prepare MS account for OAUTH authorization
Replies: 0
Views: 3889

How to prepare MS account for OAUTH authorization

Before you can use OAUTH you need to set up your MS account. Then you can use the settings from your account to configure the OAUTH authorization settings. Let's go step by step through how to configure your MS account. 1. Open Microsoft Entra admin center and log in to the service using your parame...