Recent content by JamesACA

  1. J

    Login Agent - Does it kill automate.exe?

    Great thanks for this advice, I will follow up with the changes and see if it helps!
  2. J

    Login Agent - Does it kill automate.exe?

    Hello everyone, I've recently gotten into a new role for a company that uses the Blue Prism Login Agent. I did read the guides to understand how it works, however I still have some questions. Context: We have a process. let's call it DumbSchedule process, that must run continuously all day so...
  3. J

    How to save a collection as a .csv

    Thanks a lot worked wonderfully! Created a CSV with a comma as a delimiter! I attached a screenshot of the code for future viewers, and I also have included two links below for other file formats you can use and how the Workbook.SaveAs method works! Workbook.SaveAs FileFormats
  4. J

    Error while writing a collection to CSV

    what happens when you try to open the newly created CSV yourself through notepad or excel?
  5. J

    How to save a collection as a .csv

    Hello, I was wondering if anyone knows how I can save a collection as a .csv with an encoding of UTF-8. I tried using the excel save as function and saving it as a .csv instead of .xlsx but it did not work, and the Append to Text File through the Utility - File Management does not allow for a...
  6. J

    Java: How to Close Window using JAB

    I used Send Global Command keys and sent an Alt-F4 to close the window. It wasn't the best solution as it would just close any active window, so if the wrong window is opened it will close it. I would look into nickbell's option
  7. J

    Java: How to Close Window using JAB

    Hello, I am having issues within Blue Prism to close a window within Java. I cannot identify the "X" or close button itself. Only all three options to minimize, maximize, and close get identified as a group and it gets identified as a toolbar. When I have the window identified as an element...
Top