Search results

  1. G

    How to copy single column from excel to clipboard ?

    Hi guys, I have an excel sheet which has multiple columns named col1, col2, col3. I want to copy only the col1 into clipboard and then paste it to target application from clipboard. There are two ways I can think of to achieve this: First write that column value to another excel sheet then use...
  2. G

    Web service document help.

    Hi guys, Hope everyone is doing good. I am trying to learn how to create and consume a web service in Blue Prism. In this I am trying to add a web service as a BO using external web service functionality and I am able to add the web service successfully, but the problem is that it won't show...
  3. G

    How to deal with pages opening in new Tabs?

    Hi Guys, I am working on Web automation in which whenever I click on the link it opens in a new tab. I checked it is due to the HTML code, whenever I try to look for an element Blue prism throws an error. How do I tell Blue Prism to look for the elements in new tab? Also how to do the same if...
  4. G

    Surface automation: Blue Prism cannot recognise Fonts.

    Hi all, I am trying to read text from a region using "Recognise text" action, I have turned off "font smoothing" but Blue Prism won't recognise the font. I have tried to manually identify the fonts but the size and font combinations are too many. Please suggest a solution, in case I need to...
  5. G

    Could not find resource PC under resources?

    Hi, I have a resource pool which has mutiple resource PCs and some of the PCs are not visible, not busy or running. What could be the cause and how to fix this? Also what if the resource PC does not reflect anything under status in session management.
  6. G

    How to select a product(e-retail) element using dynamic attributes?

    Hi all, Hope you are doing great. I am trying to automate an e-retail website using dynamic attributes by making the HTML path as dynamic. I have a data item that contains the product name and I wish to loop through each element on the website containing the product name until there's a match...
  7. G

    Process run mode.

    Hi all, I have a process p1 in which I am calling another process p2 in which I am again calling P3 process. The run mode of p1 is foreground, p2 is exclusive and p3 is a background process. Now what will happen if I try to run mutiple instances of p1?
  8. G

    Decision stage: Please read description.

    Hello everyone, Hope you are all doing good. I have working on a problem where I have to mark exceptions for particular cases in the queue. The queue collection have fields Serial no, Name. I am using decision to stage to check if a particular name exists in the queue, if so then mark it as an...
  9. G

    Solved How to set tags for work queues with too many fields?

    Hi everyone, Hope you guys are doing good. So I was watching this video: on how to use tags and tag filters. And there's a step where he adds the individual items to queues by using loop, instead of adding them together in one go. Now for that he had to define the collection fields in his...
  10. G

    Solved how to join two collections?

    Hi, I am working with Email POP/SMTP VBO and want to fetch the messages and store it in excel report. I am using two collections one that stores only email address, message id, from name and date sent, the other is used to store the body of the mail using message id of the first collection. Now...
  11. G

    Solved Error: net_io_connectionclosed in Email VBO

    Hi, I am trying to send an excel file as an attachment using Email VBO, but I am getting this error(below snapshot). All the collections are getting populated, my guess is it related to something syntactic. Please advise.
  12. G

    How to use single row feature?

    Problem: I am trying to get single rows from a collection whose fields are defined at the runtime, but the single row feature is not enabled until I define the collection fields. Exercise: Currency conversion using workqueue. Assumption: Excel file have huge no of fields and I only need to...
  13. G

    Solved Student grade exercise: Data from excel is of text type while in choice I need to compare it to number type.

    Hi everyone, I am fairly new to Blue prism. I want to grade students based on their percentages, I am pulling the data from excel storing it in a collection and passing the collection's percentage field as input to the choice criterion, wherein I would compare the percentage with the range of...
Top