Recent content by joso33

  1. J

    Solved Calculate 6 months from today

    Solved it with a codeblock. Solution below for future visitors. Input: N/A Output: Date (as Date Type) (-6) means how many months you want to subtract. C#
  2. J

    Solved Calculate 6 months from today

    Hello Does anyone has a good calculation to get the date 6 months from today?
  3. J

    Reading data from an HTML table in Googel Chrome

    Set Element Type as "Table (Web)"
  4. J

    Last Date of the Month

    This doesn't seem to work in 6.5+ any tips how to make it work?
  5. J

    Using BluePrism for doing tasks through VNC Viewer/Remote Desktop Connection

    Do you mean running BP on a virtual computer i.e VDI? If yes that's how most companies uses RPA.
  6. J

    Start powershell script through code block

    Hi I'm trying to start a powershell script i made (change input language in Win10). I'm pretty novice on c#
  7. J

    How to delete all the data from queue, when it is in locked state.

    Remember to select them one by one, otherwise unlock is grayed out.
  8. J

    Calculate days past

    Thank you, will try that.
  9. J

    Calculate days past

    Haha almost figured that. Basically I need my process to do 1 thing if it's 14 days or less from a static date. Or do another if it's greater than 14 days. Hope that make more sense :)
  10. J

    Calculate days past

    Hello Is there a way to Blue Prism to decide if certain amount of days past it will do one thing and if its greater it will do another? i.e It lesser than 14 days it will do A but if its greater than 14 it will do B? Let me know if that's to cryptic :)
  11. J

    Reading Table from web

    Hello I'm working with a web system that handles incoming claims from vendors. I'm trying to read the data from the table in order to build up my work queue but I would like to get multi columns. When storing into a collection I'm only getting 1 column och loads of blank spaces. Any tips...
  12. J

    Navigation - Launch loses input

    Hello I send two URL from my Process to my Launch object depending which environment I wish to launch (AT or Prod). However when I run the process the inputs get blank (no inputs at all), however the URL input get pushed to the data Item on object page. Any clues what causes this? Seems to...
Top