Questions tagged [uipath-studio]

UiPath Studio is a powerful and user-friendly automation canvas and essential component for UiPath platform.

UiPath Studio is a powerful and user-friendly automation canvas and essential component for UiPath platform. UiPath Studio features a rich collection of pre-built activities, integrates with several programming languages, and promotes ease-of-use, scalability, and efficiency.

Links

221 questions
0
votes
1 answer

Unable to use PowerBI .pbix file to Refresh report and save Cannot bring the target application in foreground because the Windows session is locked

I have been working on this automation that generates a report from an online ticketing tool and then stores the Excel report in a folder, from where the PowerBI file has to be opened. Once open, refresh button needs to be pressed. Followed by…
Jaya
  • 35
  • 2
  • 9
0
votes
1 answer

Can UIPath bot be setup and run on Mac OS

Can UiPath work on Mac OS? (i.e., A) can automations and bots be setup on a Mac and B) can they be ran on a Mac?) Thank you very much.
0
votes
1 answer

How to Copying Range from Google Sheet to Clipboard UIPath

I want to Copying Range from my google sheet to Clipboard using UiPath Studio. Do you guys have any idea how to do this??
0
votes
1 answer

Wrap text in excel file using uipath

xlsx file, it has one sheet, I need to use wrap text for the entire sheet. How can I achieve it using UiPath? Thank you in advance
0
votes
0 answers

„InternalServerError“ within UiPath Self-hosted Orchestrator

anyone of you using self-hosted orchestrator in 2020 LTS version who has ever experienced an „InternalServerError“ WITHOUT any proper error code INSIDE UiPath Studio when starting a process from there? UiPath Studio runs on a virtual desktop and is…
franz909
  • 182
  • 2
  • 15
0
votes
1 answer

UIPath Add Data Row of DataTable with possibly non existent item in ArrayRow

In my Add Data Row activity I am using the following for my ArrayRow {item("ref").ToString, Convert.ToString(GID_LimitedData.Rows(ICS_RowIndex)(2)), Convert.ToString(GID_LimitedData.Rows(ICS_RowIndex)(3)), item("price").ToString } My problem is…
AHCB
  • 73
  • 1
  • 8
0
votes
1 answer

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…
0
votes
1 answer

UiPath Cloud Studio version 21.10.5 automation developer service mode install unattended robot issue

I have installed UiPath Cloud Studio version 21.10.5 with advanced settings in service mode on a Azure windows instance using a service account per the instructions in the link…
VC1
  • 1,660
  • 4
  • 25
  • 42
0
votes
1 answer

Anchor base not working in uipath for pdf extraction

I want to extract certain text and numbers from a PDF invoice, one of which is the total amount. The thing is that the position of the total amount keeps on changing from pdf to pdf based on how many number of items are there. If there are lot of…
spectre
  • 717
  • 7
  • 21
0
votes
3 answers

How to get index of the cell value in UiPath

I am trying to get the index of the cell value in an excel sheet using Uipath. I have tried using Lookup range inside Excel application scope but its giving up the first similar value found in the Sheet as having duplicate values as well. Please…
Manz
  • 593
  • 5
  • 23
0
votes
1 answer

How to get the previous working day excluding weekend and holidays

I would like to get the previous working day excluding weekend and holiday using VB Net in UiPath. I referenced this:how-to-determine-if-a-date-is-a-holiday, however I get errors when put the code. I tried add Sub and End Sub, but I still get the…
P002143_k
  • 39
  • 7
0
votes
1 answer

I want a failover for my Uipath Orchestrator without using HAA. I want my Standard orchestrator to switch to Basic Orchestrator is that possible?

I have a standard orchestrator but if it goes down as a failover, I want my basic orchestrator to take its place so there would be no difference felt by the end-user. I want that without using HAA provided by UiPath.
0
votes
0 answers

Radio button in Uipath

How to select one radio button always from 4 options in Uipath studio automatically. I have tried click on activity and check button but every time it only open site and not responding and sometimes this activity doesn't work in your selected…
A K
  • 1
0
votes
1 answer

Match data between points and ignore some words

Hello is it possible to match data between points like 6.1.1 - 6.1.2. Here is real world example : https://regex101.com/r/n1XHaG/1. I have points like this 6.1.1 and 6.1.2(30-40 points , but same way structured) and they are always on left side and…
Shwapx
  • 25
  • 6
0
votes
1 answer

Unable to get a UI Element i.e Registration Number from the website

I'm trying to get a registration number from a website, but it is throwing an error "Couldn't find the UI element corresponding to this selector". The closest match with 95% is the registration number that I'm looking for. How do I get it? Error…
BrawlX
  • 3
  • 3