rpa blue prism

  1. A

    Get variable data from a XLSM file

    Hi, has anyone tried to get the variable value embedded in a text box control from an XLSM file? I tried several times with the default Get Cell Value action, but it doesnt detect the existence of the variable, anyone has any ideas about how to manage this type of data extraction? Thanks to...
  2. V

    Filter collection

    Hi, Could anyone help in filter collection. where I have current values with 5 different Reservation date and time. I need to exclude only 12 am. I have tried using "ReservationDateTime <> '12:00:00 AM'" - Its not removing the specific row if I give this expression.
  3. S

    Control room not working

    I had 1 pending session on resource and unfortunately I have unpublished all the process from session management. Now no process is showing in session management but in resources, 1 pending is showing. And whenever I am going to run a process, it's showing " System is too busy to run that...
  4. S

    Forwarding/Deleting an email with Agilify

    Hello everyone, Lately I have been researching for some Outlook automation with Blueprism. I came to the solution of using Agilify but while trying to use any option where the Message ID is needed (such a move email, forwar, reply to an email or delete an email). I get all the time the...
  5. K

    What is the lowest priority a queue item can have in Blue Prism?

    Is there a range?
  6. A

    how do i trigger/start bot by Web Service api?

    Somebody please help me on how do i trigger/start bot by Web Service api. It would be great if any body provides us solution.
  7. R

    Want to upload a file by calling a post web api in blue prism, with some metadata in model

    here is my c# model that I need to pass as a request in WebAPI- public class AddTaskRequest { public Guid AccountId { get; set; } public Guid ProcessId { get; set; } public string Description { get; set; } public Int16 Priority { get; set; } public...
  8. K

    How to add bullets in email body for new line?

    I want to send an email using MS Outlook Email VBO. below is the calculation stage and result- But I want to add bullets for items list as shown below- Can anybody suggest how to do that? Thanks in advance.
  9. D

    Locate element by css attribute (RPA Web)

    Hi, I have been tasked to automated a webpage testing procedure. (Feels more like QA than RPA if you ask me). I managed to spy the website and get it to work, but I feel my solution is very unstable and I hate having unstable solution... I noticed in the html of the website the following tag...
  10. N

    BOT using 2 users on WebApp with SSO Enabled

    Hi All, I am new to BP and I have build a bot which creates jobs as one user and then with another user it approves it. However this web application uses SSO on Prod Environment. With SSO, I will get only one user with which this bot is running. And I have to run create and approve tasks with...
  11. A

    [blue prism]When HTML structure is not Datatable, how to scrape one page of the information

    Below, I would like to get one page of component information described in BluePrismDX official URL. https://digitalexchange.blueprism.com/dx/search?page=1 Please tell me what I can do for that. The HTML structure is not a table, but a div structure using bootstrap. For example, I want to...
  12. P

    How do we connect or integrate AI or ML to RPA?

    How do we connect or integrate AI or ML to RPA? Please suugest
  13. H

    Removing sensitive content from PDFs

    1)PDF file has abc@gmail.com, we should hide ***@gmail.com 2)We should also hide URL's 3)Company logo What procedure we have to use to implement this in blueprism?
  14. K

    Excel Update using OLEDB

    Hello All I am working on updating the excel using oledb query it is working for other cells but for one cell updation it is giving error as "Internal : Could not execute code stage because exception thrown by code stage: No value given for one or more required parameter" Connection string ...
  15. P

    Text Analysis

    Hello below attachment i have mentioned two email formats. now, how to get or separate Date,container number and from & to address location names.is there any script to structure this text. please help me out this. Thanks In Advance
  16. S

    Blue Prism Can't write into SAP field

    Hi, I'm having issues with my write and navigate actions in SAP. Yes, the settings for scripting and accessibility are fine. Also the server side is checked. I can read the text field but that is the only action that it allows me to do. I can only spy it in SAP SPY MODE the other option can't...
  17. D

    How to Access Exposed BluePrism Webservices from a node js client from outside.

    Hi All, i have created a blueprism process and exposed it as a webservice. So everything is working fine and i can see this webservice using below address format. /ws/[processname].wsdl']http://[machinename]:8181/ws/[processname].wsdl So i could run a node js client application and was able...
  18. S

    Can I get Blue Prism to read search engine results based off key terms?

    Hi all, I am a Blue Prism novice and need help! I am searching on some key terms in Google - when the first page results open, I want to have Blue Prism pick out the link titles which have "Key Term 1" and "Key Term 2" in the titles, then open the links. Meaning that, there could be a handful...
  19. P

    Read Smart quotes from PDF in data variable using C#, in code stage of blue prism

    I am working with Blue prism, I am using c# code stage to read the PDF using itextfile dll, I get all the text except the smart quotes text for example “the Bank”. How can I read this all text including smart quotes in string variable?
  20. B

    Outlook with Mapiex- Reading email Body

    I am reading email body which contains table with the help of MapieX and was doing some different steps on the content of email body. The problem i am facing now is that, when i wrote the process/logic the tabular content was splitted by TAB and now i have moved my code to different machine and...
Top