<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Exporting work queue into a collection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87446#M38156</link>
    <description>FWIW - There's an action on the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/queue-reports" target="_blank" rel="noopener"&gt;Queue Reports VBO&lt;/A&gt;&amp;nbsp;called &lt;EM&gt;&lt;STRONG&gt;Get Data for Items&lt;/STRONG&gt;&lt;/EM&gt;. Just pass in a Collection of the queue work items you're interested in, and it will return a Collection containing the data.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Dec 2022 01:25:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-12-09T01:25:00Z</dc:date>
    <item>
      <title>Exporting work queue into a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87439#M38149</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a work queue in a process that runs once a month. I load 30-40 rows from an excel file to create an item for each row in the excel file. The bot then processes each item and marks them as completed/exception. The process then ends gracefully.&lt;BR /&gt;&lt;BR /&gt;Currently, after the process is complete, I manually export the queue report as an excel file, filter for the date I want (which is the day the process is ran), delete 6-7 columns (item ID and other technical Blue Prism columns) and send the formatted excel to our stakeholder for analysis.&lt;BR /&gt;&lt;BR /&gt;I was thinking of creating a Blue prism process to do this and read about the Queue VBO in which we can use the action "Get Report Data" after passing the queue name, one of the 4 datetime parameters and one of the flags.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My issue is that the output of this action is just&amp;nbsp; a collection of item IDs, but not the actual queue data itself.&lt;BR /&gt;&lt;BR /&gt;How can I get that same exported excel dump using this or any other VBO in Blue Prism?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Arjun&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arjun Gupta&lt;BR /&gt;Associate Process Automation Developer&lt;BR /&gt;UL LLC&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2022 20:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87439#M38149</guid>
      <dc:creator>arjun.guptaUL</dc:creator>
      <dc:date>2022-01-26T20:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exporting work queue into a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87440#M38150</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;You can use the 'Get Item Data' action, which is in the Work Queues Object, the same one in which you used the 'Get Report Data', it uses the Ids that are returned as input, and returns you all the information regarding the item Id that you passed.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lucas Humberto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2022 21:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87440#M38150</guid>
      <dc:creator>LucasSilva</dc:creator>
      <dc:date>2022-01-26T21:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exporting work queue into a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87441#M38151</link>
      <description>Hi Arjun,&lt;BR /&gt;&lt;BR /&gt;All data required for the report should be available within the process while running. So you might as well have the process create the report for you as it runs. You either write to an Excel after reading each WorkQ entry or you write to the Excel after the process has finished each item.&lt;BR /&gt;&lt;BR /&gt;If I would hazard a guess, I would assume this way of working is standard in most BP shops...&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2022 08:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87441#M38151</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-01-28T08:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exporting work queue into a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87442#M38152</link>
      <description>Hi Arjun,&lt;BR /&gt;&lt;BR /&gt;For MI Reporting, we have created a lot of reporting process in past. The best way to do this is by using the 'Get Report Data' and 'Get Item Data' as pointed out before. However, here one thing I would add is that if you are using just one queue, reporting is fairly easy as you can sync every item data against the respective item ID. &lt;BR /&gt;&lt;BR /&gt;However, if you are using multiple work queues then I would suggest to have a Item Key also in place which can help you to sync the correct data from both queues for any given item ID. For your reference, just find a sample workflow which can give you both Item ID's and also the Item Data. You can create further logics to combine both of them or write the same in some excel file.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="11918.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12090i80251147AE758B2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="11918.png" alt="11918.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2022 08:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87442#M38152</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-01-28T08:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exporting work queue into a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87443#M38153</link>
      <description>Hi Devneet,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please share the inputs for the Get Report data. I'm getting an error&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Internal : Error retrieving data: Cannot get value as UTC DateTime when type is number&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I need to retrieve data of the queue from 28/11/2022 to 2/12/2022. Not sure how to give the dates as inputs.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="11919.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/12086i87583344192FEB8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="11919.png" alt="11919.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Thanks &amp;amp; Regards,&lt;BR /&gt;Bhargava&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bhargava M R RPA Engineer&lt;BR /&gt;Associate Software Engineer&lt;BR /&gt;Mphasis&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Dec 2022 15:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87443#M38153</guid>
      <dc:creator>BhargavaM_R</dc:creator>
      <dc:date>2022-12-08T15:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exporting work queue into a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87444#M38154</link>
      <description>Hello @Bhargava&amp;nbsp;M R,&lt;BR /&gt;&lt;BR /&gt;Please check the format of datetime which you are passing while retrieving the data from queue.&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;Now() gives back UTC time, LocalTime() gives back local time&lt;/SPAN&gt;​&lt;BR /&gt;&lt;BR /&gt;You need to make datetime variable and pass into date attributes.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Try out once by passing the value manually and accordingly you can make it dynamically .&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shikhar Mishra &lt;BR /&gt;RPA Lead&lt;BR /&gt;Infosys&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Dec 2022 16:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87444#M38154</guid>
      <dc:creator>Rambo27</dc:creator>
      <dc:date>2022-12-08T16:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exporting work queue into a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87445#M38155</link>
      <description>Thank you Shikhar:)&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bhargava M R RPA Engineer&lt;BR /&gt;Associate Software Engineer&lt;BR /&gt;Mphasis&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Dec 2022 17:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87445#M38155</guid>
      <dc:creator>BhargavaM_R</dc:creator>
      <dc:date>2022-12-08T17:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exporting work queue into a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87446#M38156</link>
      <description>FWIW - There's an action on the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/queue-reports" target="_blank" rel="noopener"&gt;Queue Reports VBO&lt;/A&gt;&amp;nbsp;called &lt;EM&gt;&lt;STRONG&gt;Get Data for Items&lt;/STRONG&gt;&lt;/EM&gt;. Just pass in a Collection of the queue work items you're interested in, and it will return a Collection containing the data.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Dec 2022 01:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exporting-work-queue-into-a-collection/m-p/87446#M38156</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-12-09T01:25:00Z</dc:date>
    </item>
  </channel>
</rss>

