uipath

Python UIPath - Unable to read arguments from UIPath and pass it to the python code

こ雲淡風輕ζ 提交于 2019-12-11 16:09:18
问题 Here is an image showing Python scope activity: I am trying to execute a script in UIPath using Python scope, Python load activity, invoke python method and get python object which is mentioned below: The execution is getting completed without any errors/exceptions. But there is no .xlsx file written. The code is not getting executed/ the arguments are not passed correctly. Kindly help. import sys import pandas as pd import xlsxwriter def excel_data (arg1,arg2,arg3,arg4): df = pd.DataFrame({

How to setup 64-bit ODBC data source in UiPath?

徘徊边缘 提交于 2019-12-11 15:37:48
问题 I am trying to set up a 64-bit ODBC data source connection in UiPath, but it's not visible and only showing 32-bit data sources. Is it because UiPath is a 32-bit software? Please suggest an alternate workaround. 回答1: A 32-bit application can only load 32-bit ODBC drivers. Your options are to -- find a 64-bit version of your "UiPath" application find a 32-bit version of the 64-bit "Oracle in XE" driver find a 32-bit ODBC Driver for 64-bit ODBC Data Sources (such as this, from my employer,

Powershell with UiPath

假装没事ソ 提交于 2019-12-10 11:40:30
问题 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 回答1: Is it possible to pass arguments from UiPath to the terminal. Your PowerShell script needs to be saved in a txt file.(PSSampleParameters.txt) Code sample(PSSampleParameters.txt): Param( [string]$computerName ) [System.Reflection.Assembly]::LoadWithPartialName(

Need Clarification on Uipath Licensing

纵饮孤独 提交于 2019-12-09 19:52:34
问题 I need information on UiPath licensing. Let’s say I’ve 2 bots and I want to run these 2 bots in parallel in 20 different VMs. So, in these cases do I need to have 2 bot licenses or 20 bot licenses? 回答1: In general, a bot is regarded as the entity that executes the process/sequence. So, in your case, you would need two concurrent licenses to run the bots in parallel on 20 different VMs provided that the processes are executed and completed sequentially. You could even use a single license for

How to execute a workflow on a PC which doesn't have the UiPath Studio or UiPath Robot installed?

扶醉桌前 提交于 2019-12-09 06:40:27
How to execute a workflow on a PC which doesn't have the UiPath Studio or UiPath Robot installed? I have been working with UiPath to automate workflows using UiPath Studio and UiPath Robot (both locally and on localhost through Orchestrator) and was successful. I have been through the following videos from academy.uipath : Lesson Orchestrator 2018.2 - Video Part 1 Lesson Orchestrator 2018.2 - Video Part 2 I am aware I need to: Add a host as a Standard Machine first Then add a Standard Robot Further provision the Robot within the Orchestrator settings. Now I want to execute a workflow on a bare

Powershell with UiPath

你离开我真会死。 提交于 2019-12-08 00:47:25
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 Is it possible to pass arguments from UiPath to the terminal. Your PowerShell script needs to be saved in a txt file.(PSSampleParameters.txt) Code sample(PSSampleParameters.txt): Param( [string]$computerName ) [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") [System.Windows.Forms.MessageBox]::Show($computerName) Add a "Read Text file"

opening URL from a file and taking screenshots in UiPath

一世执手 提交于 2019-12-02 13:53:34
问题 It's a UI path sequence. I am trying to read some URLs from an Excel file. Launch browser Go to URL from file Take Screenshot Save screenshot I am unable to use the "take Screenshot" activity. Unsure, how can I take the screenshot and save it as a file. 回答1: The Take Screenshot activity requires a variable (of type Image ). Select the activity first, and in the properties, click on Output. Then, hit CTRL+K to add a new variable (or enter an existing one). Use the Save Image activity to save

Looping on URLs from Excel file using UiPath

时光怂恿深爱的人放手 提交于 2019-12-02 12:44:23
I have tried several ways but somehow they dont look clean; I have a URL file in Excel format (400+ urls in a column) I want UiPath to read from that file and browse these URLs one by one I tried with making "Navigate to" read from a variable that reads from Excel but it just gets messy and does not work. anyone can suggest some easy way to do it? Abhishek Vaidya Please elaborate what you want to do. As per my understanding, you have a Excel file with a column containing the URLs and you want to visit each one - in this case: Take one excel application scope activity Give the path of your

opening URL from a file and taking screenshots in UiPath

拜拜、爱过 提交于 2019-12-02 04:51:06
It's a UI path sequence. I am trying to read some URLs from an Excel file. Launch browser Go to URL from file Take Screenshot Save screenshot I am unable to use the "take Screenshot" activity. Unsure, how can I take the screenshot and save it as a file. The Take Screenshot activity requires a variable (of type Image ). Select the activity first, and in the properties, click on Output. Then, hit CTRL+K to add a new variable (or enter an existing one). Use the Save Image activity to save any variable of type Image to disk. 来源: https://stackoverflow.com/questions/51420426/opening-url-from-a-file

UiPath -Error {“message”:\"Click Text 'SAPTreeList': Cannot find the UI element corresponding to this selector: <wnd ctrlid='90279688' />

冷暖自知 提交于 2019-12-01 16:48:28
I am following the video SAP Automation with UiPath to automate login as a user with valid credentials within a SAP Server. SAP Information : IDES ECC 6.0 incl. EhP7 System Information : I am not using a VM. I use a Intel Core i3 CPU with 64 bit - Windows 8 system. The login process as per the tutorial basically works for an hour or so since it's creation. But whenever I am trying to execute the workflow after long intervals (example, next day), the robot won't start and I am facing an error as: Studio.log: 13:12:54.1664 => [ERROR] [UiPath.Studio.exe] [7] $LoadAssembly: UiPath.Vision, Version