<?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 How to convert entire DataTable column into a string? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/100373#M47685</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have an Excel file with 2000+ rows and it containing a column "Email Address". I have to concatenate all rows on that column, put a ";" between them and then paste that huge string into a "TO" field and send an email.&lt;BR /&gt;&lt;BR /&gt;I tried looping throw all rows one by one and create that huge string but it takes too much time. Is there any solution for this, without using the Loop?&lt;BR /&gt;(TEXTJOIN and CONCAT functions from Excel apparently limit the numbers of values/characters you can merge, so for my 2000+ rows excel column it's not working)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Email Address&lt;BR /&gt;----------------&lt;BR /&gt;email 1&lt;BR /&gt;email 2&lt;BR /&gt;email 3&lt;BR /&gt;email 4&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;email 2000&lt;BR /&gt;&lt;BR /&gt;Wanted result: "email 1; email 2; email 3; email 4;.........;email 2000"</description>
    <pubDate>Wed, 03 Aug 2022 21:27:49 GMT</pubDate>
    <dc:creator>IrinaMihalache</dc:creator>
    <dc:date>2022-08-03T21:27:49Z</dc:date>
    <item>
      <title>How to convert entire DataTable column into a string?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/100373#M47685</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have an Excel file with 2000+ rows and it containing a column "Email Address". I have to concatenate all rows on that column, put a ";" between them and then paste that huge string into a "TO" field and send an email.&lt;BR /&gt;&lt;BR /&gt;I tried looping throw all rows one by one and create that huge string but it takes too much time. Is there any solution for this, without using the Loop?&lt;BR /&gt;(TEXTJOIN and CONCAT functions from Excel apparently limit the numbers of values/characters you can merge, so for my 2000+ rows excel column it's not working)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Email Address&lt;BR /&gt;----------------&lt;BR /&gt;email 1&lt;BR /&gt;email 2&lt;BR /&gt;email 3&lt;BR /&gt;email 4&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;email 2000&lt;BR /&gt;&lt;BR /&gt;Wanted result: "email 1; email 2; email 3; email 4;.........;email 2000"</description>
      <pubDate>Wed, 03 Aug 2022 21:27:49 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/100373#M47685</guid>
      <dc:creator>IrinaMihalache</dc:creator>
      <dc:date>2022-08-03T21:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert entire DataTable column into a string?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/100374#M47686</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/31242"&gt;@IrinaMihalache&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;One option would be to get the column of email addresses as a Collection and then use the &lt;EM&gt;&lt;STRONG&gt;Join Text&lt;/STRONG&gt;&lt;/EM&gt; action of the &lt;STRONG&gt;Utility - Strings&lt;/STRONG&gt; VBO to concatenate them all together. You may have to throw in a call to the &lt;STRONG&gt;Utility - Collection Manipulation&lt;/STRONG&gt;'s &lt;EM&gt;&lt;STRONG&gt;Rename Field&lt;/STRONG&gt;&lt;/EM&gt; action though. The reason for that is the &lt;EM&gt;&lt;STRONG&gt;Join Text&lt;/STRONG&gt;&lt;/EM&gt; action expects the input Collection to contain a field named &lt;STRONG&gt;Input Value&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;I've attached a very rudimentary example process. This example assumes you're getting the collection of emails from an spreadsheet titled &lt;STRONG&gt;Emails.xlsx&lt;/STRONG&gt; in the &lt;STRONG&gt;C:\temp&lt;/STRONG&gt; folder. It also expecting a column header of &lt;STRONG&gt;Email&lt;/STRONG&gt;. You can, of course, change all those.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;​</description>
      <pubDate>Wed, 03 Aug 2022 23:42:27 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/100374#M47686</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-03T23:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert entire DataTable column into a string?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111280#M50084</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Your reply is really helpful, thank you! I cannot see the example process you mention, could you repost it please?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;David&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 09:44:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111280#M50084</guid>
      <dc:creator>whitehouse-UoL</dc:creator>
      <dc:date>2024-06-06T09:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert entire DataTable column into a string?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111284#M50087</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/57536"&gt;@whitehouse-UoL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, there doesn't seem to be an option here for me to attach a file. I may not have permission, or it just may be a missing feature on this new community. Send me a DM and we'll see if I can get it to you that way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 14:46:57 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111284#M50087</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2024-06-06T14:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert entire DataTable column into a string?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111303#M50091</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for your email. I am very new to BP and I have run into an error that I am unsure how to resolve.&amp;nbsp;&lt;BR /&gt;The Error is:&amp;nbsp;Internal : "Failed to translate data - No conversion available from Text to Collection"&lt;BR /&gt;&lt;BR /&gt;It occurs At the very start of the "Utility - Strings::Join Text" Stage?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any suggests would be greatly appreciated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;David&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eab9a66a-d0f6-4315-a8ac-54a8aceecbd8.jpg" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38504iF328D8D72855BB69/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="eab9a66a-d0f6-4315-a8ac-54a8aceecbd8.jpg" alt="eab9a66a-d0f6-4315-a8ac-54a8aceecbd8.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 09:19:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111303#M50091</guid>
      <dc:creator>whitehouse-UoL</dc:creator>
      <dc:date>2024-06-07T09:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert entire DataTable column into a string?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111304#M50092</link>
      <description>&lt;P&gt;I should maybe also say I am working with ID numbers all numbers no text.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 10:00:18 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111304#M50092</guid>
      <dc:creator>whitehouse-UoL</dc:creator>
      <dc:date>2024-06-07T10:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert entire DataTable column into a string?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111307#M50093</link>
      <description>&lt;P&gt;In terms of the speed of your original solution being too slow,&amp;nbsp; have you tried stepping out of the object with your logic or stepping over it in studio?&amp;nbsp; &amp;nbsp;The reality is that a very large loop in studio can seem extremely slow because Blue Prism needs to draw the diagram changing - however usually the logic is extreamly rapid at runtime because it does not have to draw your diagram and becomes just a normal .NET coded for... next loop.&lt;BR /&gt;&lt;BR /&gt;For the error you have got in a later comment we would need to see your calculation syntax to understand the cause of the error - which suggests you are not referencing your collection correctly.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 10:12:54 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111307#M50093</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2024-06-07T10:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert entire DataTable column into a string?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111311#M50096</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/16677"&gt;@Denis__Dennehy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;In the&amp;nbsp;&lt;SPAN&gt;"Utility - Strings::Join Text" Stage I am referencing the collection like this, as I want only the rows of this feild to be created as a string.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;[Collection Out.Item Value].&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="whitehouseUoL_0-1717759469427.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38505i16C5BB309CF7F302/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="whitehouseUoL_0-1717759469427.png" alt="whitehouseUoL_0-1717759469427.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does this look correct?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 11:26:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111311#M50096</guid>
      <dc:creator>whitehouse-UoL</dc:creator>
      <dc:date>2024-06-07T11:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert entire DataTable column into a string?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111318#M50101</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/57536"&gt;@whitehouse-UoL&lt;/a&gt;&amp;nbsp;what version of Blue Prism are you running, and do you have the latest release of the &lt;STRONG&gt;Utility - Strings&lt;/STRONG&gt; VBO from the DX installed?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 15:13:21 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111318#M50101</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2024-06-07T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert entire DataTable column into a string?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111341#M50104</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/57536"&gt;@whitehouse-UoL&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is with the parameter that you are passing in the above screenshot. You need to pass a collection but you are passing a field column of the collection which seems to be of Text type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me show you with an example on how you can achieve to get all the email addresses using the Join Text action.&lt;/P&gt;&lt;P&gt;Assuming I have a collection with me where let say I have multiple columns and one of the column consists of all the email addresses that I want to join as shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devneetmohanty07_1-1717998439219.png" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38507i60A5822284611E11/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="devneetmohanty07_1-1717998439219.png" alt="devneetmohanty07_1-1717998439219.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now, what I want is to get all these email addresses as part of a single string. For this, I have created the below workflow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devneetmohanty07_2-1717998549016.png" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38508i320D2BC6EF088282/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="devneetmohanty07_2-1717998549016.png" alt="devneetmohanty07_2-1717998549016.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So first, I will call the &lt;STRONG&gt;Split Collection&lt;/STRONG&gt; action from &lt;STRONG&gt;Collection Manipulation&lt;/STRONG&gt; business object. This I would need so that I can just have a single collection with the email address column as the &lt;STRONG&gt;Join Text&lt;/STRONG&gt; action expects us to pass the collection in the same way. For using the&amp;nbsp;&lt;STRONG&gt;Split Collection&lt;/STRONG&gt; action, you need to have &lt;STRONG&gt;two single row collections&lt;/STRONG&gt; which will have the mentioned fields divided from your initial collection which you want to split.&lt;/P&gt;&lt;P&gt;For this I will have two collections, first one called &lt;STRONG&gt;Email Collection Template&lt;/STRONG&gt; with the field name as '&lt;STRONG&gt;Email Addresses&lt;/STRONG&gt;' same as what I have in my initial collection and second collection is called &lt;STRONG&gt;Email Collection Template 2&amp;nbsp;&lt;/STRONG&gt;with the other field values that we do not want from the initial collection. Please ensure the collection have single row option enabled as shown below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devneetmohanty07_4-1717998920464.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38510i376AC2CA35937AE0/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="devneetmohanty07_4-1717998920464.png" alt="devneetmohanty07_4-1717998920464.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devneetmohanty07_5-1717999009945.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38511i13764E701A8A79AE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="devneetmohanty07_5-1717999009945.png" alt="devneetmohanty07_5-1717999009945.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now, we will pass these collection templates and the initial collection called '&lt;STRONG&gt;Data&lt;/STRONG&gt;' where my original data is stored to the&amp;nbsp;&lt;STRONG&gt;Split Collection&lt;/STRONG&gt; action as shown below. In the output tab of this action, we will just assign Collection 2 parameter to another empty collection called&amp;nbsp;&lt;STRONG&gt;Email Addresses&lt;/STRONG&gt; as we just want the values for the '&lt;STRONG&gt;Email Addresses&lt;/STRONG&gt;' field as indicated in the first collection template:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devneetmohanty07_6-1717999168222.png" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38513i57E908C327B0D767/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="devneetmohanty07_6-1717999168222.png" alt="devneetmohanty07_6-1717999168222.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Once, we execute this action we will get the email addresses mentioned in just one column as part of the&amp;nbsp;&lt;STRONG&gt;Email Addresses&amp;nbsp;&lt;/STRONG&gt;collection:&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devneetmohanty07_8-1717999423279.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38515i99E8CAE57DC7008B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="devneetmohanty07_8-1717999423279.png" alt="devneetmohanty07_8-1717999423279.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, we will use rename the field of the collection from '&lt;STRONG&gt;Email Addresses&lt;/STRONG&gt;' to '&lt;STRONG&gt;Item Value&lt;/STRONG&gt;' because the &lt;STRONG&gt;Join Text&amp;nbsp;&lt;/STRONG&gt;action expects us to have a collection with just one column called as '&lt;STRONG&gt;Item Value&lt;/STRONG&gt;'. For this, we will use the &lt;STRONG&gt;Rename Field&lt;/STRONG&gt; action from &lt;STRONG&gt;Collection Manipulation&lt;/STRONG&gt; business object and rename the column in the &lt;STRONG&gt;Email Addresses&lt;/STRONG&gt; collection and store the changes in the same collection as shown below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devneetmohanty07_10-1717999569114.png" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38517i8777F00647C4BCC0/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="devneetmohanty07_10-1717999569114.png" alt="devneetmohanty07_10-1717999569114.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Once, we execute this action, you should have the updated&amp;nbsp;&lt;STRONG&gt;Email Addresses&lt;/STRONG&gt; collection with the column name now as '&lt;STRONG&gt;Item Value&lt;/STRONG&gt;':&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devneetmohanty07_11-1717999674993.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38518iD2146A0FCE7376FE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="devneetmohanty07_11-1717999674993.png" alt="devneetmohanty07_11-1717999674993.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, we will finally use the '&lt;STRONG&gt;Join Text&lt;/STRONG&gt;' action from&amp;nbsp;&lt;STRONG&gt;Strings&amp;nbsp;&lt;/STRONG&gt;business object and pass the&amp;nbsp;&lt;STRONG&gt;Email Addresses&lt;/STRONG&gt; collection along with '&lt;STRONG&gt;;&lt;/STRONG&gt;' as the separator and we can enable the Trim Values parameter to get rid of extra spaces and this result will be stored in a text type data item:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devneetmohanty07_12-1717999849323.png" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38519i25479BD0AE3F7D18/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="devneetmohanty07_12-1717999849323.png" alt="devneetmohanty07_12-1717999849323.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The result of this action should return you the data item with all the email addresses joined together as a string value:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devneetmohanty07_13-1717999916587.png" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/38520i3F3DACE4245A785F/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="devneetmohanty07_13-1717999916587.png" alt="devneetmohanty07_13-1717999916587.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This way we can directly get the email addresses in a string without using any loops over a collection as mentioned before by&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 06:13:09 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111341#M50104</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2024-06-10T06:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert entire DataTable column into a string?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111610#M50153</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;Thank you for you help on this question.&amp;nbsp;&lt;BR /&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt;&amp;nbsp; Your Solution worked perfectly.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks again&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/31242"&gt;@IrinaMihalache&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/16677"&gt;@Denis__Dennehy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Have a great rest of the week.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;David&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 10:38:09 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-entire-DataTable-column-into-a-string/m-p/111610#M50153</guid>
      <dc:creator>whitehouse-UoL</dc:creator>
      <dc:date>2024-06-18T10:38:09Z</dc:date>
    </item>
  </channel>
</rss>

