Search results

  1. J

    Conversion of VB macro

    Hi, We have a proposal for VB macro conversion to RPA solution. Currently VB macro reads data and metadata from Sharepoint(2010). in future plan to replace Sharepoint 2010 to online Sharepoint. Is it feasible to convert VB/Excel Macro into RPA solution using Blue Prism? Please guide on this...
  2. J

    Business user trigger blue prism scheduler

    Hi, We have a requirement here for adhoc trigger for bot/process. How can business person trigger/execute bot process? thanks Jigi Patel
  3. J

    Prefilled textbox- write not working

    Hi , I have one field name called WorkPackagenumber. It start/prefilled with WP ___-___-___-___ on screen load in MSACCESS form. 'WP' is initial two characters followed by 12 digits as you can see. So when lets say I want to write as WP 991-990-991-990 is not working. how to fix this issue...
  4. J

    Scroll down into MS Access form

    Hi, I have tried global send keys option with pgdown and also try with down arrow, scrolling into MS Access form not working for me. Can you please guide what could be wrong? Or suggest if there is another way to scroll down into msaccess form. Thanks Jigi
  5. J

    Identify color of label/Button on MS Access form(through Blue Prism)

    Hi, I have to check Suitability check over MS Access form. If the label background color is Green then it Suitability matched otherwise if it is Red color then Suitability not-matched. How I can check background color of the Label on MS Access Form through the Blue Prism? It's all about the...
  6. J

    How to read xml and store/process data as collection into blue prism?

    How to read xml and store/process data as collection into blue prism? I have very complex xml file to read into blue prism and process that data further into my process/objects. Please help me by your idea or example to read this attached complex xml into blue prism. Thanks,jigi
  7. J

    How to read specific node( root element) and attributes in blue prism?

    Hi How to read attributes values into collection from attached file. For example, I need result as "bk101","bk102","bk103"...."bk112" as collection. Xml file looks like as below: <catalog> <book id="bk101"> <author>Gambardella, Matthew</author> <title>XML Developer's...
  8. J

    Which of these phrases best describes what Blue prism is used for?

    Which of these phrases best describes what Blue prism is used for? A.BP is used for modelling business processes B.BP is used for create virtual robots that can replicate user actions and decisions C.BP is used to transfer data from one system to another D.BP is used to link core business...
  9. J

    Which of the following best describe System Exception?

    Which of the following best describes a System Exception a. A case that was being processed when the process failed b. A case made an exception by the process because it is outside of the current process scope c. A case that needs to be manually reviewed by the business d. A case that cannot be...
  10. J

    system exception: Login Screen not found

    An action called 'BP Travel-login' fails immediately with the following exception details:"system exception: Login Screen not found". what does this Exception indicate? A. The action doesn't exist B. The application has not launched. C. the action has thrown a System Exception back to the...
  11. J

    Exception in blue prism

    An action called ' Get Quote Details' fails immediately with the following exception detail -- 'Internal: Stage Quote Type does not exist. What does this exception indicate? 1. A data item referenced as an input parameter to the "Get Quote Details" action can't be found 2. An internal error...
  12. J

    How many Start Stages can a sub page in a Process have?

    How many Start Stages can a sub page in a Process have? A. 0 B. 1 C. 2 D. any number
  13. J

    Converation from scanned PDF file(one page only) to word file

    Hi, I have some issues with my code where I am converting the scanned PDF to word. It was working fine for Digital PDF but not working for Scanned PDF. I have attached the screenshots for process and object(VBO) with code. I am getting following error: "An error has occurred while trying to...
  14. J

    How to delete first and last rows from the given collection?

    Hi, Is there direct action/object/process available to remove/delete first and last rows from the given collection? Any code logic also fine if you have already seen. Thanks, Jigi
  15. J

    Calculate frequency from the given date

    Hi, I am working on scanned PDF files where I am having date from the PDF and I have to calculate frequency as Monthly, quarterly and Yearly based on the following input: April 1, 2018 to April 30, 2018 - Result as frequency: it should return frequency as monthly January 1, 2018 to March 31...
  16. J

    Two active PDF instance- how to select once at a time

    Two active PDF instance- how to select once at a time. First instance where I have open the PDF. I am doing splitting the pdf file with Acrobat Reader Pro DC and it launching the new pdf file with page ranges which i have given during extraction. Now how blue prism will know which instance it's...
Top