Questions tagged [uipath-api]

API for the UIPath Orchestrator, a web application platform to manage robots

API for the UIPath Orchestrator, a web application platform to manage robots -https://www.uipath.com/de/product/orchestrator

30 questions
6
votes
5 answers

Create Robot in UiPath Orchestrator

I have been working with UiPath Studio to automate workflows and was successful. Now I want to create a UiPath Orchestrator Robot to deploy on my machine. I create a machine in UiPath Orchestrator, but while creating a robot, I am not able to find…
3
votes
1 answer

How to create an unattended robot in UiPath Orchestrator?

I have a robot created in Studio and published to Orchestrator but I can’t manage to run it as an unattended robot. I can create the robot and create a process but when I try to run the process the robot I created is not visible.
2
votes
2 answers

Is UiPath Studio considered a 'no-code' or 'low-code' development environment?

I keep hearing the terms low-code and no-code for development environments. I've always written code in full fledged C# environments, so this UiPath Studio UI is a bit strange to me. Is UiPath Studio categorized as a 'no-code' development…
2
votes
1 answer

Issue while connecting to orchestrator through chatbot-bridge version 2 api. (Node JS)

We are trying to connect dialog-flow api (v2) with ui-path orchestrator using chatbot-bridge(v2 code) but we are seeing this below error. This is the configuration file: default.json: { "server": { "host": "127.0.0.1", "port":…
Surya
  • 37
  • 6
2
votes
1 answer

Has anyone come across issue[]?

issue[] in UiPath. So I downloaded an extension / package from UiPath GO! named as "Jira Integrating Software". This Packages comes with several APIs to access Jira tickets. I was working with one of these APIs called "Search by JQL". JQL is Jira…
1
vote
1 answer

How to switch on a String in UiPath?

The UiPath Switch Activity defaults to the int32 data type, so you can easily add case statements based on a whole number, integer value. But if you attempt do use a String as the expression, the activity fails. So how do you create a String switch…
1
vote
2 answers

How do you download an older version of UiPath Studio?

I have installed UiPath Studio but it is version 21.4 and I need 20.8 to study for the latest UiPath Assiciates Exam. How do you download an old version of UiPath Studio and stop it from updating automatically?
Callie Jones
  • 217
  • 1
  • 5
  • 15
1
vote
1 answer

Start UiPath Job with Input (string Array) using API

How can we pass Array as an input argument when we start a job using API? Background: I'm working on a react project and with a button click, I want to start a job with inputs. I know that we can pass an argument as "InputArguments": "{\"message\"…
Maryam
  • 357
  • 1
  • 5
  • 16
1
vote
0 answers

UiPath custom ocr engine

Recently UiPath announced that now you can create your own OCR engines - link I am trying to create one, but can't find any information on how to do it, the only documentation I found about that is this - OCR Contracts But there is no information on…
MrLalatg
  • 573
  • 1
  • 6
  • 20
1
vote
1 answer

How to fix the “No Orchestrator present at the indicated URL” error in UiPath?

My system was connecting yesterday but today I am getting an Orchestrator isn’t Present at the indicated URL error. Any thoughts?
1
vote
2 answers

How do you set the screen resolution for a UiPath robot?

Every time my robot runs it captures the screen at 800x600 resolution. The system is capable of 1920x1080. How do I configure my UiPath robot to run at 1080p or even 4K screen resolution?
1
vote
1 answer

How to extract the data value from a UiPath QueueItem in Studio?

I have added Itens to my UiPath queue but I can’t extract the data when I pull from the queue. I can loop through the QueueItems and even set the transaction to SUCCESS but I can’t figure out how to get the data in the QueueItem?
1
vote
1 answer

IPersistenceBookmarks ValidationError When I write to UiPath Queue from Studio

I am writing my first UiPath Queue producer but when I run my RPA app from within Studio I hit the IPersistenceBookmarks ValidationException. This is a simple project and I don’t have any bookmarks. Not even sure what a bookmark is. Any idea on how…
1
vote
3 answers

How to Pass message from Uipath to the web browser

I am facing an issue in following activity: I'm comparing the data in Uipath After compared data, I will get the result Now send this result or message back to the web page using Uipath.
user8995182
  • 175
  • 3
  • 6
0
votes
0 answers

UiPath Assistant no longer opens

I recently just started using UiPath and it as been smooth sailing until 2 days ago when I tried to open UiPath Assistant and it no longer opens and doesn't show an error message, I have tried reinstalling but it still does not work, this problem…
1
2