<?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: Why does WebApp Builder return with &amp;quot;AttributeError: DescribeData: Method FIDSet does not exist?&amp;quot; in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/why-does-webapp-builder-return-with-quot/m-p/75810#M6163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2020 14:18:53 GMT</pubDate>
    <dc:creator>NeveenD</dc:creator>
    <dc:date>2020-08-11T14:18:53Z</dc:date>
    <item>
      <title>Why does WebApp Builder return with "AttributeError: DescribeData: Method FIDSet does not exist?"</title>
      <link>https://community.esri.com/t5/python-questions/why-does-webapp-builder-return-with-quot/m-p/75806#M6159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When publishing a web tool from Pro, my tool uploads successfully. When testing the tool within WAB, I receive the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;fidSet = desc.FIDSet AttributeError: DescribeData: Method FIDSet does not exist&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;This runs perfectly fine in Pro and does not come up as an error during the publish phase. The web tool is intended to export selected images, with the portion of the script is as follows:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;DIV&gt;desc = arcpy.Describe(inView)&lt;BR /&gt;fidSet = desc.FIDSet&lt;BR /&gt;if fidSet:&lt;BR /&gt; fidList = fidSet.replace(' ','').split(';')&lt;BR /&gt; oidSet = set([int(oid) for oid in fidList])&lt;BR /&gt;else:&lt;BR /&gt; oidSet = set()&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any feedback would be helpful.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 18:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-does-webapp-builder-return-with-quot/m-p/75806#M6159</guid>
      <dc:creator>NeveenD</dc:creator>
      <dc:date>2020-08-10T18:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why does WebApp Builder return with "AttributeError: DescribeData: Method FIDSet does not exist?"</title>
      <link>https://community.esri.com/t5/python-questions/why-does-webapp-builder-return-with-quot/m-p/75807#M6160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/functions/tableview-properties.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/functions/tableview-properties.htm"&gt;TableView properties—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/functions/layer-properties.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/functions/layer-properties.htm"&gt;Layer properties—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see FIDset in both arcpy.Describe and arcpy.da.Describe but they return slightly different results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 18:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-does-webapp-builder-return-with-quot/m-p/75807#M6160</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-08-10T18:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why does WebApp Builder return with "AttributeError: DescribeData: Method FIDSet does not exist?"</title>
      <link>https://community.esri.com/t5/python-questions/why-does-webapp-builder-return-with-quot/m-p/75808#M6161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attempted the arcpy.da.Describe as well but attempted it a second time just in case. I receive the following error when using arcpy.da.Describe within Pro itself (meaning, as you know, that I won't be able to export the webtool)--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;fidSet = desc.FIDSet&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;AttributeError: 'dict' object has no attribute 'FIDSet'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A tableview is used the script, and a join is formed between oids of a tableview of attachments and an fc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 18:40:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-does-webapp-builder-return-with-quot/m-p/75808#M6161</guid>
      <dc:creator>NeveenD</dc:creator>
      <dc:date>2020-08-10T18:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why does WebApp Builder return with "AttributeError: DescribeData: Method FIDSet does not exist?"</title>
      <link>https://community.esri.com/t5/python-questions/why-does-webapp-builder-return-with-quot/m-p/75809#M6162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;fidSet = desc['FIDSet']&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;is arcpy's data access procedure since it returns a dictionary or 'describe' properties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 20:46:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-does-webapp-builder-return-with-quot/m-p/75809#M6162</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-08-10T20:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why does WebApp Builder return with "AttributeError: DescribeData: Method FIDSet does not exist?"</title>
      <link>https://community.esri.com/t5/python-questions/why-does-webapp-builder-return-with-quot/m-p/75810#M6163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2020 14:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-does-webapp-builder-return-with-quot/m-p/75810#M6163</guid>
      <dc:creator>NeveenD</dc:creator>
      <dc:date>2020-08-11T14:18:53Z</dc:date>
    </item>
  </channel>
</rss>

