Recent content by hamzakhan

  1. H

    dB Exporter agent on BP App server

    The dB exporter will be a 3rd party agent.
  2. H

    dB Exporter agent on BP App server

    Hi team, I have a general question. It is possible to have an agent running on the BP app server (dB Exporter) which can query the dB server? can it piggy-back on the connection which App server has with the dB server? Thanks,
  3. H

    Chrome Reading "Web Value" from Blue Prism

    I Guys, I am trying to read the "Get Value" when doing READ action but the Output is coming up as Empty. I was able to Read the "Web Class" fine. Spy Mode: Browser Mode (Chrome) Selected (In App Modeller): Web Name; Web Element Type; Web Class in the Application Modeler the Web Value Field...
  4. H

    Multiple dots when reading Number as Text - Reading using OCR

    Hi, When Spying on Region Mode and reading Total Value using OCR, sometimes the output has 2 dots Example 1 = 12,.400.55 Example 2 = 1,.200.99 My Final output is after removing "," Final 1 = 12.400.55 Final 2 = 1.200.99 issue: Unable to Cast text into the Number Can anyone tell me how to...
  5. H

    Trim whole column in a Collection

    Hi Team, I have a collection which reads from Excel Order Number abc <space> xyz 123 <space> 456 There are usually spaces after the Order which is causing issue. Is there a way i can remove the End spaces in one go? NOTE: The collections only has 1 Column Thanks,
  6. H

    Trigger a Schedule via .bat file.

    Hi team, I'm trying to trigger a Scedule via .Bat file. Could any advice on what the comments would be of the command line? I have already read about Process trigger via .bat.
  7. H

    Hi Tgundhus, I am looking for examples on triggering a process/schedule via email and in one of...

    Hi Tgundhus, I am looking for examples on triggering a process/schedule via email and in one of your post you mentioned you have a video related to this? Possible if you could share? hsiddiq@gmail.com
  8. H

    Solved How to start blue prism process from CONTROL-M or command line???

    Hi, What would the command be if you want to run a schedule via command line?
  9. H

    Solved Procedute to take a Print screen & Store in Data Item Using Blue Prism

    Hi VJR, your ScreenCapture code works like a charm. 1 Quesiton, I have multiple I.E Windows open and want to only Capture the screenshot of the Window Title e.g "Customer Details - Internet Explorer". so intead of capturing multiple I.E ScreenCapture, is there a way to give input of the...
  10. H

    Reading Collection Manipulation - WordWordWord

    Hi Team, I have a dropdown menu list which has default action already selected but is different every time. I need to Read the dropdown Menu Options as a collection. Currently the Value comes up as WordWordWord Eg: ValidateRejectCancel Is there a way to have these in a collection sorted so I...
  11. H

    Collection filter by Date

    Thanks Gil.Silva. Worked :)
  12. H

    Collection filter by Date

    Minor Correction (Col also display am or pm) Col1 (text) = 6/07/2019 17:03 pm
  13. H

    Collection filter by Date

    Hi Gurus, I currently have a collection ~2000 Rows. there is Col1 (text) = 6/07/2019 17:03. Now I need to filter out all ROWS from the collection where the dates has PAST (i.e Past dates) my excel formula was simple "=IF(Col1<NOW(), "Past","Still Time") = only need PAST" If anyone can help...
  14. H

    Extracting Regex pattern

    Hi, I have a Text value Space (0-100) space " (text)Value= (45) I want to be able to cast it into a number to start my loop ? Any ideas who can this be done?
Top