Questions tagged [rpa]

Robotic process automation (RPA) is a technology based on the notion of software robots or artificial intelligence workers.

Robotic process automation (RPA) is a technology based on the notion of software robots or artificial intelligence workers.

RPA software vendors include:

  1. Automation Anywhere
  2. BlackLine
  3. Blue Prism
  4. Datamatics
  5. EdgeVerve
  6. HelpSystems
  7. Kofax
  8. NICE
  9. Openspan (acquired by Pegasystems)
  10. Verint
  11. UiPath
  12. WorkFusion
  13. Fusion from Exilant Technologies Pvt. Ltd.
713 questions
9
votes
4 answers

Which RPA tool should I learn being a C# Developer

I am a .NET developer who primarily developed web and stand alone apps using C# since beginning of my career. I am now interested to learn RPA so which RPA tool is best for me to learn where I can use my .NET skills more. I came to know from Google…
user841311
  • 597
  • 3
  • 9
  • 24
5
votes
3 answers

RPA- UiPath, Regarding Special Keystrokes

How to send the keystrokes such as Alt +E+A+B, tried to send the keys using type into while working with, Alt the button is not getting released after the process is closed. Also tried to send Alt+E but not able to send the rest of the Key strokes,…
KHV
  • 145
  • 2
  • 4
  • 19
5
votes
8 answers

Showing loading screen in UIpath

I am new to Uipath. Is there any way to display the loading screen while Uipath performing something in background. In background im running java code. Any workaround or can we achieve this in UIPath
RAAAAM
  • 3,378
  • 19
  • 59
  • 108
4
votes
2 answers

Robotframework, How to define a dynamic variable name

I want to Define variable having dynamic name. For example ${${FILE}{VAR}} Create List // ${FILE} = TEST, ${VAR} = VAR Then I want to get variable named '${TESTVAR}'. Here is my Summarized code... *** Settings *** Library …
Jin Su Yu
  • 43
  • 1
  • 3
4
votes
1 answer

Uipath automation using RDP for community edition execution

While implementing solution for Level 3 Advanced Training on a separate machine, connected via RDP, i had to use the default UiPath Academy Recorder in order to upload my solution. Here is the tricky part, although the automation completed…
4
votes
9 answers

Blue Prism, Calculation, Replace, Extract Number

I need to extract numbers from the a text in calculation stage in Blue Prism. The text is "Please take note of your order reference: 123" The number"123" changes every in each case, every time a new order has been placed. I need to extract the…
M.p
  • 41
  • 1
  • 1
  • 3
4
votes
1 answer

Powershell with UiPath

I am kicking off a PowerShell script with UiPath. I need to pass an argument in, from UiPath. Firstly is this possible and secondly does anyone have an example of this? Not sure what the syntax is for this in the PowerShell script
Dan Atkins
  • 378
  • 1
  • 7
  • 21
3
votes
1 answer

Get console outputs from a script running inside VM on Pipeline

I have a pipeline with the steps below: Create a Resource Group Create a Virtual Machine from an image Copy a Python project to VM created in the previous step This Python project is an RPA (Robotic Process Automation). Now, I need to execute this…
fds13
  • 65
  • 8
3
votes
2 answers

Having issue in Installing label-studio via python 3.7

I am installing label-studio via python 3.7. I have used this command for installing label-studio. py -m pip install label-studio I am following the instructions from official site. # Requires >=Python3.6, <3.9 pip install label-studio # Start the…
enthusiastic
  • 31
  • 1
  • 3
3
votes
1 answer

How UiPath robot select the queue items to process based on deadline and priority?

I took so many attempts for the RPA practice questions, the only question I did wrong is this particular question, can someone help me for the explanation?
3
votes
1 answer

Error while using the readfromexcel component in Intellibot Studio

I am using the readfromexcel component under Data Reader category. I already installed the microsoft.ace.oledb.12.0 and re-tried. However, it gives the same error. Can someone please help me with this?
prava
  • 3,916
  • 2
  • 24
  • 35
3
votes
2 answers

Issues with AA extension for chrome

I am trying to set up AA for use with chrome on a clients vm. AA client is up and running. When i first launched chrome everything was fine. After i installed the AA chrome extension launching is not done correctly anymore: the url misses ":" e.g…
3
votes
2 answers

How to get the IDObject with Attribute in SAP using Automation Anywhere with DLL?

I'm developing an automation process on SAP with Automation Anywhere using the SAP DLLs provided by Automation Anywhere itself. I need to find IDObject with specify attribute to click/get value the specify element , but seems that there are no…
umbyrulez
  • 31
  • 1
3
votes
0 answers

Python Automagica unicode text

While using the Automagica package to automate processes using Python, I have run into an unexpected issue. I cannot type unicode characters using this tool. from automagica import * PressHotkey('win','r') Wait(seconds=1) Type(text='notepad',…
Henrik Poulsen
  • 935
  • 2
  • 13
  • 32
3
votes
3 answers

Calling argument from another workflow

Dears, I have an issue that, I want to recall the argument. I already define it in a workflow. But I need to use it in another workflow in the same package. Is there any idea how to get the text from workflow to another workflow? Thanks in…
Sarah AH
  • 69
  • 1
  • 9
1
2 3
47 48