<?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: Copy Column From one collection to Another in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Copy-Column-From-one-collection-to-Another/m-p/92544#M42311</link>
    <description>Glad my answer could help you out. Please mark it as the best answer if your query is resolved so that others having the same problem can track the answer easily&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>Tue, 30 Nov 2021 13:45:00 GMT</pubDate>
    <dc:creator>devneetmohanty07</dc:creator>
    <dc:date>2021-11-30T13:45:00Z</dc:date>
    <item>
      <title>Copy Column From one collection to Another</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-Column-From-one-collection-to-Another/m-p/92540#M42307</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I have a Collection1 with Columns A,B,C,D and Collection2 with Columns E,F,G.&lt;BR /&gt;I want to copy Column B from Collection1 to Collection2. So that Output Collection Should contains Columns E,F,G,B&lt;BR /&gt;&lt;BR /&gt;Do we have any solution for this.?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2021 09:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-Column-From-one-collection-to-Another/m-p/92540#M42307</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2021-11-30T09:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy Column From one collection to Another</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-Column-From-one-collection-to-Another/m-p/92541#M42308</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Follow the below steps for the solution:&lt;BR /&gt;&lt;BR /&gt;1) Have two collections in place, in my case "Input Collection 1" has the fields A,B,C,D and "Input Collection 3" has the fields E,F,G both with some data present as shown below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24365.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24498i81FB04F6346AB18E/image-size/large?v=v2&amp;amp;px=999" role="button" title="24365.png" alt="24365.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24366.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24499i36C6B3B901DBDC9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="24366.png" alt="24366.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;2) Create two collections with single row which won't have any value as we are going to use them for '&lt;STRONG&gt;Split Collection&lt;/STRONG&gt;' action in Collection Manipulation VBO such that once collection has the field A,C,D and another has field B so that we can split our input collection having four fields A,B,C and D into two separate collections one having just the field B and another having A,B and C. In my case I have two collections named, 'Collection Template 1' and Collection Template 2' as shown below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24367.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24502iA99473B15BB3DAA7/image-size/large?v=v2&amp;amp;px=999" role="button" title="24367.png" alt="24367.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;3) Store the output of the previous action into two undefined collections whose fields need not be created. In my case, these collections are 'Splitted Collection 1' and 'Splitted Collection 2' as shown below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24368.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24501iDA92E10513A67997/image-size/large?v=v2&amp;amp;px=999" role="button" title="24368.png" alt="24368.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;4) The inputs of the Split Collection should have the collection having all four fields, A,B,C and D along with the two single row collections which we are using as templates and the output should be assigned to the above two empty collections that we created. Refer to the below inputs and outputs for the 'Split Collection' action&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24369.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24500i9437DB02BDDC0C44/image-size/large?v=v2&amp;amp;px=999" role="button" title="24369.png" alt="24369.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24370.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24503i1589EB38EE02392C/image-size/large?v=v2&amp;amp;px=999" role="button" title="24370.png" alt="24370.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;5) Now our 'Splitted Collection 2' holds only the field B with all the values and we have the second input collection in Step 1 which had the field E,F and G. We can simply use the 'Merge Collection' action in order to merge the 'Splitted Collection 2' with the Input Collection 3' and assign the output to an undefined collection with no field called as 'Final Collection' as shown below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24371.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24505i269B7ABD546E454D/image-size/large?v=v2&amp;amp;px=999" role="button" title="24371.png" alt="24371.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24372.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24504i0E89CD0B185D2A2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="24372.png" alt="24372.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24373.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24506iE8E26BD3104D5387/image-size/large?v=v2&amp;amp;px=999" role="button" title="24373.png" alt="24373.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;6) The overall solution flow looks like this along with inputs and outputs&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24374.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24511iF62155ACC0167534/image-size/large?v=v2&amp;amp;px=999" role="button" title="24374.png" alt="24374.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24375.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24508iF389A64969B39A0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="24375.png" alt="24375.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&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;</description>
      <pubDate>Tue, 30 Nov 2021 10:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-Column-From-one-collection-to-Another/m-p/92541#M42308</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2021-11-30T10:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy Column From one collection to Another</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-Column-From-one-collection-to-Another/m-p/92542#M42309</link>
      <description>Thanks &lt;SPAN&gt;Devneet Mohanty. Will apply your solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2021 11:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-Column-From-one-collection-to-Another/m-p/92542#M42309</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2021-11-30T11:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy Column From one collection to Another</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-Column-From-one-collection-to-Another/m-p/92543#M42310</link>
      <description>Perfect!. But in my case, Collection contains about 40-50 Columns. So I Created Template 1 collection similar to Template 2 collection. And I merged Splitted 2 collection with Collection 3 to get Required Collection And ignored Splitted Collecion 1. And it worked.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;vinod chinthakindi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2021 13:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-Column-From-one-collection-to-Another/m-p/92543#M42310</guid>
      <dc:creator>vinodchinthakin</dc:creator>
      <dc:date>2021-11-30T13:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Copy Column From one collection to Another</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Copy-Column-From-one-collection-to-Another/m-p/92544#M42311</link>
      <description>Glad my answer could help you out. Please mark it as the best answer if your query is resolved so that others having the same problem can track the answer easily&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>Tue, 30 Nov 2021 13:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Copy-Column-From-one-collection-to-Another/m-p/92544#M42311</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2021-11-30T13:45:00Z</dc:date>
    </item>
  </channel>
</rss>

