blueprism

Blue Prism Collection Loop to an Object

泪湿孤枕 提交于 2019-12-08 12:00:43
问题 Without creating a work queue, in a process is there a way to action line items from a collection one by one (possible loop)? Scenario is from a business object, call to a collection, retrieve the name of the first item from a collection, action item in the business object, move to next line of the collection, action second item in the collection, repeat until the collection is complete. Any way to do this without pulling it into the control room as a queue item? 回答1: You can use the Loop

Set html table header as rpa collection header

二次信任 提交于 2019-12-08 09:05:11
问题 Ive managed to get html table and change it to collection. However i would like for the table header to become the collection header. Is it possible to do it? Thanks. Below is for further details on how i take the table element and change it to collection. The path that im getting from the html table inside application modeller: /HTML/BODY(1)/DIV(2)/FORM(2)/DIV(1)/TABLE(1) Then i use Read stage and choose the table as the element and set Data as Get Table function and save the collection. The

How can I spy an active accessibility combobox in blue prism? I want to open the combobox and select an element from it

匆匆过客 提交于 2019-12-08 03:13:50
问题 So I have a combobox for the user to select whether he is an old customer or a new customer. With my process I was able to identify the combobox as an AA element so my process is now able to identify the combobox and click on it when it runs. But the problem starts when I need to select the "new customer" option after opening the combobox. I am unable to identify the option either as a HTML element nor an AA element.Because of this,the process is not able to select an option and throws an

Get data from web page using JavaScript in BluePrism

柔情痞子 提交于 2019-12-07 14:34:08
问题 Could someone tell me how can I, in Blue Prism, get data into Data Item from web page using action in Navigate stage Invoke JavaScript or Insert JavaSript fragment ? For example I'm using function: function myFunction() {var x=document.getelementById("demo").innerHTML; return x;} and I'd like to get this return value into Data item in Blue Prism for processing. 回答1: Unfortunately there is no quick way of doing that, however there is a very easy workaround. You need to create a "bridge"

Enabling SAP mode for SAP Logon Pad in Blue Prism

倖福魔咒の 提交于 2019-12-06 16:55:28
I followed the below steps to enable client and server side settings for SAP, hoping that this would enable the SAP mode in Blue Prisms. Even after executing the below steps and then restarting both Blue Prism and SAP logon pad, I don't see the SAP mode in blue prism. Any suggestions on what might be happening? I am still only seeing the three default modes - Win32, Accessibility and Region mode. i. Enabling Client-Side Scripting Start the SAP Logon and log in to the SAP server. Click the 'Customize Local Layout' toolbar button (ALT+F12). Click Options and in the GUI Options screen select the

Get data from web page using JavaScript in BluePrism

杀马特。学长 韩版系。学妹 提交于 2019-12-05 18:33:52
Could someone tell me how can I, in Blue Prism, get data into Data Item from web page using action in Navigate stage Invoke JavaScript or Insert JavaSript fragment ? For example I'm using function: function myFunction() {var x=document.getelementById("demo").innerHTML; return x;} and I'd like to get this return value into Data item in Blue Prism for processing. Unfortunately there is no quick way of doing that, however there is a very easy workaround. You need to create a "bridge" between JavaScript and Blue Prism, something both technologies can interact with. In this case the simplest bridge

RPA Vs Traditional Automation Tools

China☆狼群 提交于 2019-12-05 08:07:42
问题 I am Test Automation engineer and recently got opportunity to explore RPA tool blueprism. After exploring I found it similar to UI automation tools supporting various technologies. Can anyone tell me what value RPA adds compare to traditional tools. I was interested to see how it can use 'intelligence' but couldn't find any feature. Can expert in this forum help me understand what RPA can do which traditional tool can not do ? I see similar questions but they do not give any answers I am

Blueprism Application Modeller showing Launch instead of Identify when spying

自闭症网瘾萝莉.ら 提交于 2019-12-04 22:09:37
I am using BluePrism v6.1.0 and I am trying to identify elements from a launched application in Application Modeller. (I used the Windows application type in the modeler configuration) From some tutorials I saw, the launch button changes to Identify button after the app is launched, however, mine is still showing "Launch". Please see screenshot below screenshot You need to launch the application from the application modeller, not on your own. Since you are using Windows 10, the built in applications are use differently than normal in windows 7. Here is how you can add the code to make it work

RPA Vs Traditional Automation Tools

拟墨画扇 提交于 2019-12-04 21:12:54
I am Test Automation engineer and recently got opportunity to explore RPA tool blueprism. After exploring I found it similar to UI automation tools supporting various technologies. Can anyone tell me what value RPA adds compare to traditional tools. I was interested to see how it can use 'intelligence' but couldn't find any feature. Can expert in this forum help me understand what RPA can do which traditional tool can not do ? I see similar questions but they do not give any answers I am looking for. Thanks, Nilesh The technological challenges of RPA and automation tools are quite similar. RPA

Blue Prism - Trying to run automation in Remote Desktop

孤街浪徒 提交于 2019-12-04 02:42:18
问题 I am having blue prism architecture where my blue prism server and database server are in different machines which I access via taking remote desktop. I scheduled my bot to run at server VM. Now when I am connected to VM using Remote Desktop Protocol and keep the window in monitoring mode(watching it), All my scheduled jobs works fine, But if I minimize that VM window (By minimizing RDP )or if I dont do RDP to VM machine, Then the automation stops and throws errors. For checking purposes I