<?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 Modelbuilder output feature class to newly created geodatabase in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-output-feature-class-to-newly-created/m-p/785552#M1639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: rgba(248, 248, 248, 0.6); border: 0px; margin: 0px 0px 1em;"&gt;I have a simple question I need the 'New Feature' output to be located in the '1_ExportedFromS" GDB. I cannot get these 2 to "connect" as every time I do so I get an error stating "can only connect a variable to a process."&lt;/P&gt;&lt;P style="color: #242729; background-color: rgba(248, 248, 248, 0.6); border: 0px; margin: 0px 0px 1em;"&gt;What type of variable do I need? The '1_ExportedFromS' GDB is not created until the model has ran, so I cannot enter that path...correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2018 14:29:33 GMT</pubDate>
    <dc:creator>Lebowski</dc:creator>
    <dc:date>2018-09-20T14:29:33Z</dc:date>
    <item>
      <title>Modelbuilder output feature class to newly created geodatabase</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-output-feature-class-to-newly-created/m-p/785552#M1639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: rgba(248, 248, 248, 0.6); border: 0px; margin: 0px 0px 1em;"&gt;I have a simple question I need the 'New Feature' output to be located in the '1_ExportedFromS" GDB. I cannot get these 2 to "connect" as every time I do so I get an error stating "can only connect a variable to a process."&lt;/P&gt;&lt;P style="color: #242729; background-color: rgba(248, 248, 248, 0.6); border: 0px; margin: 0px 0px 1em;"&gt;What type of variable do I need? The '1_ExportedFromS' GDB is not created until the model has ran, so I cannot enter that path...correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 14:29:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-output-feature-class-to-newly-created/m-p/785552#M1639</guid>
      <dc:creator>Lebowski</dc:creator>
      <dc:date>2018-09-20T14:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder output feature class to newly created geodatabase</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-output-feature-class-to-newly-created/m-p/785553#M1640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thought that immediately comes to mind is to break this into two models.&amp;nbsp; While this will not immediately resolve your issue, it will prevent some others that you may not be aware of.&amp;nbsp; One typically does not want to involve many processes that don't need to be rerun over and over with an &lt;EM&gt;Iterator&lt;/EM&gt;, as every time the Iterator fires it will typically try to process everything in the model again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, break this into two models, then create a third one to link the two models.&amp;nbsp; This way the first part - the processes leading up the Iterator - only run once, and will then exist for the second model to access when it Iterates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of your original question, there are a few potential solutions.&amp;nbsp; I suspect the solution is one of these, but you will have to play with it a bit with your particular data.&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;Check out the Modelbuilder Help on Incomplete Derived Data&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/working-with-incomplete-derived-data.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/working-with-incomplete-derived-data.htm"&gt;Working with incomplete derived data—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Consider using a &lt;EM&gt;List&lt;/EM&gt; variable to capture the names of the new geodatabases, then use that &lt;EM&gt;List&lt;/EM&gt; to run the next set of processes where the &lt;EM&gt;Iterator&lt;/EM&gt; is (and maybe in replace of an &lt;EM&gt;Iterator&lt;/EM&gt;).&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/using-lists.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/using-lists.htm"&gt;Using Lists—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Another idea that may work is to use &lt;EM&gt;In-line Variable Substitution&lt;/EM&gt;.&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/examples-of-inline-model-variable-substitution.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/examples-of-inline-model-variable-substitution.htm"&gt;Examples of inline model variable substitution—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-output-feature-class-to-newly-created/m-p/785553#M1640</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2018-09-20T15:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Modelbuilder output feature class to newly created geodatabase</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-output-feature-class-to-newly-created/m-p/785554#M1641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris! I could break these into two model and that would be an easy solution; however, this model will be ran several time as we are preforming a data migration (a whole other story). Basically I need a dozen or so&amp;nbsp;feature classes are in need of "clean-up."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:22:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/modelbuilder-output-feature-class-to-newly-created/m-p/785554#M1641</guid>
      <dc:creator>Lebowski</dc:creator>
      <dc:date>2018-09-20T15:22:20Z</dc:date>
    </item>
  </channel>
</rss>

