<?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 Calculate Value in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-calculate-value/m-p/1055761#M40710</link>
    <description>&lt;P&gt;Web Tool Update:&lt;/P&gt;&lt;P&gt;I've found that the issue with the Web Tool is that the Derived output is being changed to Required in the extracted model on the server!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So while this works in Desktop it is failing as a Web Tool.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on how to use a Derived output in a Web Tool or GP Service?&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 17:33:01 GMT</pubDate>
    <dc:creator>rhughes522</dc:creator>
    <dc:date>2021-05-07T17:33:01Z</dc:date>
    <item>
      <title>Model Builder Calculate Value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-calculate-value/m-p/1050269#M40086</link>
      <description>&lt;P&gt;In ArcPro 2.7.1 I have replicated an issue that is driving me crazy.&amp;nbsp; What I need is to be able to use the output string from the Calculate Value tool as an inline variable in the output name of the Excel file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run this in model builder it outputs the correct name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run as a tool in the toolbox, the value "1" is always used as the result of Calculate Value.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result from Model Builder window:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rhughes522_1-1619118752503.png" style="width: 561px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/11575i2CFFB2E4A22ACC4C/image-dimensions/561x363?v=v2" width="561" height="363" role="button" title="rhughes522_1-1619118752503.png" alt="rhughes522_1-1619118752503.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Result from Toolbox Model (prior to publishing):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rhughes522_2-1619118851643.png" style="width: 550px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/11576iBC25AE39D6D648FE/image-dimensions/550x588?v=v2" width="550" height="588" role="button" title="rhughes522_2-1619118851643.png" alt="rhughes522_2-1619118851643.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing?&amp;nbsp; Is this expected behavior or a bug?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 19:16:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-calculate-value/m-p/1050269#M40086</guid>
      <dc:creator>rhughes522</dc:creator>
      <dc:date>2021-04-22T19:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Calculate Value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-calculate-value/m-p/1050302#M40088</link>
      <description>&lt;P&gt;To resolve this issue, I've added a script tool that has in input parameter of type 'Data Element' and an output parameter of type 'File'.&amp;nbsp; When adding this script tool to the model and using it's output as the model output, the Model's output parameter changes to Derived.&amp;nbsp; That seems to fix it for desktop.&amp;nbsp; Next to test the Web Tool.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rhughes522_2-1619120683517.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/11590i22B13054F4E79E66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rhughes522_2-1619120683517.png" alt="rhughes522_2-1619120683517.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rhughes522_1-1619120620376.png" style="width: 569px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/11589i49607CFDD724432F/image-dimensions/569x374?v=v2" width="569" height="374" role="button" title="rhughes522_1-1619120620376.png" alt="rhughes522_1-1619120620376.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 19:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-calculate-value/m-p/1050302#M40088</guid>
      <dc:creator>rhughes522</dc:creator>
      <dc:date>2021-04-22T19:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Calculate Value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-calculate-value/m-p/1055761#M40710</link>
      <description>&lt;P&gt;Web Tool Update:&lt;/P&gt;&lt;P&gt;I've found that the issue with the Web Tool is that the Derived output is being changed to Required in the extracted model on the server!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So while this works in Desktop it is failing as a Web Tool.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on how to use a Derived output in a Web Tool or GP Service?&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 17:33:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-calculate-value/m-p/1055761#M40710</guid>
      <dc:creator>rhughes522</dc:creator>
      <dc:date>2021-05-07T17:33:01Z</dc:date>
    </item>
  </channel>
</rss>

