<?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: Collection Bug in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/125009#M4662</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/25851"&gt;@NiklasFranke&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which BP version are you using?&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2026 07:39:16 GMT</pubDate>
    <dc:creator>arpit12345678</dc:creator>
    <dc:date>2026-03-09T07:39:16Z</dc:date>
    <item>
      <title>Collection Bug</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/124949#M4656</link>
      <description>&lt;P&gt;Hello Together,&lt;/P&gt;&lt;P&gt;i have an Excelfile where i cant save the header because the columns have sometimes the same name so i want to insert the data into a collection and insert the new collection into the File.&lt;BR /&gt;&lt;BR /&gt;However, when i add an entry like "Company2" f.e. in the middle and press okay, the collection puts it at the end and i cant prevent that. The Field cant be at the end because inserting the collection would put the Value in the wrong column then.&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 806px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/42094i5F55FAF1CFAD5D4C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 15:49:53 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/124949#M4656</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2026-03-02T15:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Collection Bug</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/124952#M4657</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/25851"&gt;@NiklasFranke&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;My experience with collections has always been that new fields added go to the end.&amp;nbsp; One way you might be able to get around it is maintain a reference collection in your process that contains the fields in the correct order (including your new Company2 field) and then you can use a multi-calc to map the fields from your original collection to the new collection.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 22:54:15 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/124952#M4657</guid>
      <dc:creator>ldickin</dc:creator>
      <dc:date>2026-03-02T22:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Collection Bug</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/125004#M4660</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use this code to move a field in a specific position:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;success = false&lt;/DIV&gt;&lt;DIV&gt;errorMessage = ""&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For Each column As DataColumn in dtIN.Columns&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If columnIN = column.ColumnName()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;success = true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Exit For&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;End If&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Next&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If success = true&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;dtOUT = dtIN.Copy()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;dtOUT.Columns(columnIN).SetOrdinal(Position - 1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Else&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;errorMessage = "ColumnIN does not exist in dtIN"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;End If&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Simone&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Mar 2026 11:59:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/125004#M4660</guid>
      <dc:creator>simone.tomaCNH</dc:creator>
      <dc:date>2026-03-06T11:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Collection Bug</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/125005#M4661</link>
      <description>&lt;P&gt;if you want to add any new column at any where between your existing columns then , where you want to add new column , from there rest all columns should be move to down , then only it will stay at that position.&lt;/P&gt;&lt;P&gt;if you add new new column by clicking on add button between any column , then automatically it goes to end only.&lt;/P&gt;&lt;P&gt;that is the default behavior of collection , but again if Blueprism&amp;nbsp; team can updates this utility then would be good&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 19:06:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/125005#M4661</guid>
      <dc:creator>naveed_raza</dc:creator>
      <dc:date>2026-03-06T19:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Collection Bug</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/125009#M4662</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/25851"&gt;@NiklasFranke&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which BP version are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 07:39:16 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/125009#M4662</guid>
      <dc:creator>arpit12345678</dc:creator>
      <dc:date>2026-03-09T07:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Collection Bug</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/125043#M4667</link>
      <description>&lt;P&gt;Hello all and sorry for the late reply. We are using 7.3.2.&amp;nbsp;&lt;BR /&gt;Imagine adding a new Row to an Excelsheet and the file puts it at the end and you have to move every Row down.. Holy, i hope that they will fix that.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 11:59:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Collection-Bug/m-p/125043#M4667</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2026-03-11T11:59:04Z</dc:date>
    </item>
  </channel>
</rss>

