<?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 Item queue structure in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70072#M22677</link>
    <description>Hi I have 5 items in code with a particular structure (name, surname).&lt;BR /&gt;For business needs a new field (address) must be added in the structure. So I would have items with different structures in queue. When I run the getitem from the queue how can I manage it all?&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Massimiliano Bellisario&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Oct 2021 08:37:00 GMT</pubDate>
    <dc:creator>MassimilianoBe1</dc:creator>
    <dc:date>2021-10-19T08:37:00Z</dc:date>
    <item>
      <title>Item queue structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70072#M22677</link>
      <description>Hi I have 5 items in code with a particular structure (name, surname).&lt;BR /&gt;For business needs a new field (address) must be added in the structure. So I would have items with different structures in queue. When I run the getitem from the queue how can I manage it all?&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Massimiliano Bellisario&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2021 08:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70072#M22677</guid>
      <dc:creator>MassimilianoBe1</dc:creator>
      <dc:date>2021-10-19T08:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Item queue structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70073#M22678</link>
      <description>Hi &lt;SPAN&gt;Massimiliano - you could use an undefined collection for the output of Get Next Item. An undefined collection is one that has no fields, no structure. The advantage this brings is that it can be used to receive any collection output and it will automatically assume the correct structure. The disadvantage is that because the collection is undefined, there are no column names to drag &amp;amp; drop, you have to type everything manually.&lt;/SPAN&gt;&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>Tue, 19 Oct 2021 10:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70073#M22678</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-10-19T10:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Item queue structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70074#M22679</link>
      <description>Thanks ok...but when try to access at the new property of item in queue....i've an error for the old item (item with old structure)&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Massimiliano Bellisario&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2021 11:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70074#M22679</guid>
      <dc:creator>MassimilianoBe1</dc:creator>
      <dc:date>2021-10-19T11:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Item queue structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70075#M22680</link>
      <description>Hmm OK. That sounds like the 'next item' is really an old item and not one with the new structure. How are you introducing the new collection format to the queue? Is it with Add to Queue (ie create a new item) or Set Data (ie change an existing item)?&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>Tue, 19 Oct 2021 12:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70075#M22680</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-10-19T12:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Item queue structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70076#M22681</link>
      <description>with Add to Queue&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Massimiliano Bellisario&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2021 12:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70076#M22681</guid>
      <dc:creator>MassimilianoBe1</dc:creator>
      <dc:date>2021-10-19T12:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Item queue structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70077#M22682</link>
      <description>Hi,&lt;BR /&gt;So for that you can check whether the new added column is there in item data or not before setting the data .&lt;BR /&gt;if the column is exist then its a collection with new structure if not then its a old collection without the address column.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arghya Bhattacharyya&lt;BR /&gt;Senior Consultant&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2021 13:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70077#M22682</guid>
      <dc:creator>arghya.b</dc:creator>
      <dc:date>2021-10-19T13:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Item queue structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70078#M22683</link>
      <description>how can i check if the column is exist then its a collection&amp;nbsp; ?&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Massimiliano Bellisario&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2021 14:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70078#M22683</guid>
      <dc:creator>MassimilianoBe1</dc:creator>
      <dc:date>2021-10-19T14:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Item queue structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70079#M22684</link>
      <description>You can use the BP Utility - Collection Manipulation. The action is called "Collection Contains Field"&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Melissa SG&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2021 23:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70079#M22684</guid>
      <dc:creator>MelissaSG</dc:creator>
      <dc:date>2021-10-19T23:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Item queue structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70080#M22685</link>
      <description>&lt;SPAN&gt;Hi Massimiliano.. Is it possible to Mark the old items as Exception yourself, from the Control Room - Queue Management ? That way, the GetNextItem will not pick them, and will pick only the new ones with the updated structure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shadi Barghash&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2021 07:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70080#M22685</guid>
      <dc:creator>ShadiBarghash</dc:creator>
      <dc:date>2021-10-20T07:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Item queue structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70081#M22686</link>
      <description>You can use &lt;SPAN&gt;BP Utility - Collection Manipulation to check where column is exist or not.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arghya Bhattacharyya&lt;BR /&gt;Senior Consultant&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2021 12:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Item-queue-structure/m-p/70081#M22686</guid>
      <dc:creator>arghya.b</dc:creator>
      <dc:date>2021-10-20T12:42:00Z</dc:date>
    </item>
  </channel>
</rss>

