Trending questions in RPA

0 votes
1 answer

UiPath Selector not working in `Type Into` Activity

I only added double quote in selector value in Type ...READ MORE

Jul 17, 2018 in RPA by ffdfd
• 5,550 points
2,418 views
0 votes
1 answer

Integrating Azure Cognitive services with Robotic Process Automation

Automation anywhere has support for making SOAP ...READ MORE

Aug 22, 2018 in RPA by Vardy
• 2,360 points
874 views
0 votes
1 answer

Spying or Identification tool IN RPA

To get a better understanding of spying ...READ MORE

Aug 7, 2018 in RPA by charlie_brown
• 7,720 points
1,476 views
0 votes
1 answer

Uipath string null

There are many different approaches and idea ...READ MORE

Jun 1, 2018 in RPA by wrecker
• 3,110 points
4,204 views
0 votes
1 answer

OCR error in UIPATH in reading Text from an PDF containing Image

you can reinstall the activities and debug ...READ MORE

Apr 26, 2018 in RPA by wrecker
• 3,110 points
5,596 views
0 votes
1 answer

Unable to cast object of type 'System.String' to type 'System.Management.Automation.PSObject'

#Add Credential cmdkey /generic:server01.contoso.com /user:contoso\userid /pass:Secretpassword #run mstsc mstsc -v ...READ MORE

Jul 11, 2018 in RPA by Vardy
• 2,360 points
1,853 views
0 votes
1 answer

How to go to next tab in windows GUI

You can send Ctrl + Tab for each tab. READ MORE

Jul 16, 2018 in RPA by ffdfd
• 5,550 points
1,633 views
0 votes
1 answer

How to wait for an image to appear on a certain application?

Here are the steps that i performed: 1- ...READ MORE

Jul 27, 2018 in RPA by ffdfd
• 5,550 points
979 views
0 votes
1 answer

how can we imlement alerts/ email notification in RPA

Hi Bijoy, Yes we can do it in ...READ MORE

Jul 11, 2018 in RPA by Priyanka
• 140 points
1,843 views
0 votes
1 answer

How to select an item in UiPath that starts with a string

use a wildcard in selector. make sure that ...READ MORE

May 21, 2018 in RPA by wrecker
• 3,110 points
3,717 views
0 votes
1 answer

Pivot table in excel using UIpath

down vo I'd suggest you are going to ...READ MORE

May 28, 2018 in RPA by wrecker
• 3,110 points
3,303 views
0 votes
1 answer

Checkbox in web application automation (UIPath)

You could just use the UiPath activity Check. ...READ MORE

Jun 1, 2018 in RPA by wrecker
• 3,110 points
3,112 views
0 votes
1 answer

How to go to next tab in windows GUI

You can send Ctrl + Tab for each tab. READ MORE

Jul 11, 2018 in RPA by Vardy
• 2,360 points
1,352 views
0 votes
1 answer

Uipath automation

Use 'Database' package to connect to sql ...READ MORE

Jul 17, 2018 in RPA by ffdfd
• 5,550 points
1,040 views
0 votes
1 answer

Injecting JavaScript for selecting the option button using UiPath Inject JS Activity

