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

Paste data from csv to google Sheets. UIPath

I have a process as shown below: Now I want to paste the csv to a googlesheet with a given link. Does anyone know what's the right way to do it? I used open browser then click to the desired tab and then paste, but this seems like a hacky way to…
Shivam Sahil
  • 4,055
  • 3
  • 31
  • 62
0
votes
2 answers

UIPath Automation: Is it possible to perform click and UI interactions in cloud server in UI Path?

So I have created an xaml flow which clicks browser buttons downloads files and then does some basic operations. I setup a windows server and connected remotely to it and when I debug my process automation while staying on the screen it works…
Shivam Sahil
  • 4,055
  • 3
  • 31
  • 62
0
votes
0 answers

Unable to perform google sheet operation using API

I am facing a problem in deleting and inserting records in the Google sheet using Google Sheet API. Please find the error below. Delete Range: Google.Apis.Requests.RequestError Internal error encountered. [500] Errors [ Message[Internal error…
0
votes
1 answer

How to read a PDF file as binary stream and pass it in to the request body of Graph API?

I am trying to upload a file to SharePoint using Graph API and in order to execute that I need to convert the file to a binary stream and pass that value in to my request body of graph api. Can anybody help me with this issue?
0
votes
1 answer

Can we use a variable which has endpoint URL directly in HTTP Request UIPath Activity?

How to use a variable directly in Http Request Endpoint?
0
votes
1 answer

Error in UIPath while running a browser automation : System.ArgumentException: No compiled code to run error CS0234:

Message Box System.ArgumentException: No compiled code to run error CS0234: The type or namespace name 'ProtectedData' does not exist in the namespace 'System.Security.Cryptography' (are you missing an assembly reference?) At line 34 error CS0234:…
0
votes
1 answer

BOT won't take uipath orchestrator queue items after the 100 queue item count achieved, even the pagination value has been set

I'm trying to change the status of queue items which is more than 100. But once after reading 100 items BOT won't pick up the rest of queue items even if the pagination value (skip) has been set to 100. Here I have added all the images for more…
0
votes
1 answer

Compiling C code using `Ui Path` activites

Is there a way to compile a C code in Visual Studio Code by UI Automation.I want to run the code and get the result by the using UiPath Studio.
NPam
  • 35
  • 1
  • 7
0
votes
1 answer

Assign Date to a variable and use it in UiPath

I need to extract the data of employees from an Excel sheet. The Excel sheet contains the DoB and I need to assign salary according to the DoB. The person born before 1995 will be credited a salary of 50000 and person born after 1995 will be…
0
votes
1 answer

UiPath searching for an item that is not available in amazon and display item not found

When we search for an item that is not available in the amazon and instead of that the products related to that item name is showing. I need to display a message that item is not found. How that can be done in UiPath?
sonia
  • 3
  • 3
0
votes
1 answer

UiPath Add filter to all columns in Excel

I have a small problem. I have an excel file where I simply want to add a filter to all my columns. Firstly I don’t want to put a certain condition into the filter but just the option to filter with the toolbar with the small arrow. Can anybody help…
0
votes
1 answer

How to consume third party API with SSL Certifcate in UiPath

I am trying to consume SSL configured API having https in UiPath Studio i am not finding any material regarding this. Any help would be appreciated.
Waseem Saeed
  • 85
  • 1
  • 13
0
votes
1 answer

How to replace using regex match in UIPath

I have a regex to filter data #Matches Result Homeowner's Insurance Premium ( 12 mo.) toAmerican Family $893.00 Insura Mortgage Insurance Premium ( mo.) Prepaid Interest ($5.99 per day from 10/02/2020 to 10/01/2020) -$5.99 Using for each…
Mr Dave
  • 35
  • 1
  • 6
0
votes
1 answer

What happened to the activity icons and nested sequences in my UiPath Studio project, and how can I bring them back?

One of my UiPath Studio projects got messed up somehow. Many of the activities now show a generic rectangle instead of their normal icon. The While loop below (#1) is missing its nested sequence completely. Even less affected activities are missing…
Eric Eskildsen
  • 4,269
  • 2
  • 38
  • 55
0
votes
1 answer

Condition in IF-Condition in UiPath

Due to the fact, that i´m completly new to UiPath, I need some minor help implementing an if condition. My Problem: Im using the Bot to search for several Post sendings in the Browser on the DHL-Homepage. The Bot works fine, but due to changes on…
StSZ
  • 29
  • 1
  • 5