Search results

  1. R

    How to open MS Access using blue prism

    Hi Waziaks, Please check below video, it might be of some use to you Thanks
  2. R

    Split Text Related Query

    Hi, Please try this Business Object:- Utility String Action:- Split Text Inputs Text to Split:- your Data item Split Char:- ":" Output Split Values as a collection ------------------------------- Business Object:- Utility Collection Manipulation Action:- Read collection fields Inputs Row...
  3. R

    Issue in opening the Excel by giving path in Data item

    You need to save without "" Correct :- Eg:- C:\BluePrism\Book1.xlsx Wrong: "C:\BluePrism\Book1.xlsx"
  4. R

    Issue in opening the Excel by giving path in Data item

    Hi Shweta Save data items values without ""
  5. R

    How to Copy particular column data

    HI Guru using MS Excel VBO - Get Worksheet as Collection Offset. In startCell give value as "B1".This will not copy data from column 1.
  6. R

    How to manipulate the collection

    Hi Jassi, Give a try like this. "[Collection Column Name] LIKE '%Display Name%'" [Collection Column Name] is the collection column name
  7. R

    Hi Adi, Can you please share Healthcare Related use cases to my emailID sranjit1981@gmail.com...

    Hi Adi, Can you please share Healthcare Related use cases to my emailID sranjit1981@gmail.com. Thanks In advance
  8. R

    Internal : Collection name must have [ and ] around it

    Hi Hema, Try Removing " " from the collection and use only [Output] Thanks
  9. R

    Remove Non- English character ( %, $)

    Step 1 Take Collection as input and loop the collection. Step 2 Utility - String Action:- Remove Non-Word Character Output:- Trimmed Text. Step 3 Use Calc stage Stored the trimmed text in the Original collection or can be new collection. Current Value of collection will display the desired output
  10. R

    Unable to Spy the Window Security Window

    Hi Jassi, Try to use region mode to spy and later use write stage to write data in the fields
  11. R

    Target application could not be identified Error

    Hi Shweta Can you post the screenshot of the Process?
  12. R

    Extract words from a sentence separated by comma

    Hi Blitzerox, Please give below solution a try:- Input Data:- "House, Building, Farm, Office" Step1:- Use Utility - String Action- Remove Non-Word Character Output will be House, Building, Farm, Office Step 2:- Use Utility - String Action:- Split Text The output will be in the collection...
  13. R

    How to extract text in a column field from a collection to another collection

    HI, In addition to your previous steps. Step 3:- Use Loop through the Collection, Use your Output collection Step 4:- BO - Collection - Action:- Add Row To add empty row to final collection Step 5:- Use Calc Stage Replace([Output.Column1], ",", " ") Write to Final Collection
  14. R

    How to Paste clipboard data to Excel

    Hi Nav, We have a similar thread. Please take a look if it helps http://www.rpaforum.net/threads/how-to-paste-an-image-from-clipboard-to-excel-in-a-particular-cell.1810/#post-6011
  15. R

    if condition in expression stage

    HI, Try using the decision stage. Select Function Logic -> Equal(=) and add 2 data item A and B.True it will take "Yes" Path else "No" Path
  16. R

    Zip files in BluePrism

    Hi Shruthi, Please refer below post solution provided by VJR if this help. http://www.rpaforum.net/threads/zip-a-complete-folder-in-blue-prism.1343/#post-4142
  17. R

    Getting internal error for the "Create Instance" stage for every process

    Hi Praveen, Can you delete the existing Excel VBO and try importing it again.
  18. R

    Can't BP will launch an Excel file using Application Modeller?

    Hi Naresh You can launch Excel by using Below VBO Use Utility - Environment -> Start Process
  19. R

    Can we automate Putty application using BluePrism?

    HI KaliRaj We need a combination of Windows, AA, Surface Automation. We need to launch and attach to application modeller and later user Region mode to spy. Depends on which spy mode you are able to use.
Top