<?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: Info summary widget not loading features for certain layers in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/info-summary-widget-not-loading-features-for/m-p/441300#M11654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;I solved this issue with some help from esri technical support. I used fiddler to monitor the queries that WAB was making to the feature service. It appears that for the line layer it was including a list of the fields in the outFields property of the query call. One of the fields it including didn't exist in the feature layer, so the query was failing.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;I think the reason why it included a field that didn't exist had to do with how I originally published the feature service from Pro.&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;Somehow I think I copied the popup configuration from other layers in my map that I published from. I know I used the 'Apply Symbology' tool, but not sure if this copied the popup configuration too. Regardless, for my polyline and polygon layers, I had the popups configured to show the Shape_Area and Shape_Length fields. This popup configuration got published as-is to the AGOL hosted feature layer. In other words, the fieldInfos arrays in popupInfo and popupElements in the hosted feature layer included those fields with the single underscore, not the double underscore (Shape_Area, Shape_Length). Those fields don't exist once it's published (only in the gdb that it was published from), but publishing the feature service with those popup configurations doesn't cause an error.&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;The issue occurs in WAB because it appears it uses those fieldInfos arrays to populate the outFields parameter in the queries that it makes to the REST API.&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;I confirmed that this was the issue in two ways.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;OL&gt;&lt;LI&gt;I used ago-assistant.com to edit the JSON for the hosted feature layer contained in the the web map that the web app was using. I added the additional underscore for every instance of those Shape fields. The info summary widget now works fine.&lt;/LI&gt;&lt;LI&gt;I went back to ArcGIS Pro and the map that I was using to publish the hosted feature layer to AGOL. I reset the popup configuration and republished. The fieldInfos arrays now contain the correct names for the Shape__Area and Shape__Length fields (with the double underscore).&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Apr 2019 20:35:42 GMT</pubDate>
    <dc:creator>JimmyKnowles</dc:creator>
    <dc:date>2019-04-13T20:35:42Z</dc:date>
    <item>
      <title>Info summary widget not loading features for certain layers</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/info-summary-widget-not-loading-features-for/m-p/441299#M11653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen this pop-up in other posts, but no one seems to have found a good answer/solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use the info summary widget and it works fine for most of my layers, but there is one layer that it just won't load the features for. It just continuously displays the loading feature animation and never loads them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/441392_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried a lot of different things to get this to work, but nothing seems to fix it. Here are the things I've tried:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;Deleting all existing line features and creating some new ones&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;Different combinations of what is displayed in the panel&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;Publishing a new feature service w/ no relationships&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;Different themes (dashboard, foldable, box)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;Various combinations of widget options&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;Anybody have anything else I can try?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 23:17:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/info-summary-widget-not-loading-features-for/m-p/441299#M11653</guid>
      <dc:creator>JimmyKnowles</dc:creator>
      <dc:date>2019-04-05T23:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Info summary widget not loading features for certain layers</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/info-summary-widget-not-loading-features-for/m-p/441300#M11654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;I solved this issue with some help from esri technical support. I used fiddler to monitor the queries that WAB was making to the feature service. It appears that for the line layer it was including a list of the fields in the outFields property of the query call. One of the fields it including didn't exist in the feature layer, so the query was failing.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;I think the reason why it included a field that didn't exist had to do with how I originally published the feature service from Pro.&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;Somehow I think I copied the popup configuration from other layers in my map that I published from. I know I used the 'Apply Symbology' tool, but not sure if this copied the popup configuration too. Regardless, for my polyline and polygon layers, I had the popups configured to show the Shape_Area and Shape_Length fields. This popup configuration got published as-is to the AGOL hosted feature layer. In other words, the fieldInfos arrays in popupInfo and popupElements in the hosted feature layer included those fields with the single underscore, not the double underscore (Shape_Area, Shape_Length). Those fields don't exist once it's published (only in the gdb that it was published from), but publishing the feature service with those popup configurations doesn't cause an error.&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;The issue occurs in WAB because it appears it uses those fieldInfos arrays to populate the outFields parameter in the queries that it makes to the REST API.&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;I confirmed that this was the issue in two ways.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; font-size: small;"&gt;&lt;OL&gt;&lt;LI&gt;I used ago-assistant.com to edit the JSON for the hosted feature layer contained in the the web map that the web app was using. I added the additional underscore for every instance of those Shape fields. The info summary widget now works fine.&lt;/LI&gt;&lt;LI&gt;I went back to ArcGIS Pro and the map that I was using to publish the hosted feature layer to AGOL. I reset the popup configuration and republished. The fieldInfos arrays now contain the correct names for the Shape__Area and Shape__Length fields (with the double underscore).&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Apr 2019 20:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/info-summary-widget-not-loading-features-for/m-p/441300#M11654</guid>
      <dc:creator>JimmyKnowles</dc:creator>
      <dc:date>2019-04-13T20:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Info summary widget not loading features for certain layers</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/info-summary-widget-not-loading-features-for/m-p/1019287#M20215</link>
      <description>&lt;P&gt;Solution worked for us as well. Thanks for the post&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 21:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/info-summary-widget-not-loading-features-for/m-p/1019287#M20215</guid>
      <dc:creator>DamonNelton</dc:creator>
      <dc:date>2021-01-22T21:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Info summary widget not loading features for certain layers</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/info-summary-widget-not-loading-features-for/m-p/1174053#M22204</link>
      <description>&lt;P&gt;This solution worked for me too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I had to do was configure the pop-up in the web map to display the shape_length (which had defaulted to unticked) and the summary widget started working.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 01:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/info-summary-widget-not-loading-features-for/m-p/1174053#M22204</guid>
      <dc:creator>RebekahPolette</dc:creator>
      <dc:date>2022-05-16T01:16:17Z</dc:date>
    </item>
  </channel>
</rss>

