Recent content by Dhwani24

  1. D

    Pull completed Tags

    Thanks @Pete_L . It takes time when there are 1000 tags going and collected through loop so for better solution, I was looking for a solution to get tags at one go.
  2. D

    Pull completed Tags

    Thanks @ShubhamJangam I checked with Queue Reports Object and tried to pull completed jobs with Tags. It does pull data but not tags. Is there any other option to get tags?
  3. D

    Pull completed Tags

    Hi, I have a use case where I want to pull Tag's for all completed items. I have set work queue action stage and I pulled completed items. This stage only provides me completed Item IDs. For getting tags given to all ID's, I need to use loop. Sometimes, there are 1000 item id and process takes...
  4. D

    BluePrism- Advance Filter

    Hi, I want to filter/split collection into 2. I want to filter down with below formula: "Column7 = "StartsWith([Subject.Column7], "ST") OR StartsWith([Subject.Column7], "KB")"" From collection, I want to filter it first from above formula and copy into other collection. Else, I can split...
  5. D

    BluePrism- Advance Filter

    Hi, I want to filter/split collection into 2. I want to filter down with below formula: "Column7 = "StartsWith([Subject.Column7], "ST") OR StartsWith([Subject.Column7], "KB")"" From collection, I want to filter it first from above formula and copy into other collection. Else, I can split...
  6. D

    TAG Filter on work queue

    @VJR Is it compulsory to collect all tags assigned before we want to pull completed jobs with tags? I have list of 100 tags which could be assigned so it is difficult to add all 100 tags into tag filter. Is there a better solution for this?
  7. D

    Eastern Time Conversion in WorkQueue Get completed Data

    Hello, I have 2 use cases which has to do with Eastern Time. These are as follows: 1) Converting time to Eastern Time so that based on time, I can assign a job or mark as defer until pre-decided time. 2) Getting completed data times from work queue (Get completed items) object based on last...
  8. D

    Assign ID to a Person

    In work queue, I am storing total 12 columns which has information related to Task number, subject, creator's name, status, date/time created, record type, etc. Based on this, after doing calculations discussed in first thread, I need to assign to respective person. After assigning it, I also...
  9. D

    Assign ID to a Person

    Thanks @sahil_raina_91 for your response. Can it be read through work queue? Because I also need to count the number of tasks assigned to specific individual and there is some limit there as well.
  10. D

    Assign ID to a Person

    Hi, I am working on a project where I need to assign tasks from collection to different person. This looks like: In Process studio, I collected above tasks number in collection and added to work queue. Now problem here is that I need to assign this tasks to persons given in column "From"...
  11. D

    How to copy collection?

    Thanks gil.silva. I tried that but excel column is not fit for data and word reads data as ######. I tried to do autofit but bad luck. Could you please guide on it?
  12. D

    How to paste urls in blue prism from excel/collection in browser?

    Hi, I have a collection of data which contains URLs. I want to extract few data from each URL. How can I do that? I tried with navigating to URL box in IE then pasting URL from collection but it throws error. Please guide. Thanks
  13. D

    How to use Substitute function in blue prism?

    Hi, I want to replace the spaces with string "_" in multiple rows of a collection. Blue Prism allows to do so with replace function for first row only. How can it be done for multiple rows?
  14. D

    How to copy collection?

    Hi, I want to copy collection in word. After creating document, I am unable to copy collection. Also want to add collection as table of 10×10 and then few text of first row. How should it be done?
Top