<?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: Issue in Code Stage using DataTable as Variable in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47449#M3190</link>
    <description>&lt;DIV class="uconBody"&gt;&lt;DIV style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr"&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;&lt;BR /&gt; &lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;Thanks!&lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;Working fine&amp;nbsp;&lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;&lt;BR /&gt; &lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;&lt;BR /&gt; &lt;/P&gt; &lt;DIV&gt; &lt;DIV dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, NotoColorEmoji, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Android Emoji&amp;quot;, EmojiSymbols;"&gt; &lt;DIV dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, NotoColorEmoji, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Android Emoji&amp;quot;, EmojiSymbols;"&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt; &lt;/P&gt;&lt;P style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt; &lt;/P&gt;&lt;P style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;Thanks &amp;amp; Regards,&lt;/P&gt; &lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;&lt;B&gt;Mohini Shelke&lt;/B&gt;&lt;/P&gt; &lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;&lt;SPAN style="color:rgb(0,111,201)"&gt;RPA Developer, &lt;/SPAN&gt;&lt;SPAN style="color:rgb(0,111,201)"&gt;vElement&lt;/SPAN&gt;&lt;SPAN style="color:rgb(0,111,201)"&gt; IT,&lt;/SPAN&gt;&lt;/P&gt; &lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt; &lt;/P&gt;&lt;DIV&gt;Cell : (+91)9503221751&lt;/DIV&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt; &lt;/P&gt;&lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;&lt;A href="https://velement.io/"&gt;https://velement.io/&lt;/A&gt;&lt;BR /&gt; &lt;/P&gt; &lt;DIV&gt;&lt;BR /&gt; &lt;/DIV&gt; &lt;/DIV&gt; &lt;span class="lia-inline-image-display-wrapper" image-alt="25629.gif"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/25760i30A57B3B80A13971/image-size/large?v=v2&amp;amp;px=999" role="button" title="25629.gif" alt="25629.gif" /&gt;&lt;/span&gt;&lt;BR /&gt; &lt;/DIV&gt; &lt;/DIV&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------Original Message------&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;What is datatype of ColumnValues?&lt;/P&gt;
&lt;P&gt;if it's collection set this at beginning ColumnValues=new System.Data.DataTable();&lt;BR /&gt;if it's text set this at beginning ColumnValues=String.Empty;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Jul 2019 12:49:00 GMT</pubDate>
    <dc:creator>MohiniShelke</dc:creator>
    <dc:date>2019-07-22T12:49:00Z</dc:date>
    <item>
      <title>Issue in Code Stage using DataTable as Variable</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47443#M3184</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;I am using c# linq query of group in Code Stage,&lt;BR /&gt;&lt;BR /&gt;But, I am getting following error.&lt;BR /&gt;&lt;BR /&gt;Description: Compiler error at line 1: 'System.Data.DataTable' does not contain a definition for 'AsEnumerable' and no extension method 'AsEnumerable' accepting a first argument of type 'System.Data.DataTable' could be found (are you missing a using directive or an assembly reference?)&lt;BR /&gt;Repairable: No&lt;BR /&gt;&lt;BR /&gt;Please let me know the solution for this?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohini Shelke&lt;BR /&gt;RPA Developer&lt;BR /&gt;vElement It&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jul 2019 10:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47443#M3184</guid>
      <dc:creator>MohiniShelke</dc:creator>
      <dc:date>2019-07-19T10:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue in Code Stage using DataTable as Variable</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47444#M3185</link>
      <description>You're missing a namespace. I think that specific error is if you're missing the generic collections namespace. Can't remember.&lt;BR /&gt;&lt;BR /&gt;Try making sure you have these at least:&lt;BR /&gt;&lt;BR /&gt;External References:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;System.dll&lt;/LI&gt;
