Search found 48 matches

by juanlu
Tue Aug 20, 2019 12:19 pm
Forum: Suggestions
Topic: Setting multiple variables
Replies: 2
Views: 9884

Re: Setting multiple variables

Thanks for your reply. Your suggestion does not address my original request. I am not talking about setting an array variable, but multiple, different variables. Think about the scenario where you have multiple global variables used in many different tasks, and one of these tasks is setting those va...
by juanlu
Sun Aug 18, 2019 10:22 pm
Forum: Suggestions
Topic: RoboTask UI: select columns to be displayed in main window
Replies: 0
Views: 8082

RoboTask UI: select columns to be displayed in main window

Hi Oleg, Currently we can't choose which columns must be displayed on the main Task panel: they are "Task Name", "Status" and "Last Start". It would be great if we could display more, e.g. Task External Name. I think all the items in the [Root] section of a task are goo...
by juanlu
Sun Aug 18, 2019 10:12 pm
Forum: Suggestions
Topic: RoboTask UI: hotkey to open the variables panel
Replies: 0
Views: 7955

RoboTask UI: hotkey to open the variables panel

Hi Oleg, Since everyone working with RoboTask is working with variables all the time, it would be very convenient to have a hotkey to open it, instead of clicking multiple times. It would be even better if we could define ourselves in the settings which hotkeys we want to use for which purpose. From...
by juanlu
Sun Aug 18, 2019 10:08 pm
Forum: Suggestions
Topic: Setting multiple variables
Replies: 2
Views: 9884

Setting multiple variables

Hi Oleg, It would be great if we could set multiple variables using just one action. For example, we can this today with the Excel Get Cells, which is cool. Then, it would be great if the Set Variable action had the same feature of entering multiple variable names and its corresponding values. As of...
by juanlu
Sun Aug 18, 2019 10:02 pm
Forum: General Discussion
Topic: Leading zeros
Replies: 3
Views: 8816

Re: Leading zeros

For now I have solved this using a RegEx Match action, saving the found expression to variable and then using multiple (many) Set Variable actions. Not ideal, but it works. If there is a way of doing this with the Excel plugin, I'm all ears.
by juanlu
Fri Aug 16, 2019 4:34 pm
Forum: General Discussion
Topic: Leading zeros
Replies: 3
Views: 8816

Re: Leading zeros

Hi Oleg, We have this very same issue. The problem is not set the cell values, but to get them. In our case we are using the Excel plugin to open a CSV file, reading one cell and saving it into a variable. We have done this a lot in the past and works perfectly. The problem is that now is not text w...
by juanlu
Wed Jul 31, 2019 10:48 am
Forum: Suggestions
Topic: RoboTask UI: global variables "comments"
Replies: 0
Views: 8398

RoboTask UI: global variables "comments"

Hi Oleg, In the RoboTask window for Global User Variables, we have 2 columns: Name and Value (plus the great filter that you included recently). These are the only 2 fields available. It would be great to have an additional field called "Comments" or "Remarks" or "Notes"...
by juanlu
Wed Jul 31, 2019 2:04 am
Forum: Suggestions
Topic: EAI/Integration: SOAP Webservices plugin
Replies: 0
Views: 1749

EAI/Integration: SOAP Webservices plugin

Hi Oleg, It would be great to have a SOAP Webservices Client plugin. We have already today an XML plugin and in the Internet plugin the Action "Check HTTP address", but overall it is next to impossible to do a SOAP WS call with RoboTask (that is any easier than just using curl in the comma...
by juanlu
Wed Jul 31, 2019 1:54 am
Forum: Suggestions
Topic: EAI/Integration: REST API plugin
Replies: 0
Views: 1665

EAI/Integration: REST API plugin

Hi Oleg, It would be great to have a REST API plugin. We have already today in the Internet plugin the Action "Check HTTP address", but perhaps we could have more options, like HTTP verb (not only GET), Authentication (can be done with headers, but it is just all more difficult), etc. Also...
by juanlu
Wed Jul 31, 2019 1:44 am
Forum: Suggestions
Topic: Integration with source version control systems
Replies: 0
Views: 1631

Integration with source version control systems

Hi Oleg, Since most of the RoboTask configuration is in the Windows Registry, we can't just put all the configuration in our GIT as we can do with the tsk files. Are there any plans to integrate RoboTask with GIT or any other source version control system, so that we can use RoboTask more profession...