<?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 Internal Error Get Next Item in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Internal-Error-Get-Next-Item/m-p/68815#M21420</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the action "Get Next Item" sometimes I'm getting the following&lt;/SPAN&gt;&amp;nbsp;internal exception "The collection has no current row". There are items in the queue and items have data.&lt;BR /&gt;Any ideas about this issue?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Joana Rebelo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 24 Apr 2020 18:41:00 GMT</pubDate>
    <dc:creator>JoanaRebelo</dc:creator>
    <dc:date>2020-04-24T18:41:00Z</dc:date>
    <item>
      <title>Internal Error Get Next Item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Error-Get-Next-Item/m-p/68815#M21420</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the action "Get Next Item" sometimes I'm getting the following&lt;/SPAN&gt;&amp;nbsp;internal exception "The collection has no current row". There are items in the queue and items have data.&lt;BR /&gt;Any ideas about this issue?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Joana Rebelo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2020 18:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Error-Get-Next-Item/m-p/68815#M21420</guid>
      <dc:creator>JoanaRebelo</dc:creator>
      <dc:date>2020-04-24T18:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Internal Error Get Next Item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Error-Get-Next-Item/m-p/68816#M21421</link>
      <description>Hi Joana,&lt;BR /&gt;Thanks for posting,&lt;BR /&gt;The internal error which you have described could have some reasons looking at the information in the query raised:&lt;BR /&gt;&lt;BR /&gt;-check if there is any filter you have applied in get next item action stage.and work queue are not picking up that particular case and adding to collection.&lt;BR /&gt;-how are you manipulating collection i.e "Collection" Business Object or&amp;nbsp; "Collection Manipulation",with "add row" action of "collection" VBO we need to keep one empty initial row with field names,&amp;nbsp;&lt;BR /&gt;-If you are facing this problem when you use different data sets ,check in the incoming data if field labels are same in every data set.&lt;BR /&gt;&lt;BR /&gt;Also ,If you can describe in few more steps in reverse about process,may be we can inch more towards resolution.&lt;BR /&gt;&lt;BR /&gt;regards&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Gaurav&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gaurav Dhiman&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Apr 2020 03:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Error-Get-Next-Item/m-p/68816#M21421</guid>
      <dc:creator>GauravDhiman</dc:creator>
      <dc:date>2020-04-25T03:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Internal Error Get Next Item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Error-Get-Next-Item/m-p/68817#M21422</link>
      <description>Get Next Item action should not be throwing an error when applied to a queue.&amp;nbsp; it will return a blank item id.&amp;nbsp; Get Next Item is specific to Work Queues not Collections.&lt;BR /&gt;&lt;BR /&gt;Use Loop to iterate with collections.&lt;BR /&gt;&lt;BR /&gt;kindly copy and paste your definition of your Get Next Item in your post.&amp;nbsp; maybe I can find out the issue&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amador Yranon&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Apr 2020 17:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Error-Get-Next-Item/m-p/68817#M21422</guid>
      <dc:creator>AmadorYranon</dc:creator>
      <dc:date>2020-04-25T17:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Internal Error Get Next Item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Error-Get-Next-Item/m-p/68818#M21423</link>
      <description>Hi Joana - immediately after Get Next Item you need a Decision with the expression [Item ID]&amp;lt;&amp;gt;""&lt;BR /&gt;&lt;BR /&gt;The Yes path from this Decision indicates that you have an item and the collection contains 1 row. The No path implies that the collection will be empty.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Apr 2020 08:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Error-Get-Next-Item/m-p/68818#M21423</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-04-27T08:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Internal Error Get Next Item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Internal-Error-Get-Next-Item/m-p/68819#M21424</link>
      <description>HI all,&lt;BR /&gt;&lt;BR /&gt;Thank you for the answers.&lt;BR /&gt;The process starts to looking for cases to work in a external queue. I use lock environment to ensure that only machine is adding items to BP queue.&lt;BR /&gt;If item to be work is found, add to queue and return true. If no item found&amp;nbsp; or no lock is returned, the page return false.&lt;BR /&gt;In Main Page, &lt;SPAN&gt;immediately after Add To Queue page I have a decision to check if an item is found. If Item was found, I used Get Next Item with Key Filter =&amp;nbsp;[Item Data.Item Key].&lt;BR /&gt;The error could be from the fact that I'm using the value from Item Data collection. But it only access to this point if page return true and Item Data is populated and add to queue.&lt;BR /&gt;Additionally this error only happen sometimes.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Joana Rebelo&lt;BR /&gt;Consultant&lt;BR /&gt;Millennium bcp&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2020 19:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Internal-Error-Get-Next-Item/m-p/68819#M21424</guid>
      <dc:creator>JoanaRebelo</dc:creator>
      <dc:date>2020-04-28T19:13:00Z</dc:date>
    </item>
  </channel>
</rss>