&lt;LI&gt;System.Data.dll&lt;/LI&gt;
&lt;LI&gt;System.Xml.dll&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="background-color: #ffffff;"&gt;System.Drawing.dll&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;System.Core.dll&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;System.Data.DataSetExtensions.dll&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
Namespace Imports:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="background-color: #ffffff;"&gt;System&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;System.Drawing&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;System.Data&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;System.Collections.Generic&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;System.Linq&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
Edit: One or two of those may be unnecessary depending on what you're doing with it, but it won't hurt to add them all.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jul 2019 11:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47444#M3185</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-07-19T11:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue in Code Stage using DataTable as Variable</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47445#M3186</link>
      <description>Thank&amp;nbsp;&lt;A href="https://community.blueprism.com/network/profile?UserKey=ae9fdab1-2d26-46c7-9f20-a84e446d45c9" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable"&gt;David Morris&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It works fine but another error occurs&amp;nbsp; as follws:&lt;BR /&gt;&lt;BR /&gt;Description: Compiler error at line 0: The out parameter 'ColumnValues' must be assigned to before control leaves the current method&lt;BR /&gt;Repairable: No&lt;BR /&gt;My Code :&lt;BR /&gt;&lt;BR /&gt;var grouped = from table in InputCollection.AsEnumerable()var grouped = from table in InputCollection.AsEnumerable()group table by new&amp;nbsp;{&amp;nbsp; placeCol = table["Place"]&amp;nbsp;&lt;BR /&gt;} into groupby select new{Value = groupby.Key,ColumnValues = groupby,};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohini Shelke&lt;BR /&gt;RPA Developer&lt;BR /&gt;vElement It&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jul 2019 12:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47445#M3186</guid>
      <dc:creator>MohiniShelke</dc:creator>
      <dc:date>2019-07-19T12:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue in Code Stage using DataTable as Variable</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47446#M3187</link>
      <description>Set a default value for variable ColumnValues&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jul 2019 13:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47446#M3187</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2019-07-19T13:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue in Code Stage using DataTable as Variable</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47447#M3188</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr"&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;Hi can you tell me how to define default value to variable ColumnValues ?&lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;&lt;BR /&gt; &lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;I tried ,but not working.&lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;&lt;BR /&gt; &lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;I have already shared the code&lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;&lt;BR /&gt; &lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;Thanks in advance.&lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;&lt;BR /&gt; &lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;&lt;BR /&gt; &lt;/P&gt; &lt;DIV&gt; &lt;DIV dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, NotoColorEmoji, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Android Emoji&amp;quot;, EmojiSymbols;"&gt; &lt;DIV dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, NotoColorEmoji, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Android Emoji&amp;quot;, EmojiSymbols;"&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt; &lt;/P&gt;&lt;P style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt; &lt;/P&gt;&lt;P style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;Thanks &amp;amp; Regards,&lt;/P&gt; &lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;&lt;B&gt;Mohini Shelke&lt;/B&gt;&lt;/P&gt; &lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;&lt;SPAN style="color:rgb(0,111,201)"&gt;RPA Developer, &lt;/SPAN&gt;&lt;SPAN style="color:rgb(0,111,201)"&gt;vElement&lt;/SPAN&gt;&lt;SPAN style="color:rgb(0,111,201)"&gt; IT,&lt;/SPAN&gt;&lt;/P&gt; &lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt; &lt;/P&gt;&lt;DIV&gt;Cell : (+91)9503221751&lt;/DIV&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt; &lt;/P&gt;&lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;&lt;A href="https://velement.io/"&gt;https://velement.io/&lt;/A&gt;&lt;BR /&gt; &lt;/P&gt; &lt;DIV&gt;&lt;BR /&gt; &lt;/DIV&gt; &lt;/DIV&gt; &lt;span class="lia-inline-image-display-wrapper" image-alt="25620.gif"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/25749iBC34994FD6552EF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="25620.gif" alt="25620.gif" /&gt;&lt;/span&gt;&lt;BR /&gt; &lt;/DIV&gt; &lt;/DIV&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------Original Message------&lt;BR /&gt;&lt;BR /&gt;Set a default value for variable ColumnValues&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2019 06:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47447#M3188</guid>
      <dc:creator>MohiniShelke</dc:creator>
      <dc:date>2019-07-22T06:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue in Code Stage using DataTable as Variable</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47448#M3189</link>
      <description>&lt;P&gt;What is datatype of ColumnValues?&lt;/P&gt;
&lt;P&gt;if it's collection set this at beginning ColumnValues=new System.Data.DataTable();&lt;BR /&gt;if it's text set this at beginning ColumnValues=String.Empty;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2019 08:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47448#M3189</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2019-07-22T08:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue in Code Stage using DataTable as Variable</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47449#M3190</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr"&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;&lt;BR /&gt; &lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;Thanks!&lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;Working fine&amp;nbsp;&lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;&lt;BR /&gt; &lt;/P&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt;&lt;BR /&gt; &lt;/P&gt; &lt;DIV&gt; &lt;DIV dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, NotoColorEmoji, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Android Emoji&amp;quot;, EmojiSymbols;"&gt; &lt;DIV dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, NotoColorEmoji, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Android Emoji&amp;quot;, EmojiSymbols;"&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt; &lt;/P&gt;&lt;P style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt; &lt;/P&gt;&lt;P style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;Thanks &amp;amp; Regards,&lt;/P&gt; &lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;&lt;B&gt;Mohini Shelke&lt;/B&gt;&lt;/P&gt; &lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;&lt;SPAN style="color:rgb(0,111,201)"&gt;RPA Developer, &lt;/SPAN&gt;&lt;SPAN style="color:rgb(0,111,201)"&gt;vElement&lt;/SPAN&gt;&lt;SPAN style="color:rgb(0,111,201)"&gt; IT,&lt;/SPAN&gt;&lt;/P&gt; &lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt; &lt;/P&gt;&lt;DIV&gt;Cell : (+91)9503221751&lt;/DIV&gt; &lt;P style="margin-top: 0;margin-bottom: 0"&gt; &lt;/P&gt;&lt;P dir="ltr" style="margin-top: 0;margin-bottom: 0;font-family: Calibri,Helvetica,sans-serif;font-size: 16px"&gt;&lt;A href="https://velement.io/"&gt;https://velement.io/&lt;/A&gt;&lt;BR /&gt; &lt;/P&gt; &lt;DIV&gt;&lt;BR /&gt; &lt;/DIV&gt; &lt;/DIV&gt; &lt;span class="lia-inline-image-display-wrapper" image-alt="25629.gif"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/25760i30A57B3B80A13971/image-size/large?v=v2&amp;amp;px=999" role="button" title="25629.gif" alt="25629.gif" /&gt;&lt;/span&gt;&lt;BR /&gt; &lt;/DIV&gt; &lt;/DIV&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------Original Message------&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;What is datatype of ColumnValues?&lt;/P&gt;
&lt;P&gt;if it's collection set this at beginning ColumnValues=new System.Data.DataTable();&lt;BR /&gt;if it's text set this at beginning ColumnValues=String.Empty;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2019 12:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-using-DataTable-as-Variable/m-p/47449#M3190</guid>
      <dc:creator>MohiniShelke</dc:creator>
      <dc:date>2019-07-22T12:49:00Z</dc:date>
    </item>
  </channel>
</rss>

