Most viewed questions in RPA

0 votes
2 answers

Open password protected Excel spreadsheet with UiPath

Want to open Excel, the first thing ...READ MORE

Mar 7, 2019 in RPA by AllisonE
• 180 points
2,908 views
0 votes
1 answer

TO PRINT ARRAY OF INTEGER IN MESSAGE BOX WITHOUT USING FOR EACH ACTIVITY IN UIPATH

In case you don't want to use ...READ MORE

Apr 3, 2020 in RPA by Jake
2,895 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
2,863 views
0 votes
1 answer

How is a chatbot different from robotic process automation?

The difference between a chatbot and an ...READ MORE

Dec 27, 2018 in RPA by DataKing99
• 8,240 points
2,862 views
0 votes
1 answer

How to recover deleted file from Uipath????

Hey, check this out https://forum.uipath.com/t/urgent-request-please-f ...READ MORE

Nov 3, 2020 in RPA by Lyana
2,854 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
2,851 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
2,843 views
+1 vote
1 answer

Where can I download the Process Template in blueprism?

Register with your corporate email-id on BP ...READ MORE

Apr 14, 2020 in RPA by Sirajul
• 59,230 points
2,836 views
0 votes
2 answers

Is it necessary to install SQL Server database for installing Blueprism?

HI.. Blue Prism uses a Microsoft SQL Server ...READ MORE

Oct 20, 2020 in RPA by SRI
2,811 views
0 votes
1 answer

What does the main properties of any activity mean in UiPath studio?

Hi @Sumit, there are multiple activities that you ...READ MORE

Mar 26, 2019 in RPA by Pratibha
• 3,690 points
2,805 views
0 votes
1 answer

What is the use of application modeller in blueprism?

Hey Pratibha, Application Modeller is the embedded ...READ MORE

Oct 22, 2019 in RPA by Abha
• 28,140 points
2,789 views
0 votes
1 answer

What is Get Jobs activity used for in UiPath Studio?

Hey @Rakesh, Get Jobs Activity can be ...READ MORE

Mar 14, 2019 in RPA by Abha
• 28,140 points
2,779 views
0 votes
2 answers

Limitations of Blue Prism and Automation Anywhere

Sub task can return false positive to ...READ MORE

Mar 8, 2019 in RPA by anonymous
2,770 views
0 votes
1 answer

What are the issues and limitations of using Native Citrix support for Citrix apps in UiPath studio?

Hello @Gauri, there are a few limitations ...READ MORE

Mar 28, 2019 in RPA by Pratibha
• 3,690 points
2,751 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
2,656 views
0 votes
1 answer

I can’t spy elements in Accessibility mode in blur prism .. however I can do it in HTML mode

Hey Jeenesh, this is one of the ...READ MORE

Jul 1, 2019 in RPA by Abha
• 28,140 points
2,646 views
0 votes
1 answer

What is the recommended way to open an application as part of a task in Automation Anywhere?

The recommended methods for opening an application ...READ MORE

Apr 1, 2019 in RPA by Iffath
• 1,180 points
2,642 views
0 votes
2 answers

Excel contains complete data with , separator how to split in blue prism

Import the bundled Utility - Strings Business ...READ MORE

Jul 2, 2020 in RPA by Kim
2,641 views
0 votes
1 answer

How many Start and End stages will be there in each page of process/object studio?

Hey Anvi, More than one Start Stage on ...READ MORE

Oct 22, 2019 in RPA by Abha
• 28,140 points
2,636 views
0 votes
1 answer

What are the prerequisites to install blueprism on your system?

Hey Pratibha, prerequisites to install blueprism on ...READ MORE

Oct 17, 2019 in RPA by Zain
2,632 views
0 votes
0 answers

Filter column name and copy in new Excel sheet

Hi Team, I’m facing an issue while filtering ...READ MORE

Mar 24, 2020 in RPA by Vishwanth
• 150 points
2,621 views
0 votes
1 answer

What does Jobs do in UiPath orchestrator and how many states they can have?

Hey Nikhil, a Job is the execution ...READ MORE

Apr 8, 2019 in RPA by Anvi
• 14,150 points
2,603 views
+1 vote
1 answer

how to extract data from word file and copy it into excel

You can use text activities (or even activities from the uipath.word.activities) ...READ MORE

Aug 12, 2020 in RPA by Sirajul
• 59,230 points
2,595 views
0 votes
1 answer

What is an Orchestrator in UiPath

Hi Ashmita, Orchestrator is a UiPath product that enables ...READ MORE

Mar 6, 2019 in RPA by Abha
• 28,140 points
2,573 views
0 votes
2 answers

Where can we see the Version History in Blue Prism ?

a) Process studio & Object Studio READ MORE

Jul 22, 2020 in RPA by Yogesh Soppa
2,568 views
0 votes
1 answer

How to install UiPath Orchestrator on an Azure App Service platform?

