Questions tagged [uipath-activity]

For issues relating to UiPath activities and errors relating to creating them

UiPath provide there own activities to accomplish most automation tasks however these activities can also be created using C# and imported into UiPath.

84 questions
3
votes
1 answer

How to create an unattended robot in UiPath Orchestrator?

I have a robot created in Studio and published to Orchestrator but I can’t manage to run it as an unattended robot. I can create the robot and create a process but when I try to run the process the robot I created is not visible.
3
votes
3 answers

Click on a button multiple times until the color changes to a specific color in UiPath

In uipath, how to click on a button by it's color for multiple times until the color changes? Initially the color of the button is red and I want to click on it until it turned to green.
Gedion
  • 31
  • 2
2
votes
1 answer

You are not authenticated! Error code: 0 exception occurred only for UiPath background process

I started a development using the UiPath template called ‘Background Process’ and currently I’m facing an issue when reading orchestrator assets. It throws the error ‘You are not authenticated! Error code: 0’. But when I tried out UiPath…
2
votes
2 answers

How to clear chrome browser history in uipath?

Tried using in this way but not working
2
votes
0 answers

How do i check if mail body contains a Password and extract from email body?

I was trying to do a for each activity, for each mail check if there is regular expression in mailbody then I want to if there is this regular expression in mail body After checking I want to save the file path of attachment in that email and the…
2
votes
3 answers

How do i extract text from email body using UiPath?

I would like to know how do I extract the password form the email body. The password is used to open files in the attachment. How should I approach this? Do I extract the password and store it in an excel file or is there a better way to open the…
Jun Liang
  • 71
  • 1
  • 7
2
votes
3 answers

How do I open password protected file using UiPath?

I am using UiPath to create a robot to get files from email. Some files are password protected and some files are not protected. The password-protected files are sent in with a password in email body. Example email From: ABC Sent:…
Jun Liang
  • 71
  • 1
  • 7
2
votes
2 answers

Is UiPath Studio considered a 'no-code' or 'low-code' development environment?

I keep hearing the terms low-code and no-code for development environments. I've always written code in full fledged C# environments, so this UiPath Studio UI is a bit strange to me. Is UiPath Studio categorized as a 'no-code' development…
2
votes
2 answers

What is a valid IEnumerable UiPath data type for UiPath QueueItems

I am trying to configure the UiPath get queue items activity but when I specify the QueueItemData variable as the output it gives a warning asking for a generic IEnumerable object. What is the proper UiPath queue object to use when a IRnumerable…
2
votes
3 answers

How to use LINQ on a DataTable in Uipath

I am trying to filter a datatable using LINQ Query on Uipath and save the output as datatable format. Where col A has name and Col B has Price. I am trying to filter where price is greater than a value ( price>500) and save both Name and Price of…
Supriyo404
  • 23
  • 1
  • 1
  • 5
2
votes
1 answer

How to close the child tab using Close tab activity in UIPath

UiPath is closing the main window instead of child window. I have defined a browser variable in the attach browser activity and passed that browser variable to the Close tab activity. The main Chrome window is still getting closed. Also attached…
Carolyn Cordeiro
  • 1,525
  • 3
  • 11
  • 26
2
votes
1 answer

Has anyone come across issue[]?

issue[] in UiPath. So I downloaded an extension / package from UiPath GO! named as "Jira Integrating Software". This Packages comes with several APIs to access Jira tickets. I was working with one of these APIs called "Search by JQL". JQL is Jira…
2
votes
2 answers

UI Path configuration and organization questions

UI Path configuration question Dear all, Just wanted to understand your take on these questions. Relative newbie here. I have a parent workflow invoking 12-15 child workflows. A) The parent reads all configuration settings and passes those on to…
1
vote
0 answers

Configuration name from SNOW - Uipath Windows

I am trying to collect the data from Service now using Uipath application. Since windows legacy is moving away, I am trying to get the data in snow in Windows. I am trying to filter the Change request number with the configuration item. Say if…
1
vote
1 answer

Can I convert a string into a Variable in UiPath?

I have a couple argument variables like this: in_Topic = "New Topic" in_Meeting = "Demo Meeting" Also I have a dictionary myDict = {"Topic": "in_Topic", "Meeting":"Demo Meeting"} How can I link the Value in the dictionary to be the variable? For…
1
2 3 4 5 6