This worked  function check() { if(document.readyState === "complete") ...READ MORE

May 24, 2018 in RPA by wrecker
• 3,110 points
3,312 views
0 votes
1 answer

Web Scraping in Uipath

Check your Selector Use internet Explorer check .NET is ...READ MORE

Jul 6, 2018 in RPA by Vardy
• 2,360 points
1,408 views
0 votes
1 answer

How to use Not contains function in string in UIPath?

use the following approach  strValue = “This is ...READ MORE

Jun 19, 2018 in RPA by wrecker
• 3,110 points
2,114 views
0 votes
1 answer

Writing multiple column in excel UiPath

You can read the entire Excel sheet ...READ MORE

May 10, 2018 in RPA by wrecker
• 3,110 points
3,878 views
0 votes
1 answer

UiPath community edition

The link to renew the community edition ...READ MORE

May 30, 2018 in RPA by wrecker
• 3,110 points
2,920 views
0 votes
1 answer

How to convert an array to arraylist?

import java.util.*; public class ArrToArrList { ...READ MORE

Jul 6, 2018 in RPA by Vardy
• 2,360 points
1,302 views
0 votes
1 answer

UiPath License

uiPath has a community version which is ...READ MORE

Jul 10, 2018 in RPA by ffdfd
• 5,550 points
1,085 views
0 votes
1 answer

How to select an item in UiPath that starts with a string?

Just use a wildcard in selector. Given ...READ MORE

Jun 30, 2018 in RPA by wrecker
• 3,110 points
1,512 views
0 votes
1 answer

What is RPA?

RPA is a technology which is used ...READ MORE

Jul 10, 2018 in RPA by ffdfd
• 5,550 points

edited Jun 28, 2023 by Khan Sarfaraz 1,001 views
0 votes
1 answer

Clear a text box in uipath?

Use the activity Type Into and in the properties ...READ MORE

May 14, 2018 in RPA by wrecker
• 3,110 points
3,456 views
0 votes
1 answer

How to convert an array to arraylist?

import java.util.*; public class ArrToArrList { ...READ MORE

Jun 26, 2018 in RPA by wrecker
• 3,110 points
1,542 views
+1 vote
2 answers

Azure Cognitive services with RPA

Automation anywhere has support for making SOAP ...READ MORE

Aug 7, 2018 in RPA by Priyaj
• 58,020 points
1,878 views
0 votes
1 answer

Add filter to excel table in UiPath

If you use *my value as the ...READ MORE

May 16, 2018 in RPA by wrecker
• 3,110 points
3,313 views
0 votes
1 answer

Who can learn robotics automation process?

Anyone with or without any programming knowledge! Learning ...READ MORE

Jul 10, 2018 in RPA by Vardy
• 2,360 points
877 views
0 votes
1 answer

Changing a specific column of an excel sheet in UiPath

You can use a For each row ...READ MORE

Jun 22, 2018 in RPA by ffdfd
• 5,550 points
1,460 views
0 votes
1 answer

Reconnecting captcha and radio button

Use Check activity as it checks boxes and clicks ...READ MORE

Jun 22, 2018 in RPA by ffdfd
• 5,550 points
1,294 views
0 votes
1 answer

how to expand toggle/hyperlink while data scraping in UiPath?

 it seems like the HTML isn't generated ...READ MORE

May 28, 2018 in RPA by wrecker
• 3,110 points
2,324 views
0 votes
1 answer

encryption in UiPath

UiPath uses the AES_CBC_256 encryption algorithm. READ MORE

Jun 27, 2018 in RPA by wrecker
• 3,110 points
943 views
0 votes
1 answer

UIPath get current file name

you can store all the .xaml filepaths ...READ MORE

May 14, 2018 in RPA by Vardy
• 2,360 points
2,843 views
0 votes
1 answer

Citirx Automation

best way to do that is to ...READ MORE

Jun 26, 2018 in RPA by wrecker
• 3,110 points
828 views
0 votes
1 answer

Which RPA tool should I learn being a C# Developer

Blue Prism is a good tool to ...READ MORE

May 30, 2018 in RPA by wrecker
• 3,110 points
1,983 views
0 votes
1 answer

Typescript Code is not returning any output

you need to call your functions: stringToInt.getSumList.toString Should be stringToInt.getSumList().toString() I'm ...READ MORE

Jun 27, 2018 in RPA by wrecker
• 3,110 points
768 views
0 votes
1 answer

Remote Copying in UiPath

You need to use the "Get OCR ...READ MORE

Jun 19, 2018 in RPA by wrecker
• 3,110 points
1,037 views
0 votes
1 answer

activate UIPath licence trial

What os image version you have? Because ...READ MORE

May 30, 2018 in RPA by wrecker
• 3,110 points
1,658 views
0 votes
1 answer

UIPath RPA scraping data from images

The Get OCR Text action provides a UI element.  You ...READ MORE

May 13, 2018 in RPA by wrecker
• 3,110 points
2,350 views
0 votes
1 answer

What encryption technology does UiPath use?

UiPath uses the AES_CBC_256 encryption algorithm. https://www.uipa ...READ MORE

May 24, 2018 in RPA by wrecker
• 3,110 points
1,800 views
0 votes
1 answer

Remote Copy paste in UiPath

 You need to use the "Get OCR ...READ MORE

May 21, 2018 in RPA by wrecker
• 3,110 points
1,919 views
0 votes
1 answer

How to select an item in UiPath that starts with a string

Just use a wildcard in selector. Given ...READ MORE

May 28, 2018 in RPA by wrecker
• 3,110 points
1,380 views
0 votes
1 answer

Integrating Azure Cognitive services with Robotic Process Automation

Automation anywhere has support for making SOAP ...READ MORE

Jun 1, 2018 in RPA by wrecker
• 3,110 points
1,180 views
0 votes
1 answer

UiPath vs Workfusion

in WorkFusion, you can create a script ...READ MORE

Apr 17, 2018 in RPA by wrecker
• 3,110 points
3,113 views
0 votes
1 answer

Extracting Non structured data in uipath

If you are extracting the non structural ...READ MORE

May 4, 2018 in RPA by wrecker
• 3,110 points
2,336 views
0 votes
1 answer

Integrating Azure Cognitive services with Robotic Process Automation

Automation anywhere has support for making SOAP ...READ MORE

May 30, 2018 in RPA by wrecker
• 3,110 points
897 views
0 votes
1 answer

How to assign a data in a variable in to excel file?

System -> File -> Workbook -> Append ...READ MORE

May 22, 2018 in RPA by wrecker
• 3,110 points
1,200 views
0 votes
1 answer

how to expand toggle/hyperlink while data scraping in UiPath?

After having looked the page over, it ...READ MORE

May 24, 2018 in RPA by wrecker
• 3,110 points
962 views
0 votes
1 answer

Typescript Code is not returning any output, but is running

you need to call your functions: stringToInt.getSumList.toString Should be stringToInt.getSumList().toString() I'm ...READ MORE

May 24, 2018 in RPA by wrecker
• 3,110 points
814 views
0 votes
1 answer

Set Log directory to desired location in UiPath

Default settings can be overridden by editing ...READ MORE

May 14, 2018 in RPA by wrecker
• 3,110 points
1,217 views