Search results

  1. S

    Tesseract in Code Module

    I want to the use the Tesseract DLL in a code module. I have the path defined in the Code Options and but I keep getting "Could not load file or assembly". Is there a way to use the Tesseract DLL directly in a code module? Thanks,Mark
  2. 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
  3. S

    Create Excel File (Format Column Width)

    Hello all! Here is my situation...I've created an Excel Spreadsheet and I load a collection using the "Write Collection". Either before that or after that I need to be able to set the column widths. I can do it before...if I knew how? Or after using AutoFit...if I knew how? Any ideas...
  4. S

    Kill Process

    If to bots are using the same application (Mainframe) and one bot gets hung up for some reason...if the bot that is hung kills the mainframe application does that also kill the same application for the bot that is running? For example: Bot A = Running a Mainframe Application (Extra!) Bot B =...
  5. S

    Import CSV - Double Quotes

    So when I import a CSV File, into Excel...it puts Double Quotes around everything...how can I just import the CSV File as is? Thanks, Mark
  6. S

    Clear Tags?

    If I set the Tag to say "HOLD", but later I want to remove that Tag to "" or back to nothing...how can I remove a tag that in the queue that was previously set to "HOLD"? Thanks, Mark
  7. S

    Filter Queue by Priority

    Is there a way to filter the queue by Priority? I want to get all items with a Priority of 5 lets say, but the "Get Pending Items" doesn't allow you a way to do that. So is there a Action or a way to filter the queue by Priority? Thanks, Mark
  8. S

    Join Two Collections

    Has anyone ever used this (see screen shot)...I want to join two collections together, but I'm not sure how to fill out the inputs. I have a collection with Record ID's and a second collection with Record ID's and I want to join them together. Collection 1 is single rows, but Collection 2 is...
  9. S

    Blue Prism - Trim Function not working for one field

    This is a strange one...I have a Trim Function on all my fields of data that I'm stripping off a report, but one field doesn't seem to be removing my spaces? Any idea why...please see attached screen shot. Thanks, Mark
  10. S

    Launch Error Attachmate (EXTRA!)

    So I have two remote servers that I'm working on with Blue Prism...one server works fine for launching Attachmate Extra! Mainframe application, but the other server using the same Object throws an error (see attached). I've also attached the setup screen...and again I want to say that it works...
  11. S

    Process Speed

    Quick question... So in the Studio Design you can set the speed of the process when testing and debugging a process. My question is if you set it to the fastest speed...is that the same speed it will run at in Production when I release it to run without intervention? Because I'm trying to gauge...
  12. S

    Time Difference

    How can I get the time difference between two times. If I have a calculation that sets the start time and a calculation that sets the end time...how I can get how long it took to run? Difference between the Start Time and the End Time? Thanks, Mark
  13. S

    Send / Press Enter

    How do I send the command to press enter? Thanks, Mark
  14. S

    Start from a Certain Page

    This seems like a silly question, but why does Blue Prism always start from the Main Page? If I have a process that grabs a bunch of data and puts it into a Collection, and I want to work on that collection on a different page why can't I start my process from that page? No instead I need to...
  15. S

    Remove Row from Collection - Where Clause

    So I have a collection of Record ID's that I need to remove from another collection. I want to loop through the Record ID's and then remove that Record ID from the other collection. For example: Loop Record ID's 1 Remove Row from Account Collection where Record ID = 1 2 Remove Row from Account...
  16. S

    Read Lines From File

    So I want to read the lines from a file and place them into a Collection, but I'm confused on the "End Line" Input...why do I need to put a number? I want it to read the entire file until it gets to the end. I currently have Start Line = 0 and End Line = 9999999999 But I'm confused as to why I...
  17. S

    Loop Through Columns in Data Collection (without using column name)

    I'm new to Blue Prism and I'm curious about something... Is there a way to loop through each row in a Data Collection and then loop through each of the columns in that row without using the column name? For example: You have loops for going through the data collection, but then you have to look...
Top