<?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: Insert New Column at required position in Collection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88363#M38924</link>
    <description>Hey Vinod,&lt;BR /&gt;&lt;BR /&gt;Totally agree with your suggestion, in fact I would have done that if you would not have specifically asked me to copy one column. If you carefully observe the use case II, this is actually what your suggestion is, the only difference being is I am taking all columns instead of few specific columns.&lt;BR /&gt;&lt;BR /&gt;No worries for the different threads part, I actually missed on my own end as well. However, I am glad your queries got resolved finally.&lt;BR /&gt;&lt;BR /&gt;Thanks for posting these interesting use cases for everyone in the community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&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&lt;BR /&gt;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>Thu, 13 Jan 2022 07:36:00 GMT</pubDate>
    <dc:creator>devneetmohanty07</dc:creator>
    <dc:date>2022-01-13T07:36:00Z</dc:date>
    <item>
      <title>Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88355#M38916</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I just found a code in C# on this &lt;A href="https://www.rpaforum.net/threads/insert-column-before-last-column.15669/" target="_blank" rel="noopener"&gt;Thread&lt;/A&gt;&lt;BR /&gt;which helps in Inserting a New Column before last column of collection. When I tried this code, the result am getting as Empty Output Collection.&lt;BR /&gt;As I can see by your previous threads, that you are an expert in VB.Net and collections , Could you modify this code to VB.net and make it to work as dynamic where I can Insert a Column at any required position.&lt;BR /&gt;
