<?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 typeGPTableValue is not supported for now in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/typegptablevalue-is-not-supported-for-now/m-p/1416323#M70483</link>
    <description>&lt;P&gt;Hey hey!&amp;nbsp; So we have created a complex python script that that leverages multiple feature classes and various attributes.&amp;nbsp; We are essentially building a modeling tool that allows scientist to enter variable values for each attribute from a given feature class.&amp;nbsp; The model will then run with said varibales defined and select polygons that meet this criteria.&amp;nbsp; It works flawlessly in ArcGISPro.&amp;nbsp; Our goal was to publish this as a geoprocessing service and expose it through the geoprocessing widget (via rest end point) so that these scientist can access it through a web application easily without the need for firing up ArcGIS Pro.&amp;nbsp; When we publish and deploy to the web app, we get the following error for each of the variables... typeGPTableValue is not supported for now.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Trying to utilize a geoprocessing service in Web App Builder.&lt;/LI&gt;&lt;LI&gt;However unable to publish the service to Portal for ArcGIS.&lt;/LI&gt;&lt;LI&gt;Received error: The CAlcNPS/Organic_Matter_thresholds parameter is missing a syntax dialog explanation in the item description.&lt;/LI&gt;&lt;LI&gt;Added description to individual syntax by navigating to Toolboxes in catalog pane&amp;gt; right click on the script&amp;gt; Click edit metadata.&lt;/LI&gt;&lt;LI&gt;We were able to publish it now.&lt;/LI&gt;&lt;LI&gt;Copied the REST URL of this service and added it to Web App Builder geoprocessing widget.&lt;/LI&gt;&lt;LI&gt;While running the tool, when we input a parameter under 'Variable Name' we receive a message under 'Weights for each variable': typeGPValueTable is not supported for now.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GPtablevalue.png" style="width: 559px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/102400iA1D9C5B15242700D/image-size/large?v=v2&amp;amp;px=999" role="button" title="GPtablevalue.png" alt="GPtablevalue.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 28 Apr 2024 21:55:00 GMT</pubDate>
    <dc:creator>pixelpro</dc:creator>
    <dc:date>2024-04-28T21:55:00Z</dc:date>
    <item>
      <title>typeGPTableValue is not supported for now</title>
      <link>https://community.esri.com/t5/python-questions/typegptablevalue-is-not-supported-for-now/m-p/1416323#M70483</link>
      <description>&lt;P&gt;Hey hey!&amp;nbsp; So we have created a complex python script that that leverages multiple feature classes and various attributes.&amp;nbsp; We are essentially building a modeling tool that allows scientist to enter variable values for each attribute from a given feature class.&amp;nbsp; The model will then run with said varibales defined and select polygons that meet this criteria.&amp;nbsp; It works flawlessly in ArcGISPro.&amp;nbsp; Our goal was to publish this as a geoprocessing service and expose it through the geoprocessing widget (via rest end point) so that these scientist can access it through a web application easily without the need for firing up ArcGIS Pro.&amp;nbsp; When we publish and deploy to the web app, we get the following error for each of the variables... typeGPTableValue is not supported for now.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Trying to utilize a geoprocessing service in Web App Builder.&lt;/LI&gt;&lt;LI&gt;However unable to publish the service to Portal for ArcGIS.&lt;/LI&gt;&lt;LI&gt;Received error: The CAlcNPS/Organic_Matter_thresholds parameter is missing a syntax dialog explanation in the item description.&lt;/LI&gt;&lt;LI&gt;Added description to individual syntax by navigating to Toolboxes in catalog pane&amp;gt; right click on the script&amp;gt; Click edit metadata.&lt;/LI&gt;&lt;LI&gt;We were able to publish it now.&lt;/LI&gt;&lt;LI&gt;Copied the REST URL of this service and added it to Web App Builder geoprocessing widget.&lt;/LI&gt;&lt;LI&gt;While running the tool, when we input a parameter under 'Variable Name' we receive a message under 'Weights for each variable': typeGPValueTable is not supported for now.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GPtablevalue.png" style="width: 559px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/102400iA1D9C5B15242700D/image-size/large?v=v2&amp;amp;px=999" role="button" title="GPtablevalue.png" alt="GPtablevalue.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 21:55:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/typegptablevalue-is-not-supported-for-now/m-p/1416323#M70483</guid>
      <dc:creator>pixelpro</dc:creator>
      <dc:date>2024-04-28T21:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: typeGPTableValue is not supported for now</title>
      <link>https://community.esri.com/t5/python-questions/typegptablevalue-is-not-supported-for-now/m-p/1495633#M70887</link>
      <description>&lt;P&gt;Sadly it's exactly what is seems like, &lt;A href="https://doc.arcgis.com/en/web-appbuilder/latest/create-apps/gp-parameter-types.htm" target="_self"&gt;The GPValueTable parameter is not implemented in the geoprocessing widget yet.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is a &lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/gp-data-types/#gpvaluetable" target="_self"&gt;REST implementation&lt;/A&gt;, but that means you'll have to move away from the widget and build a REST interface for the tool. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 19:58:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/typegptablevalue-is-not-supported-for-now/m-p/1495633#M70887</guid>
      <dc:creator>HaydenWelch</dc:creator>
      <dc:date>2024-06-20T19:58:20Z</dc:date>
    </item>
  </channel>
</rss>

