Recent content by mcandrewe

  1. M

    Blueprism To Create Validation Drop Down List In Excel

    Excellent thanks a lot for your help
  2. M

    Blueprism To Create Validation Drop Down List In Excel

    I have a Code stage running the following: GetInstance(handle).Activecell.Validation.Add (Type:=xlValidateList, AlertStyle:=xlValidAlertStop,Formula1:=("Yes,No")) This is producing the following error: Page: Input Validation List Stage: Input Validation List Type: Error Action: Validate...
  3. M

    How to get files in all sub directories?

    Hi, I have a root folder with multiple sub folders and those sub folders could have more sub folders and so on and so forth. I want to run an action and pass it the base folder and get all files that are contained in there (Even in sub folders). The Get files action only gets the files at the...
  4. M

    Blueprism To Run Database Package

    Figured it out almost instantly, apologies. The Execute action in the Data - OLEDB VBO can accommodate this
  5. M

    Blueprism To Run Database Package

    Hi, I have a package on the database which requires a stub such as declare ln_ret number; begin ln_ret := pkg_rpa.DOC_UPLOAD ( 'Y', 'SL004963', 'BOT Test'); dbms_output.put_line('ln_ret=' || t.t (ln_ret)); end; This will insert a record into a table using these values I...
  6. M

    Double Quotes In Command Line And Blueprism

    I am trying to use Nitro PDF reader via the command line from Blueprism. Information here: https://kb.gonitro.com/knowledgebase/#/search/command/000004309 "Combine PDF Files Nitro Pro: NitroPDF.exe /m E.g.: C:\Program Files\Nitro\Pro\12>NitroPDF.exe /m C:\Users\amanenti\Desktop\test.pdf...
  7. M

    Combine Multiple Word Documents

    I have a Blueprism process which will generate a word file with a table of information. Each item will generate a new file. I want my process to combine each file into a combined file. Currently my process will copy the data from the individual file, but overwrites all of the data in the...
  8. M

    Unable to run process in control room

    If this is solved can you please post the solution?
  9. M

    Kill Process Not Working

    Yes, I have tried just running that stage on it's own as well
  10. M

    Kill Process Not Working

    There's nothing else on the screen of note though is there? In terms of task manager there's about 4 instances running, only difference being they are listed as iexplore.exe
  11. M

    Kill Process Not Working

    I can't upload a photo for some reason (Assuming it's our security settings) My input is "iexplore"
  12. M

    Kill Process Not Working

    Not for me?
  13. M

    Kill Process Not Working

    Hi, I am using the Kill Process in Utility Environment to kill iexplore. However, it doesn't seem to be doing anything? The process just moves on but doesn't close the application? I am using iexplore as the input value
  14. M

    MS Word VBO Close An Instance

    If you use CTRL ALT DEL can you see a Word process running? You need to have Blueprism kill this when finished with the file.
  15. M

    Identifying Elements On Webpage

    But can you please explain to me why the application modeler can't identify any element in any other mode? The page does change with ads/popups etc.
Top