blue prim

  1. P

    Folder movement

    Hello guys, I want to execute below task in blue prism I have 2 folders IN OUT Inside IN i have 1 sub folder. I want to move this sub folder into OUT folder.. I used below approch but, stuck in between I used get Folders action of Utility - File mngment.. Copied the folder name into...
  2. C

    Solved Can I format an email that "iterates" through a collection?

    Hello, I'm currently working on a process that reads in a series of virtual machines from an excel sheet, finds their respective states, and stores them together into a collection (Excel Bot Names). My goal is to send out an email displaying each machine's name and it's respective state, so...
  3. L

    Renaming multiple file names in the data collection stored in Current values but not in the Initial Values.

    Does anyone know how i will be able to trim down a file name, let's say i want cut this files - PSS_5_ITEM_O_02052019_0705 to this file name PSS_5_ITEM_O. I just want to discard the last 13 digits. - PSS_5_SUPPLIER_O_02052019_0705 to this file name PSS_5_INVENTORY_O. Again discarding the...
  4. D

    Saving Emails and Attachments to Unique Folders

    Hello I am trying to create a process that completes the following steps Reads outlook for emails and extracts emails with Email Body Saves the Body of the email and the attachments to a unique folder I am having trouble working out how I can create 1 folder for 1 email and download all...
  5. S

    How to Remove Duplicate values in a Queue

    Hi, After adding the data into Queue, How to delete the duplicate values in that Queue. Example:If we have sames value in 3 times i want to delete 2 values. Please help me its urgent.
  6. F

    Solved [MS Word VBO] Insert Image to Word page

    Hello, I need to insert an image to a word file. First I have wrote the macro in VBA to insert image to a specific page in a word file Sub InsertImage() Dim PicPath As String Dim aShape As Shape PicPath = "C:\Users\f04959c\Desktop\Capture.PNG"...
  7. H

    Calling object from another object

    Hi , obj A it called once from the process, im tryting to call obj A from another obj B which is works, but all the application modelling is returning in no elements match the supplied query terms, any idea how to solve it . Thanks
  8. S

    Format Time Span

    How can I format a Time Span? For example: Time Span = 0:00:09:18 I want = 9:18 Thanks, Mark
  9. S

    Json to collection out of memory exception

    Hi , Any one encountered out of memory exception while loading the Json to collection skipping array
  10. I

    Needing Help with Choice Stage

    Hi all, A bit of a random one but I need a bit of help with a Choice Stage should hopefully be a simple one. I need essentially to have 3 choices: Choice 1 = Value 1 Choice 2 = Value 2 Choice = Any other Value that is not 1 or 2 I've tried using the OR and Not Equal expressions but they are...
  11. M

    collection manupulation Extended

    Hi, Any Idea why we get Column 'Severity' does not belong to table Input_Collection while doing "Get Row index for multiple values"
  12. A

    Cant Perform Action on Spyed Elements.

    Hi Everyone, First of I would like to thank the Community members for having such a great Forum for RPA(Found some helpful solutions here). I am having a issue with Blue prism when Automating a web application in Google Chrome. I cannot perform a Mouse click action on a Spyed element, the...
  13. A

    What are the innovative ways we can use RPA technology in real world or organizations except automating UI and applications?

    I am quite new to this technology and I have learnt the basis of RPA using BluePrism Tool. But I wanna utilize this knowledge to build some innovative products and utilize this technology in a very unique and innovative way. I am quite new to this world so I can't think something unique as of...
  14. 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...
  15. J

    Spy (Windows Security) login prompt in Windows 10

    Good day everyone! I just want to ask how to spy Windows Security Login prompt in Windows 10 in Application Modeler. What mode should I use?
  16. M

    Set Session Variable From Another Process

    I have a process which will keep on running until a session variable is changed from False to True. Is it possible for another process to set this variable? So the original process will run for an hour then the other process starts, passes in the variable and the original one stops?
  17. M

    Unable to attach to Internet Explorer Error Window

    Hi Everyone, When I am trying to attach to Internet Explorer Error Window I am getting the following error. "Target Application Could not be Identified". In the attach stage I have provided Process Name as iexplore ,window Title *Internet Explorer* and child count I tried with 0 and 1. Please...
  18. S

    Excel functions in blue prism

    How can we apply excel functions through Blue Prism??
  19. S

    navvigate to excel cell dynamically using blue prism

    Hi, I need to get a particular cell value from an excel sheet. I can not pass the cell address directly as it may vary from sheet to sheet. But the cell is always the bottom right cell, and has a complete blank row and column around it. Can you give any ideas how to reach that cell and get the...
  20. S

    excel cell value conversion

    How can I convert text data to decimal in blue prism? as I have to compare the data received from a cell in excel file to the decimal number '1'. what process should I follow?
Top