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

UiPath Automating clicks of a list sequentially on a webpage

This is the website I am looking at. In this website there is a list of companies where I can click into them: Click the name of the company Click the "Annual Report" button Click the "Annual Report & CG Report - 2018" link There are 788…
Eng Kheng
  • 5
  • 1
0
votes
1 answer

Can I change value of attribute in UiPath.Core.UiElement

I have a checkbox that I can't click on, but at the same time, I can get its UiElement. When the checkbox is clicked, the tag 'text=checked' in another case 'text-unchecked'. Can I set the value of an attribute without click of the checkbox?
0
votes
1 answer

How to find broken links on web application using UIPath?

I need to Automate my web application Using UIPATH. I need to find broken links on Web application using UIPATH RPA tool.
0
votes
1 answer

how to create a list by forloop in vb.net?

Excuse me,i want to create an array by vb.net How can i do it? I would like to use a for-loop to finish it. this is an array: [1,2,3,4,5,6,7,8,9,.....,100]
Lewis
  • 19
  • 1
0
votes
0 answers

Uipath(RPA) : swap the two columns in excel

I'm try to swap a data between two columns in excel,but i'm facing the issues.
user8995182
  • 175
  • 3
  • 6
0
votes
1 answer

Extract data from webpage to Excel

I tried to automate this portal, but since I have a trouble due to new to UiPath. This is a URL Have to extract CompanyName,BrokerName,Address,Phone into Excel for a number of records as per user input.
0
votes
0 answers

How to extract the information from pan card and save it in a excel column in ui path

I need to extract the information from pan card which is in pdf format and store it in a excel with seperate columns like name, fathers name and pan number in different columns . Can anyone help me on this
dimple p
  • 9
  • 2
0
votes
1 answer

How to connect UiPath Studio with Azure DevOps?

I need to connect UiPath Studio with Azure DevOps, but I got an error TF10175, I searched the internet but I did not find an answer to move forward with my project. I enclose the description of the error. In advance thanks a lot for your…
Nenton
  • 11
  • 1
0
votes
1 answer

Web Scraping returning empty data table UiPath

I’m using Data Scraping to scrape a product Information (i.e Product Name, Url, Price, Model) from a shopping website. When I search for a product, I want whatever item comes first it scrapes that item’s data and for that purpose I have set maximum…
Maryam
  • 357
  • 1
  • 5
  • 16
0
votes
1 answer

Using UI-Path studio with a proxy network

I have the following problem. I try to install UI-Path studio but I cannot activate the community license due to the proxy in my company. I was searching the UI-Path docs but all I find was to edit a config file I cannot access because it is only…
msts1906
  • 89
  • 1
  • 11
0
votes
1 answer

UiPath - How to change back from Delegate: Body?

I am not aware that I changed (not even saved it differently) anything in the workflow, but the content of all containers changed to "Delegate: Body" (see picture): The Robot works, nevertheless it is not so confortable because also preview…
Lukas
  • 17
  • 1
  • 11
0
votes
0 answers

In UiPath, can I use an if loop when automating inputting data from Excel table into a website?

I am currently trying to input updated supplier data into a website. Currently what I am trying to do is if the address section is blank for a supplier, move on to the next item, otherwise fill out the address in the excel file and delete the…
Su314
  • 49
  • 7
0
votes
1 answer

UiPath: How to kill pop-up window in Firefox?

My issue is that I am not able to close pop-up window in Firefox. The part of automized process is that robot clicks on button "print" and the portal opens new window in Firefox. After saving of file (which is successful) I am not able to close…
Lukas
  • 17
  • 1
  • 11
0
votes
1 answer

Can we delete available files in the particular folder using UiPath?

I downloaded one file (using the export button) and saved into some folder. Next time when I download the same updated file, I would like to remove the earlier downloads from the same folder. Will it be possible in UiPath? Can anyone have an answer…
DP Rao
  • 5
  • 1
0
votes
2 answers

How to check if field on desktop application is empty or filled, and if it's filled mark as exception, and if it's empty proceed?

I am new to UI path and am trying to build a workflow/sequence to check if a field in my desktop application is filled or not. If the field is empty then I want to proceed with the process, and if it is filled I want it to be marked as an…
user7426291