<?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: Model Builder Collect Values tool empty results problem in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1108229#M25906</link>
    <description>&lt;P&gt;I am still struggling with this incase someone has an idea. Thanks in adavance&lt;/P&gt;</description>
    <pubDate>Sun, 17 Oct 2021 09:43:14 GMT</pubDate>
    <dc:creator>HilalAl-Rajhi</dc:creator>
    <dc:date>2021-10-17T09:43:14Z</dc:date>
    <item>
      <title>Model Builder Collect Values tool empty results problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1097954#M25825</link>
      <description>&lt;P&gt;I am creating model that merges all polygon feature classes into one feature class. I am using feature class iterator to feed collect value tool list. When dataset has polygons it work fine. But when there is no polygons in dataset it always retrieve one invalid record as "gdb/Dataset/FeatureClass". Of course gdb url and dataset and correct, except that FeatureClass is not valid. So when I get the list and try to merge this list it throws error of invalid parameter. How can I avoid adding this record to my list?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 09:37:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1097954#M25825</guid>
      <dc:creator>HilalAl-Rajhi</dc:creator>
      <dc:date>2021-09-14T09:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Collect Values tool empty results problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1097965#M25829</link>
      <description>&lt;P&gt;Are you iterating and specifying the feature type to collect as in the demo?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/modelbuilder-toolbox/iterate-feature-classes.htm" target="_blank"&gt;Iterate Feature Classes (ModelBuilder)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Do you branch using if-else syntax if collect values is none?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 10:08:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1097965#M25829</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-14T10:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Collect Values tool empty results problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1098828#M25839</link>
      <description>&lt;P&gt;Yes Mr. Dan, it is sort of like that, but I am iterating through dataset not workspace level.&lt;/P&gt;&lt;P&gt;I will try do branching and see outcome.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 06:21:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1098828#M25839</guid>
      <dc:creator>HilalAl-Rajhi</dc:creator>
      <dc:date>2021-09-16T06:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Collect Values tool empty results problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1099670#M25845</link>
      <description>&lt;P&gt;Here is a snapshot of the issue:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="featture class.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/23335iB1371B546AF273D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="featture class.png" alt="featture class.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 19 Sep 2021 09:08:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1099670#M25845</guid>
      <dc:creator>HilalAl-Rajhi</dc:creator>
      <dc:date>2021-09-19T09:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Collect Values tool empty results problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1102039#M25855</link>
      <description>&lt;P&gt;Most of my datasets has polygons feature classes, except for one that makes the problem&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 08:56:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1102039#M25855</guid>
      <dc:creator>HilalAl-Rajhi</dc:creator>
      <dc:date>2021-09-27T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Collect Values tool empty results problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1102048#M25856</link>
      <description>&lt;P&gt;You will need to check for that then with the filter "Feature type" set to Polygon as in the link I sent&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/modelbuilder-toolbox/iterate-feature-classes.htm" target="_blank"&gt;Iterate Feature Classes (ModelBuilder)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 10:23:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1102048#M25856</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-27T10:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Collect Values tool empty results problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1102276#M25857</link>
      <description>&lt;P&gt;Would you please Mr. Dan send&amp;nbsp; sample model demonstrating that. I really couldn't grasp the idea. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 20:19:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1102276#M25857</guid>
      <dc:creator>HilalAl-Rajhi</dc:creator>
      <dc:date>2021-09-27T20:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Collect Values tool empty results problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1108229#M25906</link>
      <description>&lt;P&gt;I am still struggling with this incase someone has an idea. Thanks in adavance&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 09:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-collect-values-tool-empty-results/m-p/1108229#M25906</guid>
      <dc:creator>HilalAl-Rajhi</dc:creator>
      <dc:date>2021-10-17T09:43:14Z</dc:date>
    </item>
  </channel>
</rss>

