Search results

  1. S

    Solved Failed to paste from clipboard: PasteSpecial method of Range class failed.

    @Dhwani24 You should try using the split lines / split text from Utility - Strings internal object. Apologies for the delayed response.
  2. S

    How to get a value from collection variable column?

    Use Read Collection Field from Utility - Collection Manipulation with Row Index as Data Item.
  3. S

    Random pop-up handling Blue Prism

    Hello, I have an interesting topic to workout! Are you ready to chase it? I know you're curious! I have a case where the bot running on a VM, the bot is getting stopped because of the random windows pop ups like low disk storage, Are you primary user of this computer?, java update popup etc...
  4. S

    Spy setting on IE

    Use Win32 Mode
  5. S

    How to extract text in a column field from a collection to another collection

    I'm haven't worked with this kind earlier. But, I can give you a brief idea. Use split lines followed by split text. Let me if it is helpful!
  6. S

    Solved Failed to paste from clipboard: PasteSpecial method of Range class failed.

    I meant pasting(apologies), I copied the table data and then used split lines and split text to get into an appropriate form of collection. Thanks, for responding. :)
  7. S

    Excel Query

    Use copy and paste worksheet range page in excel vbo
  8. S

    Solved Failed to paste from clipboard: PasteSpecial method of Range class failed.

    Hi Everyone, I was trying to copy the data from a window(tabular form is getting copied as text) into excel. But, the data isn't copying. I tried to get that into a collection with GetClipboard(), pops compatibility trouble here(cannot convert text). What is the flow to solve this? Thanks!
  9. S

    How to handle dynamic DIV values ?

    Spied the elements in Outlook, gave the dynamic attribute to the choose the folder name. Its perfectly working in object studio, but not when passing value from process studio.
  10. S

    How to handle dynamic DIV values ?

    "In different case/scenario" I have referenced that dynamic value with an data item. Now, If I send that data item from process studio, it is throwing an error(Unable to find the active accessibility element), How to solve this ? Thanks
Top