29 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
165
views
UiPath CLI - github deployment to uipath cloud
I am currently working(fighting) with UiPath CLI (version 23.10.8753.32995) in order to pack my project and later on publish it to the orchestrator.
Background: We are using Github Enterprise with SSO,...
1
vote
1
answer
325
views
UI Path Studio unable to click Follow button in Child Browser
using UI Path studio created a automation script but i found even after using App / browser activity ,Studio unable to click on follow button in child browser ,how to resolve it ,please see the ...
0
votes
2
answers
900
views
UiPath Open Browser Activity
What packages must be installed to use the Open Browser activity on UiPath? I cannot seem to find it and I installed the WebApi package. I onl see the "Use application/browser" activity.
...
0
votes
1
answer
1k
views
Rest API Call in uipath
My requirement is to fetch the data from rest api data and store it in separate variable. I had the endpoint url(https://abcdev.service-now.com/api/now/table/sc_multi_row_question_answer?sysparm_query=...
0
votes
1
answer
475
views
Starting a UIPath Job via Google Appscript
I am trying to start a UIPath-Job in the orchestrator via a Google Appscript.
I set up my unattended Robot and it is working fine, if I start the job manually in the orchestrator or via my assistant .
...
1
vote
1
answer
3k
views
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 ...
1
vote
2
answers
3k
views
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 ...
0
votes
1
answer
6k
views
.Net core Web API who calls other external APIs
I'm creating a .Net Core web API which will further call an external API.
Scenario:
In .Net Core web API, I want to make a Post request to UiPath Orchestrator API to get authentication token. ...
1
vote
1
answer
791
views
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 ...
0
votes
1
answer
1k
views
Groovy error in getting response: groovyx.net.http.HTTPBuilder handleResponse WARNING: Error parsing 'text/html' response groovy.json.JsonException
The current character read is '<' with an int value of 60
Unable to determine the current character, it is not a string, number, array, or object
line number 1
index number 0
*body for the POST ...
1
vote
0
answers
131
views
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 ...
0
votes
1
answer
623
views
How to read a PDF file as binary stream and pass it in to the request body of Graph API?
I am trying to upload a file to SharePoint using Graph API and in order to execute that I need to convert the file to a binary stream and pass that value in to my request body of graph api. Can ...
0
votes
1
answer
253
views
UiPath searching for an item that is not available in amazon and display item not found
When we search for an item that is not available in the amazon and instead of that the products related to that item name is showing. I need to display a message that item is not found. How that can ...
1
vote
1
answer
789
views
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?
2
votes
2
answers
2k
views
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 ...