<?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: Run model builder only on features selected in map in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/run-model-builder-only-on-features-selected-in-map/m-p/1495013#M84763</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/612016"&gt;@avonmoos&lt;/a&gt;&amp;nbsp;this works fine for me in ArcGis Pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could check if your FeatureLayer have a selection using the "If Selection Exists" from Logical. Use the true Branch as a Pre-Condition to "Iterate Feature Selection"&lt;/P&gt;&lt;P&gt;Regards Esteban!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ifselection.png" style="width: 616px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107451i517D73F4E6410905/image-size/large?v=v2&amp;amp;px=999" role="button" title="ifselection.png" alt="ifselection.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2024 17:03:43 GMT</pubDate>
    <dc:creator>emarcelloni</dc:creator>
    <dc:date>2024-06-19T17:03:43Z</dc:date>
    <item>
      <title>Run model builder only on features selected in map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/run-model-builder-only-on-features-selected-in-map/m-p/1495003#M84761</link>
      <description>&lt;P&gt;Is there a way to run a custom model on only the features I currently have selected in my map window? Everything I've come up with updates the entire feature set. Also while testing my model I'm having to constantly edit the join count as it keeps climbing even though I'm removing the join at the end of each instance?? Ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The model essentially is pulling an attribute from my parcel layer and calculating it into a field with the same name in my address point feature.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="test.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107450i2980B8E9D332F7C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="test.jpg" alt="test.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 16:17:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/run-model-builder-only-on-features-selected-in-map/m-p/1495003#M84761</guid>
      <dc:creator>avonmoos</dc:creator>
      <dc:date>2024-06-19T16:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Run model builder only on features selected in map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/run-model-builder-only-on-features-selected-in-map/m-p/1495013#M84763</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/612016"&gt;@avonmoos&lt;/a&gt;&amp;nbsp;this works fine for me in ArcGis Pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could check if your FeatureLayer have a selection using the "If Selection Exists" from Logical. Use the true Branch as a Pre-Condition to "Iterate Feature Selection"&lt;/P&gt;&lt;P&gt;Regards Esteban!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ifselection.png" style="width: 616px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/107451i517D73F4E6410905/image-size/large?v=v2&amp;amp;px=999" role="button" title="ifselection.png" alt="ifselection.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 17:03:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/run-model-builder-only-on-features-selected-in-map/m-p/1495013#M84763</guid>
      <dc:creator>emarcelloni</dc:creator>
      <dc:date>2024-06-19T17:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run model builder only on features selected in map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/run-model-builder-only-on-features-selected-in-map/m-p/1495099#M84771</link>
      <description>&lt;P&gt;Are you talking about manually selecting features on the map window or processing only the features that match the Select Layer by Attributes tool?&amp;nbsp; If the selection is coming from the tool, you might want to use MakeFeatureLayer instead with the same where clause.&amp;nbsp; This will give you a layer only containing the rows matching the attribute query.&lt;/P&gt;&lt;P&gt;If I select features on the map, the calculate tool will only work with features that are selected in the map, if no selection, will work against all features (so, just skip the select by atts).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 20:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/run-model-builder-only-on-features-selected-in-map/m-p/1495099#M84771</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2024-06-19T20:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Run model builder only on features selected in map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/run-model-builder-only-on-features-selected-in-map/m-p/1495103#M84772</link>
      <description>&lt;P&gt;That didn't do anything but freeze my machine up when I added it in to my current model. Not sure what's going on with it but I set it up how you suggested. I'll do some more research and try and test other methods for now.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 20:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/run-model-builder-only-on-features-selected-in-map/m-p/1495103#M84772</guid>
      <dc:creator>avonmoos</dc:creator>
      <dc:date>2024-06-19T20:58:32Z</dc:date>
    </item>
  </channel>
</rss>

