<?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 Reading Table in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Reading-Table/m-p/88371#M38932</link>
    <description>I am reading a table that produces an initial blank Column1. After the read action I'm using an action to delete that column; which one of the outputs for that action is a success flag.

My issue is that success flag is coming back as False every time even though the action is completing as needed.

Anyone encounter this or have a fix?</description>
    <pubDate>Fri, 13 Oct 2017 00:41:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-13T00:41:00Z</dc:date>
    <item>
      <title>Reading Table</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Reading-Table/m-p/88371#M38932</link>
      <description>I am reading a table that produces an initial blank Column1. After the read action I'm using an action to delete that column; which one of the outputs for that action is a success flag.

My issue is that success flag is coming back as False every time even though the action is completing as needed.

Anyone encounter this or have a fix?</description>
      <pubDate>Fri, 13 Oct 2017 00:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Reading-Table/m-p/88371#M38932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-13T00:41:00Z</dc:date>
    </item>
    <item>
      <title>Hi dsmith616,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Reading-Table/m-p/88372#M38933</link>
      <description>Hi dsmith616,
(make copy of VBO 1st )
update code stage in Delete column action to-
Try
	BP_Collection_Out = BP_Collection_In
	BP_Collection_Out.Columns.Remove(Column_Name)
	Success=True
	Error_Message=""""
Catch e as Exception
	Success=False
	Error_Message=e.Message
End Try
hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 13 Oct 2017 11:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Reading-Table/m-p/88372#M38933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-13T11:11:00Z</dc:date>
    </item>
  </channel>
</rss>

