I have defined few data items at process level and would like to access those data items in my object. However, i'm able to get data item from object to Process using input/output parameters. But it doesn't work in reverse.
This Cell is B2 and is a number.
I thought of using Collection Manipulation but this asks for a Field Name, which i don't have.
Can you use a cell reference instead?
This is my collection of values that i read from the webpage using get table action.
I need to click on the webpage based on these values.
The values will change as well as the number of values.
How do i spy it such as the it will read ABC and go…
I'm trying to develop a snippet in C # code that enables the "voting option" function of Outlook.
This code will be used by a platform called Blue Prism.
The "vote" function of Outlook is in the Microsoft.Office.Interop.Outlook namespace, so I need…
I'm trying to run a duplicate check In which varying data is pulled from a website and compared to a master list, the master list being stored in Excel. The information from the website is read from a table in which has line breaks. These breaks…
I am trying to move one collection's single column value to another new collection(let's say collectionB), for doing this I am using calc stage where data is passed one after the another.
In the calc stage I have added the and move it but here in…
How can I extract the cell reference eg. A1 or B1.. if I provide the value inside the cell .
Eg. if a value "hello" is stored inside A1 , then if I provide hello I should be able to get A1 as output.
Im trying to use a code stage to loop through a collection i have that contains one column. With each iteration the value in each row in will be updated.
Any help on this would be great appreciated
Thanks for help!!!
I can not get Scheduler to work. I can run processes using interactive clients, but I don't see them as available when I run the interactive client on the server. They all show as offline yet I know they are running. This means that Scheduler can…
I have uninstalled the SQL server used in Blue Prism and now i am not able to find the VBO objects created in Blue Prism.Will the VBO and process get stored locally?.
I am using Blue Prism in a local installation and I would like to schedule a task.
I am not able to do so, since the Session Info of my Runtime Resource (the only one I have, since it is a local installation) has 2 pending processes on it, but I…
I'm looking to feed a collection from my process to my business object.
My object is designed to run multiple statements. Instead of storing the statement numbers in the object as a data item, I would like the data pulled from my process. I…