Search results

  1. N

    But this business object does not contain an action with that name.

    Hello Team, How to resolve attached error when calling an object into process using action stage.
  2. N

    How to convert Text to Hyperlink using Calculation Stage

    Hi, How can I make text as Hyperlink in Calculation Stage. I want to convert text into Hyperlink. Example : To report issues and all other requests: Global Service Desk Example : Global Service Desk URl : https://globalservicedesk.com/ In the above example I need 'Global Service Desk' to be...
  3. N

    How can i read Sharepoint list?

    Hello, Is there any way to read SharePoint List and store that data into Collection or Excel. And Update that list. Thanks in Advance.
  4. N

    How to add Images on Microsoft PowerPoint

    Hello All, I am working on Microsoft Power Point Automation. On a standard Microsoft Power Point template, I need to add Images (.png,.jpg,.gif) in 4x4 format in a particular Text Frame. I am reading Images from shared location and all those Images are in a Collection. Can you please help me...
  5. N

    Need Custom Code to Split String with delimiter

    Hello Team, I am having a requirement to split string of (Key, Value) format. First value will be field name and second value will be its value. Input string may vary with different length. Example : Input String : 'Name|Naveen|Job|Software|Country|India'. Expected Output : Name = Naveen...
  6. N

    How to launch .msc file extension

    Hello All, Is there any way to launch .msc file extension using Application Modeller? I am planning to close 'Task Scheduler'. Thanks in advance.
  7. N

    Check Folder Exist or Not

    Hello Team, I am having a requirement to check whether a particular folder (Process Files) exists or not in specified path (C:// Process Folders). If folder exists, I will not do anything. If folder doesn't exists, I need to create it by Bot. Is there any way to achieve it. Thanks in Advance.
  8. N

    MAPIEx Send Email issue in Production

    Hello All, I am having one email ID (test@mail.com) which is configured with outlook in two servers (Server 1 & Server 2). Outlook is configured offline with the help of 'ost' file. I created an object to send emails using MAPIEx outlook, it is able to send emails properly but some time it is...
  9. N

    Internal : Could not execute code stage because execution thrown by code stage : Could not find installable ISAM

    Hello All, I am getting below error in PROD server when it is trying to read CSV file in to Collection. "Internal : Could not execute code stage because execution thrown by code stage : Could not find installable ISAM" Can you please help in this.
  10. N

    Automate.exe has stopped working

    Hello Team, I am trying to spy elements (Textbox, Dropdown) etc using AA mode and after spying it and selected elements. When I tried to highlight that element it is displaying "Automate.exe has stopped working" error and blue prism is closing without saving any data. Attached are the...
  11. N

    Steps to Read multiple pages table data

    Hello All, I am having a scenario to read a tabular data having multiple pages using AA mode into collection. Attached is my scenario screen shot.
  12. N

    Need Steps to make filter conditions dynamic

    Hello Team, I am having a scenario to filter the tabular conditions with Choose Field dropdown, Operator Dropdown and value textbox. I Spied all these 3 controls in AA mode in the first row and I am able to enter those values. But when I tried to enter other filter values in 2nd row am unable...
  13. N

    How to Generate Dashboard with Work Queue Items

    Hello All, Can you please let me know how to get a dashboard with aggregates the data by status in Work Queue. I want to Generate pie chart with different statuses in work queue like how many orders are created over time, etc. Thanks in Advance.
  14. N

    Work Queue Reporting

    Hello All, What is Work Queue Reporting and steps to do it. Thanks in Advance.
  15. N

    Assign Web Service to a Server

    Hello All, Is there any way to assign web service to a dedicated server in Production. Thanks in advance!!!
  16. N

    Process Run modes

    Hello All, Is there any other way to run the Process other than Scheduling, Manual run, Run from control room. Actually I am having 3 Processes. I will run process 1 by scheduler after this I will run Process 2 to load items to work Queue. Is there any option to check work queue items and...
  17. N

    Web Service URL error

    Hello All, I created a web service and configured in System tab--> Web services section in BP. Web service URL : http://servername:portnumber/webservice/ when I open this service in browser, it is showing correct web service processes & business objects URL. But I am having 4 servers to run...
  18. N

    Solved Procedute to take a Print screen & Store in Data Item Using Blue Prism

    Hello, Can anyone please help me in taking a Print screen & Store image in Data Item Using Blue Prism. Thanks in Advance!!!
  19. N

    Solved How to kill excel process

    Hello All, I am trying to Kill excel Process by its Process Name with Kill Process Action. But it is still exists in the Task manager. Attached is the Action & Task manager screens. Thanks in Advance.
  20. N

    Solved How to delete one value in a collection

    Hello All, I am having a collection with one column, and I need to delete "Grand Total" from it (there may be n number of rows each time, but Grand Total will be there in the collection compulsory). How can I achieve this. Thanks in Advance
Top