573 questions
0
votes
0
answers
15
views
Entered data in web list disappear when jumping to next field or clicking Log in resulting in error (Blue Prism)
I use a Blue Prism (BP) write action to write data to a web combobox, and the data appears as expected, but when I click the login button, the data disappears. It is as if the web page hasn't received ...
0
votes
0
answers
22
views
Call Blue Prism process with Python
I want to create a python code that checks a folder. If it has a file, python will run the Blue Prism process.
Is this possible?
this is the piece of the python code for checking the file
$watcher = ...
1
vote
0
answers
45
views
Why is PDF text extraction not working properly?
I am currently encountering the following problem. I am using the PDF Management VBO and use it to extract text from a pdf. For this i am using an action stage and save the text to a data item. When i ...
-1
votes
1
answer
144
views
Blue Prism: Internal : Failed to evaluate expression '[CurrentRow]+1' - Cannot perform + operation when the left-hand value is empty
Error shown in BluePrism
I was trying to calculate the each time the loop passes, it'll store in current row. To resolve this issue make sure that you initialize the your data item '[CurrentRow]+1' by ...
0
votes
0
answers
70
views
Blue Prism VB Code Stage - End of statement expected Error
Inputs and Outputs here
Here is the code below for the error above and i have added the inputs/outputs. Am i missing something silly? Ive tried running this a few times and taking the brackets out ...
0
votes
1
answer
107
views
BluePrism - Move or upload a mail from one email Inbox to a different one
I need to move an email from one inbox to another one. This is different from forwarding the email itself, since I need to preserve the original content of the message (i.e. if we forward an email ...
0
votes
1
answer
157
views
Dynamically changing variable in XPath within Application Modeller
Question:
I am working with the Application Modeller and need to use a variable in my XPath expression. Currently, I have the following XPath:
xpath
Copy code
//*[@id="detailIndex1"]/summary/...
0
votes
0
answers
247
views
Triggering a Blue Prism process from a button click in a web application page
I need a way for the end user who has no blue prism knowledge to trigger a blue prism process.
Naturally, I thought of creating a button in an existing web application for the users to click on, such ...
1
vote
1
answer
185
views
How can I call a Stored Procedure using Blue Prism?
I need to call a package using Blue Prism. I need to give it an input parameter. I can run this on SQL navigator but unable to using Blue Prism. What format is required for Blue Prism
Declare
req ...
0
votes
1
answer
150
views
Power builder 2022 and Blueprism Active Accessibility Compatibility Issue
We have an extensive Blueprism environment that interacts with an in-house CMS system built on power builder 2021. After upgrading to 2022 Blueprism can no longer see a lot of the elements (and can’t ...
0
votes
1
answer
497
views
How to send ctrl shift f9 using global send keys in Blue Prism?
I need to use ctrl + shift + F9 to download a report from SAP window. I cannot use any Code stage for this.
I tried using "{CTRL}{SHIFT}{F9}" and "^+{F9}" but none of them is ...
0
votes
0
answers
103
views
SAP VB.NET interop code to read a GuiTableControl object into a Blue Prism collection?
What are the methods to be invoked to read a GuiTableControl object and save it as a collection in Blue Prism? I have the details of the GuiTableControl from Scripting Tracker software.
My current ...
0
votes
1
answer
101
views
How can I prevent existing categories from disappearing when I add a new category to an email item using Exchange Web Services in C#?
I am trying to add a new category to an email item using Exchange WEB Services but when I run the code, existing categories disappear and the category I added becomes the only category.
For example an ...
-1
votes
1
answer
110
views
Hiding data from logs in Blue Prism
I have this process where I read data from an excel file, everything works and the items are getting completed. I would like to make the data from each item not show up in the logs in my control room. ...
0
votes
1
answer
176
views
Intermittently get Microsoft login prompt when trying to open Excel file with BluePrism
We have a Blue Prism bot which opens an Excel file on SharePoint.
The process runs 6 times a day, but about once per day, we get the Microsoft Sign in box below:
This is unexpected and stops the ...