&lt;H1 class="p-title-value"&gt;&lt;SPAN style="font-size: 14px; font-weight: 400;"&gt;DataTable Newdt = new DataTable("OutputDataTable");&lt;/SPAN&gt;&lt;/H1&gt;
for (int i=0; i&amp;lt;+ InputCollection.Columns.Count - 2; i++)&lt;BR /&gt;{&lt;BR /&gt;DataColumn col = new DataColumn(InputCollection.Columns&lt;I&gt;.ToString(), typeof(System.String));&lt;BR /&gt;Newdt.Columns.Add(col);&lt;BR /&gt;}&lt;BR /&gt;DataColumn Newcol = new DataColumn(ColumnToAdd, typeof(System.String));&lt;BR /&gt;Newdt.Columns.Add(Newcol);&lt;BR /&gt;Newdt.Columns.Add(InputCollection.Columns[InputCollection.Columns.Count-1].ToString(), typeof(System.String));&lt;BR /&gt;OutputCollection=Newdt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Fri, 03 Dec 2021 05:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88355#M38916</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2021-12-03T05:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88356#M38917</link>
      <description>Hi Vinod,&lt;BR /&gt;&lt;BR /&gt;Thanks for reaching out to me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; As per your requirement, I have created a separate code on VB .NET only which you can easily use while extending the Utility - Collection Manipulation VBO. Please follow the below steps:&lt;BR /&gt;&lt;BR /&gt;1) Create and action called '&lt;STRONG&gt;Insert Column In Collection&lt;/STRONG&gt;' with the given input parameters for the action: Collection (Collection), Field Name (Text) and Column Index (Number) along with output parameters: Message(Text), Success(Flag) and Output Collection (Collection) as shown below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29110.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29239i2BACF69D6C4A5993/image-size/large?v=v2&amp;amp;px=999" role="button" title="29110.png" alt="29110.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;2) Add the code stage named Insert Column In Collection with the below parameters:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29111.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29240iB9FBA71F9D1AC486/image-size/large?v=v2&amp;amp;px=999" role="button" title="29111.png" alt="29111.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29112.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29241i595F00E4CB635894/image-size/large?v=v2&amp;amp;px=999" role="button" title="29112.png" alt="29112.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;3) In the Code tab insert the following code:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Try&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Output_Collection = Input_Collection.Copy&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Dim Newcol As DataColumn = New DataColumn(Column_Name, GetType(String))&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Output_Collection.Columns.Add(Newcol)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Output_Collection.Columns(Newcol.ColumnName.ToString).SetOrdinal(Column_Index)&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Success = True&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Catch ex As Exception&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Message = ex.Message.ToString&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Success = False&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;End Try&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29113.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29245i99AE393F6FEE6D61/image-size/large?v=v2&amp;amp;px=999" role="button" title="29113.png" alt="29113.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Test Results:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29114.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29242iED9BC5A48D10449F/image-size/large?v=v2&amp;amp;px=999" role="button" title="29114.png" alt="29114.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29115.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29244i65078CD10FA7A9A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="29115.png" alt="29115.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29116.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29252i9C025C45DC00BE5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="29116.png" alt="29116.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;NOTE: Remember the Column Index is valid from 0 to N-1 where N is the number of columns in that collection&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;Hope it helps you out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&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 Automation Consultant&lt;BR /&gt;Blueprism 6x 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, 03 Dec 2021 08:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88356#M38917</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2021-12-03T08:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88357#M38918</link>
      <description>Awesome &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt;. It worked great. I suggest you to create a VBO on Collections and Publish on DX with new actions which are suggested by you in previous threads.&lt;BR /&gt;Could you help me more in providing code on following scenarios.​&lt;BR /&gt;Scenario 1: Copy one column from collection 2 and insert into collection 1 at required position&lt;BR /&gt;Inputs:&lt;BR /&gt;Collection1&lt;BR /&gt;Field1&amp;nbsp; &amp;nbsp; Field2&amp;nbsp; &amp;nbsp; Field3&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;BR /&gt;11&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;33&lt;BR /&gt;&lt;BR /&gt;Collection2&lt;BR /&gt;FieldA&amp;nbsp; &amp;nbsp; FieldB&amp;nbsp; &amp;nbsp; FieldC&lt;BR /&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C&lt;BR /&gt;AA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CC&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Required Output Collection&lt;/STRONG&gt;&lt;BR /&gt;Field1&amp;nbsp; &amp;nbsp; &lt;STRONG&gt;FieldA&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; Field2&amp;nbsp; &amp;nbsp; Field3&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;A&amp;nbsp;&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;BR /&gt;11&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;AA&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;33&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Scenario 2: Merge collection 2&amp;nbsp; into collection 1 at required position&lt;BR /&gt;Inputs:&lt;BR /&gt;Collection1&lt;BR /&gt;Field1&amp;nbsp; &amp;nbsp; Field2&amp;nbsp; &amp;nbsp; Field3&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;BR /&gt;11&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;33&lt;BR /&gt;&lt;BR /&gt;Collection2&lt;BR /&gt;FieldA&amp;nbsp; &amp;nbsp; FieldB&amp;nbsp; &amp;nbsp; FieldC&lt;BR /&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C&lt;BR /&gt;AA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CC&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Required Output Collection&lt;/STRONG&gt;&lt;BR /&gt;Field1&amp;nbsp; &amp;nbsp; &lt;STRONG&gt;FieldA&amp;nbsp; &amp;nbsp; &amp;nbsp; FieldB&amp;nbsp; &amp;nbsp; &amp;nbsp; FieldC&amp;nbsp;&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp;Field2&amp;nbsp; &amp;nbsp; Field3&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;&amp;nbsp;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C&amp;nbsp;&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;BR /&gt;11&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;AA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;33&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Dec 2021 13:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88357#M38918</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2021-12-03T13:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88358#M38919</link>
      <description>Thanks a lot &lt;A class="user-content-mention" data-sign="@" data-contactkey="cf91752c-a20c-45fc-bf2b-796a9209ccfb" data-tag-text="@Vinod chinthakindi" href="https://community.blueprism.com/network/profile?UserKey=cf91752c-a20c-45fc-bf2b-796a9209ccfb" data-itemmentionkey="4ea2a181-905f-44e3-9d82-620c2dcd8e44"&gt;@Vinod chinthakindi&lt;/A&gt; for your kind words and suggestion. I perhaps will look into more options on how to upload my asset on DX Exchange for sure and try to incorporate your use cases as well into it :D​​&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 Automation Consultant&lt;BR /&gt;Blueprism 6x 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, 03 Dec 2021 15:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88358#M38919</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2021-12-03T15:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88359#M38920</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt;, have you done any work around on my previous mentioned 2 Use cases. I will be glad if you had any update on them.&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jan 2022 06:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88359#M38920</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2022-01-12T06:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88360#M38921</link>
      <description>&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Use Case - II :&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;Create a new action called '&lt;STRONG&gt;Merge Collection At Position&lt;/STRONG&gt;' by extending the '&lt;STRONG&gt;Utility - Collection Manipulation&lt;/STRONG&gt;' VBO. Add the following input parameters to this action:&lt;BR /&gt;&lt;BR /&gt;- Input Collection One (Collection) : The input collection which needs to be merged.&lt;BR /&gt;&lt;BR /&gt;- Input Collection Two (Collection) : The input collection where the merged collection needs to be added.&lt;BR /&gt;&lt;BR /&gt;- Column Position (Number) : The position index of the column in the second input collection were the merged collection needs to be added. The index must start from 0 till N-1, provided that N is the total number of columns.&lt;BR /&gt;&lt;BR /&gt;Add the collection named as Output Collection (Collection) and assign it to an output parameter. This contains the result of our operation.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Solution Workflow:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29138.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29269i30A5D9EC40873555/image-size/large?v=v2&amp;amp;px=999" role="button" title="29138.png" alt="29138.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;Add the code stage with the following parameters and code:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29139.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29270i2703FEECA8C8987E/image-size/large?v=v2&amp;amp;px=999" role="button" title="29139.png" alt="29139.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29140.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29267iD3D740C95E4DEA29/image-size/large?v=v2&amp;amp;px=999" role="button" title="29140.png" alt="29140.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Code:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29141.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29275i4E23B440F87CC93B/image-size/large?v=v2&amp;amp;px=999" role="button" title="29141.png" alt="29141.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;CODE&gt;Dim columnCount As Integer = Input_Collection_Two.Columns.Count&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;Dim additionalRowCount As Integer = Math.Abs(Input_Collection_One.Rows.Count - Input_Collection_Two.Rows.Count)&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;If Column_Position &amp;gt; columnCount Then&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Throw New Exception("The column position provided is out of range")&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;End If&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;If (additionalRowCount &amp;gt; 0 And Input_Collection_One.Rows.Count &amp;gt; Input_Collection_Two.Rows.Count) Then&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp;For i As Integer = 1 To additionalRowCount&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim newRow As DataRow = Input_Collection_Two.NewRow&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Input_Collection_Two.Rows.Add(newRow)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp;Next&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;End If&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;For Each dc As DataColumn In Input_Collection_One.Columns()&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Input_Collection_Two.Columns.Add(dc.ColumnName)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Input_Collection_Two.Columns(dc.ColumnName).SetOrdinal(Column_Position)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Column_Position = Column_Position+1&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;Next&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Dim rowCounter As Integer = 0&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;For Each dr As DataRow In Input_Collection_One.Rows()&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; For Each dc As DataColumn In Input_Collection_One.Columns()&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Input_Collection_Two.Rows(rowCounter).Item(dc.ColumnName) = Input_Collection_One.Rows(rowCounter).Item(dc.ColumnName)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Next&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; rowCounter += 1&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;Next&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Output_Collection = Input_Collection_Two&lt;/CODE&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Test Scenario:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;I provided the input to this action as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29142.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29273i94D030520A31BC6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="29142.png" alt="29142.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Upon executing the code, the results are as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29143.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29276iAA94C869EC623B23/image-size/large?v=v2&amp;amp;px=999" role="button" title="29143.png" alt="29143.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Let us know if this resolves your query.&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&lt;BR /&gt;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>Wed, 12 Jan 2022 14:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88360#M38921</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-01-12T14:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88361#M38922</link>
      <description>Hi Vinod,&lt;BR /&gt;&lt;BR /&gt;Apologies since I missed your query as it was the part of the same post. From next time, if possible please post separate threads as it becomes easier for me to keep a track of all the queries on the Community Forum.&lt;BR /&gt;&lt;BR /&gt;I am posting the solution for use case one in this post and the use case two has been posted in a separate thread message due to character limitations.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;Use Case - I :&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Create a new action called '&lt;STRONG&gt;Copy Columns Among Collection&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;' by extending the '&lt;/SPAN&gt;&lt;STRONG&gt;Utility - Collection Manipulation&lt;/STRONG&gt;&lt;SPAN&gt;' VBO. Add the following input parameters to this action:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Input Collection One (Collection) : The input collection from where the column data needs to be copied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Input Collection Two (Collection) : The input collection where the column data needs to be added.&lt;BR /&gt;&lt;BR /&gt;- Column Name (Text) : The name of the column in the first input collection from where the column needs to be copied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Column Position (Number) : The position index of the column in the second input collection were the column data needs to be added. The index must start from 0 till N-1, provided that N is the total number of columns.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add the collection named as Output Collection (Collection) and assign it to an output parameter. This contains the result of our operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;Solution Workflow:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29162.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29296iB4311B5EF95A8B9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="29162.png" alt="29162.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Add the code stage with the following parameters and code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29163.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29292iCE9CF8C1649B4A5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="29163.png" alt="29163.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29165.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29294i718D04CE1C8C2BBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="29165.png" alt="29165.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;Code:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29167.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29299iC3F6F2245E47A375/image-size/large?v=v2&amp;amp;px=999" role="button" title="29167.png" alt="29167.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;CODE&gt;Dim columnCount As Integer = Input_Collection_Two.Columns.Count&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;Dim additionalRowCount As Integer = Math.Abs(Input_Collection_One.Rows.Count - Input_Collection_Two.Rows.Count)&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;If Column_Position &amp;gt; columnCount Then&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Throw New Exception("The column position provided is out of range")&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;End If&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;If (additionalRowCount &amp;gt; 0 And Input_Collection_One.Rows.Count &amp;gt; Input_Collection_Two.Rows.Count) Then&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; For i As Integer = 1 To additionalRowCount&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Dim newRow As DataRow = Input_Collection_Two.NewRow&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Input_Collection_Two.Rows.Add(newRow)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Next&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;End If&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Input_Collection_Two.Columns.Add(Column_Name)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;Input_Collection_Two.Columns(Column_Name).SetOrdinal(Column_Position)&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Dim rowCounter As Integer = 0&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;For Each dr As DataRow In Input_Collection_One.Rows()&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; Input_Collection_Two.Rows(rowCounter).Item(Column_Name) = Input_Collection_One.Rows(rowCounter).Item(Column_Name)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; &amp;nbsp; rowCounter += 1&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;Next&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;Output_Collection = Input_Collection_Two&lt;/CODE&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Test Scenario:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;I provided the input to this action as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29169.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29301i766A34582AFDD253/image-size/large?v=v2&amp;amp;px=999" role="button" title="29169.png" alt="29169.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Upon executing the code, the results are as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29170.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29304i827270CBBFDD322C/image-size/large?v=v2&amp;amp;px=999" role="button" title="29170.png" alt="29170.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know if this resolves your query.&lt;/SPAN&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&lt;BR /&gt;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>Wed, 12 Jan 2022 14:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88361#M38922</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-01-12T14:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88362#M38923</link>
      <description>Thanks Devneet for providing the solutions for above Two Use cases. Both the solutions are working great.!&lt;BR /&gt;&lt;BR /&gt;I would like to provide you a small suggestion,&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;Use Case - I :&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; &lt;STRONG&gt;Copy Columns Among Collection &lt;/STRONG&gt;Your code helps in copying a single column among collection. If we able to use a For Each loop within code stage its helps in copying more than one column and this results into a new action.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apologies for including the different threads in same post. From next time, will try to post separate threads. I hope there should be an option to separate the different threads in a post for a owner(who creates actual thread).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vinod&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2022 07:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88362#M38923</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2022-01-13T07:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88363#M38924</link>
      <description>Hey Vinod,&lt;BR /&gt;&lt;BR /&gt;Totally agree with your suggestion, in fact I would have done that if you would not have specifically asked me to copy one column. If you carefully observe the use case II, this is actually what your suggestion is, the only difference being is I am taking all columns instead of few specific columns.&lt;BR /&gt;&lt;BR /&gt;No worries for the different threads part, I actually missed on my own end as well. However, I am glad your queries got resolved finally.&lt;BR /&gt;&lt;BR /&gt;Thanks for posting these interesting use cases for everyone in the community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&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&lt;BR /&gt;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>Thu, 13 Jan 2022 07:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88363#M38924</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-01-13T07:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88364#M38925</link>
      <description>&lt;P&gt;Hi Devneet ,&lt;BR /&gt;&lt;BR /&gt;I tried this code and the problem is in the output .&lt;/P&gt;
