Search results

  1. J

    Avoiding Duplication in Queue While Creating Queue From Collection

    https://blueprism.training/blog/queues/preventing-duplicate-items-queue/ Try this above link. Hope it will resolve your issue.
  2. J

    Need help to read the PDF data using chrome browser and region mode

    use scale property and set to 12
  3. J

    FormatDate function requires 2 arguments of types: (date,text)

    Thanks this solution worked for me
  4. J

    API for integration

    Any luck Pallavi if work for you please guide me. thanks
  5. J

    Conversion of VB macro

    any luck for this?
  6. J

    Business user trigger blue prism scheduler

    Does any one has sample script or code to trigger this schedule from user machine?
  7. J

    MS Excel VBO - Run Macro with ParamArray

    did you have converted macro into RPA/ Blue prism solution? Can you please guide me what exactly this was for your case? I am working on similar project. Thanks, Jigi Patel
  8. J

    Conversion of VB macro

    Hi, We have a proposal for VB macro conversion to RPA solution. Currently VB macro reads data and metadata from Sharepoint(2010). in future plan to replace Sharepoint 2010 to online Sharepoint. Is it feasible to convert VB/Excel Macro into RPA solution using Blue Prism? Please guide on this...
  9. J

    Bot completion check

    I think you trying to maintain load-balancing. Which ever server/bot is free, it will start execution of Process A and once it's over there is should be some mechanism to pass completion status to Process B which runs on different server.
  10. J

    Business user trigger blue prism scheduler

    Hi, We have a requirement here for adhoc trigger for bot/process. How can business person trigger/execute bot process? thanks Jigi Patel
  11. J

    How to spy the windows application table value

    Any idea please?
  12. J

    How to spy the windows application table value

    I'm also in same situation. Windoes application and all data showing in one pane I need all these values in oe collection. Like what we normally spy in html mode and get table into collection. Please help needed in urgent
  13. J

    Scroll down into MS Access form

    navigation stage....send global send keys "{PGDN}" working for me. Same thing "{PGUP}" working now.
  14. J

    Prefilled textbox- write not working

    Hi , I have one field name called WorkPackagenumber. It start/prefilled with WP ___-___-___-___ on screen load in MSACCESS form. 'WP' is initial two characters followed by 12 digits as you can see. So when lets say I want to write as WP 991-990-991-990 is not working. how to fix this issue...
  15. J

    Popup windows unable to Spy

    make sure child index 0
  16. J

    Popup windows unable to Spy

    I have the same issue but different url. After re-attach....there is no html mode available in Application modeller and element spied during design time it's no more reference/means not able to found. What could be the issue? Thanks, Jigi
  17. J

    Scroll down into MS Access form

    Hi, I have tried global send keys option with pgdown and also try with down arrow, scrolling into MS Access form not working for me. Can you please guide what could be wrong? Or suggest if there is another way to scroll down into msaccess form. Thanks Jigi
  18. J

    [Question]How to scroll down the webpage

    Use global send keys. Try with down arrow or pgdown there
  19. J

    Collection Manipulation

    Is this solved? I am getting error in Set field stage. I am facing "Internal error: Index out of range"
  20. J

    How to read xml and store/process data as collection into blue prism?

    The attached xml file has only one set of record. There are might be 800 other records in real time per day. I want to read first whole record as collection based on given xml. how you will store into collection? If I have to read particular value from that records, I am fine but I need to store...
Top