Hey @Jason, to install UiPath Orchestrator on ...READ MORE

Apr 2, 2019 in RPA by Abha
• 28,140 points
2,558 views
0 votes
1 answer

How to read data from a excel, based on that data, check in the corresponding checkbox in browser appln? Uipath

Hi, to achieve this, you can perform ...READ MORE

Oct 10, 2019 in RPA by Abha
• 28,140 points
2,544 views
0 votes
1 answer

The Object layer is for ____ only and action should be small, generic and ____

I think the right answer would be ...READ MORE

Apr 13, 2020 in RPA by Kim
2,536 views
0 votes
1 answer

Compare two pdf files and find out difference between them with line number and page number

Hi, comparing two pdf files in UiPath ...READ MORE

Aug 19, 2019 in RPA by Abha
• 28,140 points
2,534 views
0 votes
1 answer

Identify a Column in a database in UiPath Studio

There are two options to identify a ...READ MORE

Feb 12, 2019 in RPA by Sahiti
• 6,370 points
2,534 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
2,515 views
+1 vote
1 answer

How t can I create email without sending in UIPath?

Create a mail message object with all ...READ MORE

Dec 2, 2019 in RPA by Sirajul
• 59,230 points
2,504 views
+1 vote
1 answer

while using error handling in automation anywhere, How to notify client about the error without using send email option ?

Hey Dhruv, while using error handling in ...READ MORE

Oct 10, 2019 in RPA by Abha
• 28,140 points
2,504 views
0 votes
1 answer

Is Robotic Automation like screen scraping or macros?

No, managerial Robotic Automation is a generation ...READ MORE

Jan 9, 2019 in RPA by DataKing99
• 8,240 points
2,466 views
0 votes
1 answer

Can anyone explain what is the use of Choice stage in Blueprism?

Hey, Choice Stage helps you in taking two or ...READ MORE

Oct 22, 2019 in RPA by Abha
• 28,140 points
2,464 views
0 votes
1 answer

How can i fix Type: Runtime Type problem in UIpath studio

Hey Tashrif, Can you tell is there any ...READ MORE

Oct 15, 2019 in RPA by Abha
• 28,140 points
2,459 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
2,444 views
0 votes
1 answer

How to add or delete a Machine in UiPath Orchestrator?

Hey @Raj, to add a standard machine, ...READ MORE

Apr 5, 2019 in RPA by Anvi
• 14,150 points
2,429 views
0 votes
0 answers

How can I convert Json into Json array in UiPath

I am getting Json response from Azure ...READ MORE

May 20, 2020 in RPA by Ashish
• 200 points
2,423 views
0 votes
1 answer

when i select a dropdown in SAP spy mode in Blueprism action field is empty

You can refer to the below link ...READ MORE

Oct 29, 2018 in RPA by Priyaj
• 58,090 points
2,416 views
+1 vote
1 answer

HTML spying mode is not showing in the Chrome browser

You need to instal Chrome pluggin to ...READ MORE

Dec 19, 2019 in RPA by mplich
2,412 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,401 views
0 votes
1 answer

How to retrieve an Instance ID in UiPath Orchestrator?

Hey Apkesha, in case you have missed ...READ MORE

Oct 24, 2019 in RPA by Abha
• 28,140 points
2,398 views
0 votes
1 answer

What are the best practices for automation in Uipath orchestrator?

Hey @Monika, following are some of the ...READ MORE

Apr 1, 2019 in RPA by Anvi
• 14,150 points
2,366 views
0 votes
1 answer

Difference between the Architectures of Blue Prism, Automation Anywhere & UiPath

In simple words, Blue Prism & Automation ...READ MORE

Mar 16, 2019 in RPA by Mugdha
• 600 points
2,366 views
+1 vote
2 answers

I am unable to install UI path studio in Windows 7 ultimate: Log File Error.

Upgrade the OS to Window 10 READ MORE

Dec 29, 2020 in RPA by anonymous
2,361 views
0 votes
1 answer

How to get the desired packages in UiPath Studio if not available in Package Manager?

Steps to get your desired package in ...READ MORE

Oct 15, 2019 in RPA by Abha
• 28,140 points
2,354 views
0 votes
1 answer

How to create a Floating Robot in UiPath Orchestrator?

Hello Rajan, to create a Floating Robot ...READ MORE

Apr 5, 2019 in RPA by Pratibha
• 3,690 points
2,337 views
0 votes
1 answer

Copy paste data from Excel to tool using UI path

Your query is similar to https://www.edureka.co/community/4005 ...READ MORE

Apr 8, 2020 in RPA by Sirajul
• 59,230 points
2,324 views
0 votes
3 answers

I am receiving JSON response from Azure Form Recognizer, how can I save in JSON file in for each loop?

I came across the similar scenerio... we ...READ MORE

May 27, 2020 in RPA by Prakash Valiveti
2,314 views