&lt;P&gt;The flag is shown true but the output collection is empty.&lt;BR /&gt;Where can be the problem ?&lt;BR /&gt;&lt;BR /&gt;Thank ,&lt;/P&gt;
&lt;P&gt;Erjola&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Erjola Mema&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2022 15:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88364#M38925</guid>
      <dc:creator>ErjolaMema</dc:creator>
      <dc:date>2022-03-31T15:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88365#M38926</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1293"&gt;@ErjolaMema&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;You must to put the same Collection as output from the input.&lt;BR /&gt;&lt;BR /&gt;​To summarise the code (C# language)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;dt.Columns.Add("Col1", typeof(string)).SetOrdinal(0);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;dtOut = dt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Change 0 for your preferer position.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;See you in the community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2022 17:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88365#M38926</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-03-31T17:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88366#M38927</link>
      <description>&lt;P&gt;Hi Pablo ,&lt;/P&gt;
&lt;P&gt;Thanks for the reply ,but still isn't working&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Erjola Mema&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2022 08:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88366#M38927</guid>
      <dc:creator>ErjolaMema</dc:creator>
      <dc:date>2022-04-01T08:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88367#M38928</link>
      <description>Hi Erjola,&lt;BR /&gt;&lt;BR /&gt;Please try the following Digital Exchange asset, which is free and can perform the required task:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/78038/solution/spgmi--utility-collection-booster" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/78038/solution/spgmi--utility-collection-booster&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Amol Ashok Jangam.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;amol jangam&lt;BR /&gt;test lead&lt;BR /&gt;infosys&lt;BR /&gt;Asia/Dili&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2022 10:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88367#M38928</guid>
      <dc:creator>AmolJangam</dc:creator>
      <dc:date>2022-04-01T10:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert New Column at required position in Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88368#M38929</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV dir="ltr"&gt;oki &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV dir="ltr"&gt;On Fri, Apr 1, 2022 at 12:26 PM amol jangam via Blue Prism Community &amp;lt;Mail@blueprism.email&amp;gt; wrote:&lt;BR /&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"&gt;&lt;U&gt;&lt;/U&gt;       &lt;DIV style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:Arial,Helvetica,sans-serif;padding:0px;margin:0px;font-size:110%"&gt; &lt;DIV style="display:none;font-size:1px;color:rgb(51,51,51);line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden"&gt;Hi Erjola,  Please try the following Digital Exchange asset, which is free and can perform the required task:  &lt;A href="http://digitalexchange.blueprism.com/dx." target="_blank"&gt;digitalexchange.blueprism.com/dx.&lt;/A&gt;.. -posted to the "Blue Prism Product" community&lt;/DIV&gt;    &lt;TABLE name="HLMsgOuter" width="100%" cellpadding="0" cellspacing="0" border="0"&gt; &lt;TBODY&gt;&lt;TR&gt; &lt;TD align="center"&gt; &lt;TABLE bgcolor="#ffffff" border="0"&gt; &lt;TBODY&gt;&lt;TR&gt; &lt;TD&gt; &lt;TABLE width="100%" cellpadding="5" cellspacing="0" border="0"&gt; &lt;TBODY&gt;&lt;TR bgcolor=""&gt; &lt;TD align="left"&gt;  &lt;span class="lia-inline-image-display-wrapper" image-alt="29275.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29404i153B98814F38AA75/image-size/large?v=v2&amp;amp;px=999" role="button" title="29275.png" alt="29275.png" /&gt;&lt;/span&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt; &lt;TD align="center"&gt; &lt;H1 style="color:rgb(66,139,202);margin-bottom:5px;margin-top:5px;font-size:1.5em"&gt; &lt;A href="https://community.blueprism.com/communities/community-home/digestviewer?CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01" target="_blank"&gt;Blue Prism Product&lt;/A&gt; &lt;/H1&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt; &lt;TD align="center"&gt; &lt;A href="http://community.blueprism.com/participate/postmessage?GroupId=145" style="color:rgb(0,0,0);display:inline-block;padding-bottom:10px;padding-left:5px;padding-right:5px" target="_blank"&gt;Post New Message Online&lt;/A&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;/TBODY&gt;&lt;/TABLE&gt;  &lt;TABLE width="100%" cellpadding="4" cellspacing="0" border="0"&gt; &lt;TBODY&gt;&lt;TR bgcolor="#E9E9E2"&gt; &lt;TD align="left" colspan="2" style="text-align:left"&gt; &lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=5828ba2c-f38d-4db9-a967-931b6f62e33f&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;bm=5828ba2c-f38d-4db9-a967-931b6f62e33f" style="color:rgb(0,0,0)" target="_blank"&gt;Re: Insert New Column at required position in Collection&lt;/A&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt; &lt;TD align="right" colspan="2"&gt; &lt;TABLE cellpadding="5" cellspacing="5" width="300" border="0"&gt; &lt;TBODY&gt;&lt;TR&gt; &lt;TD width="140" align="center" bgcolor="#428bca"&gt; &lt;A href="https://community.blueprism.com/communities/all-discussions/postreply?MessageKey=5828ba2c-f38d-4db9-a967-931b6f62e33f&amp;amp;ListKey=e2c481c9-23a4-43d4-a897-ac8f64604086" style="background-color:rgb(66,139,202);color:rgb(255,255,255)" target="_blank"&gt;Reply to Group Online&lt;/A&gt; &lt;/TD&gt; &lt;TD width="140" align="center" bgcolor="#428bca"&gt; &lt;A href="mailto:BLUEPRISM_blueprismproduct_5828ba2c-f38d-4db9-a967-931b6f62e33f@ConnectedCommunity.org?subject=Re:+Insert+New+Column+at+required+position+in+Collection" style="background-color:rgb(66,139,202);color:rgb(255,255,255)" target="_blank"&gt;Reply to Group&lt;/A&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;/TBODY&gt;&lt;/TABLE&gt; &lt;/TD&gt; &lt;/TR&gt;  &lt;TR&gt; &lt;TD colspan="2"&gt; &lt;TABLE cellpadding="0" cellspacing="5" width="100%" border="0"&gt; &lt;TBODY&gt;&lt;TR&gt; &lt;TD align="center" width="85"&gt; &lt;A href="https://community.blueprism.com/network/profile?UserKey=6af85908-9f23-4c83-b001-4d9a491051b2" target="_blank"&gt;&lt;IMG alt="amol jangam" title="amol jangam" src="https://d2x5ku95bkycr3.cloudfront.net/App_Themes/Common/images/profile/AJ-Pink.jpeg" border="0" width="75" /&gt;&lt;/A&gt;&lt;/TD&gt; &lt;TD align="left" valign="middle"&gt; &lt;TABLE width="100%" border="0"&gt; &lt;TBODY&gt;&lt;TR&gt; &lt;TD align="left" valign="top"&gt; Apr 1, 2022 11:24 AM &lt;/TD&gt;&lt;/TR&gt; &lt;TR&gt; &lt;TD align="left" valign="top"&gt; &lt;A href="https://community.blueprism.com/network/profile?UserKey=6af85908-9f23-4c83-b001-4d9a491051b2" target="_blank"&gt;amol jangam&lt;/A&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;/TBODY&gt;&lt;/TABLE&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;/TBODY&gt;&lt;/TABLE&gt; &lt;/TD&gt; &lt;/TR&gt;  &lt;TR&gt; &lt;TD align="left" colspan="2"&gt; &lt;TABLE cellpadding="5" width="100%" border="0"&gt; &lt;TBODY&gt;&lt;TR&gt; &lt;TD&gt;  Hi Erjola,&lt;BR /&gt;&lt;BR /&gt;Please try the following Digital Exchange asset, which is free and can perform the required task:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/78038/solution/spgmi--utility-collection-booster" title="https://digitalexchange.blueprism.com/dx/entry/78038/solution/spgmi--utility-collection-booster" target="_blank"&gt;digitalexchange.blueprism.com/dx/entry/78038/solution/...&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Amol Ashok Jangam.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;amol jangam&lt;BR /&gt;test lead&lt;BR /&gt;infosys&lt;BR /&gt;Asia/Dili&lt;BR /&gt;------------------------------&lt;BR /&gt;  &lt;/TD&gt; &lt;/TR&gt; &lt;/TBODY&gt;&lt;/TABLE&gt; &lt;/TD&gt; &lt;/TR&gt;  &lt;TR&gt; &lt;TD colspan="2" align="center"&gt;  &amp;nbsp;  &lt;STRONG&gt;&lt;A href="https://community.blueprism.com/communities/all-discussions/postreply?MessageKey=5828ba2c-f38d-4db9-a967-931b6f62e33f&amp;amp;ListKey=e2c481c9-23a4-43d4-a897-ac8f64604086" style="color:rgb(0,0,0);display:inline-block;padding-bottom:10px;padding-left:5px;padding-right:5px" target="_blank"&gt;Reply to Group Online&lt;/A&gt;&lt;/STRONG&gt;  &amp;nbsp;  &lt;STRONG&gt;&lt;A href="mailto:BLUEPRISM_blueprismproduct_5828ba2c-f38d-4db9-a967-931b6f62e33f@ConnectedCommunity.org?subject=Re:+Insert+New+Column+at+required+position+in+Collection" style="color:rgb(0,0,0);display:inline-block;padding-bottom:10px;padding-left:5px;padding-right:5px" target="_blank"&gt;Reply to Group via Email&lt;/A&gt;&lt;/STRONG&gt;  &amp;nbsp;  &lt;STRONG&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=5828ba2c-f38d-4db9-a967-931b6f62e33f&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;bm=5828ba2c-f38d-4db9-a967-931b6f62e33f" style="color:rgb(0,0,0);display:inline-block;padding-bottom:10px;padding-left:5px;padding-right:5px" target="_blank"&gt;View Thread&lt;/A&gt;&lt;/STRONG&gt;  &amp;nbsp;  &lt;STRONG&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=5828ba2c-f38d-4db9-a967-931b6f62e33f&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;bm=5828ba2c-f38d-4db9-a967-931b6f62e33f&amp;amp;cmd=rate&amp;amp;cmdarg=add" style="color:rgb(0,0,0);display:inline-block;padding-bottom:10px;padding-left:5px;padding-right:5px" target="_blank"&gt;Recommend&lt;/A&gt;&lt;/STRONG&gt;  &amp;nbsp;  &lt;STRONG&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=5828ba2c-f38d-4db9-a967-931b6f62e33f&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;bm=5828ba2c-f38d-4db9-a967-931b6f62e33f&amp;amp;MarkAppropriate=5828ba2c-f38d-4db9-a967-931b6f62e33f" style="color:rgb(0,0,0);display:inline-block;padding-bottom:10px;padding-left:5px;padding-right:5px" target="_blank"&gt;Flag as Inappropriate&lt;/A&gt;&lt;/STRONG&gt;  &amp;nbsp;  &lt;/TD&gt; &lt;/TR&gt;  &lt;TR&gt; &lt;TD align="left" colspan="2"&gt; &lt;TABLE cellpadding="5" frame="lhs" width="100%" border="0"&gt; &lt;TBODY&gt;&lt;TR&gt; &lt;TD&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Apr 2022 12:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-New-Column-at-required-position-in-Collection/m-p/88368#M38929</guid>
      <dc:creator>ErjolaMema</dc:creator>
      <dc:date>2022-04-01T12:37:00Z</dc:date>
    </item>
  </channel>
</rss>

