<?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: Feature Info widget: &amp;quot;The information for this feature could not be displayed&amp;quot; in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707697#M23479</link>
    <description>&lt;P&gt;Thanks for the response &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/809575"&gt;@EMani&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;There are no null geometries in Met Council Districts - just sixteen valid polygon features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The names match exactly, even spaces, and are unique within the map. (Met Council Districts is within a group layer - wonder if that requires something special for the name?)&lt;/P&gt;&lt;P&gt;I'm looking into using FeatureSetByID instead of FeatureSetByName, but can't find any clear explanation on how to find the layer's ID!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2026 17:25:02 GMT</pubDate>
    <dc:creator>HannahWilson3</dc:creator>
    <dc:date>2026-06-11T17:25:02Z</dc:date>
    <item>
      <title>Feature Info widget: "The information for this feature could not be displayed"</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707246#M23463</link>
      <description>&lt;P&gt;I'm using the Feature Info widget to display popup info for a couple tables, and it's giving me the error "The information for this feature could not be displayed".&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This is different from the "no data" message.&lt;/LI&gt;&lt;LI&gt;The error occurs whether or not a feature is selected.&lt;/LI&gt;&lt;LI&gt;In the widget configuration, data source is configured for "default", not "selected features"&lt;/LI&gt;&lt;LI&gt;The popup contains Arcade expressions and is working fine in map viewer.&lt;/LI&gt;&lt;LI&gt;This error is occurring for 2 of 6 views in my app (the views show different web maps with different themes; each map has a table connected to a Feature Info widget. Tables in each map are from the same hosted table.) All the Feature Info widgets are configured similarly - four are working fine, but two are showing this error.&lt;/LI&gt;&lt;LI&gt;When I googled the error, the only hit was for this bug:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/bug/the-error-message-error-the-information-for-this-featur-bug-000143889" target="_blank" rel="noopener"&gt;BUG-000143889 for ArcGIS Online&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;I'm using ArcGIS Enterprise 11.3&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahWilson3_0-1781032226098.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/153655i0DF2B99239868DAD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahWilson3_0-1781032226098.png" alt="HannahWilson3_0-1781032226098.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The widget configuration:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahWilson3_1-1781032288398.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/153656iEB13C4C970874339/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahWilson3_1-1781032288398.png" alt="HannahWilson3_1-1781032288398.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The functioning popup in Map Viewer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahWilson3_2-1781032401878.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/153657i049C7BACEDC6AD7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahWilson3_2-1781032401878.png" alt="HannahWilson3_2-1781032401878.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Similarly configured widget working in a different view (comes from the same hosted table in a different web map):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahWilson3_3-1781032573683.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/153658i996F94C3C8B62156/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahWilson3_3-1781032573683.png" alt="HannahWilson3_3-1781032573683.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here are the expressions used:&lt;/P&gt;&lt;P&gt;{expression/expr0}:&lt;/P&gt;&lt;PRE&gt;var awards = FeatureSetByName($map, "Livable Communities Grant Awards")
var districts = FeatureSetByName($map, "Met Council Districts")

// Filter for the district polygon corresponding to the district in this table
// should be a featureset with one feature
var thisDistrictFS = Filter(districts, "MCDIST = " + $feature.mcdist) 

// Get the feature from the featureset
var thisDistrict = First(thisDistrictFS)

// Find award points within the district feature
var districtAwards = Intersects(awards, thisDistrict)

// Create list of the award categories
var awardTypes = []
var awardList = ""
for (var f in districtAwards) {
  Push(awardTypes, f.CATEGORY)
}

// Clean up the list
awardTypes = Distinct(awardTypes)
awardTypes = Sort(awardTypes)
for (var f in awardTypes) {
  awardList += awardTypes[f] + TextFormatting.NewLine
}
awardList = Replace(awardList, "TBRA", "Tax Base Revitalization Account (TBRA)")
awardList = Replace(awardList, "LCDA", "Livable Communities Demonstration Account (LCDA)")
awardList = Replace(awardList, "LHIA", "Local Housing Incentives Account (LHIA)")
awardList = Replace(awardList, "TOD", "Transit-Oriented Development (TOD)")
awardList = Trim(awardList)

return awardList&lt;/PRE&gt;&lt;P&gt;{expression/expr1}:&lt;/P&gt;&lt;PRE&gt;// Convert big numbers to $1.7B, etc
var amount = $feature.lcaawardtotal
var millions = "$" + Round(amount / 1000000, 1) + "M"
var billions = "$" + Round(amount / 1000000000, 1) + "B"
var thousands = "$" + Text(amount, "#,###")
When(
  amount &amp;gt;= 1000000 &amp;amp;&amp;amp; amount &amp;lt; 1000000000, 
  millions, 
  amount &amp;gt;= 1000000000,
  billions,
  thousands)&lt;/PRE&gt;&lt;P&gt;Incorporated into the text block of the popup:&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;PRE&gt; {lcagrantsawarded} grants awarded through the following programs:

 {expression/expr0} 

 {expression/expr1} in grants awarded since 1996&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 21:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707246#M23463</guid>
      <dc:creator>HannahWilson3</dc:creator>
      <dc:date>2026-06-11T21:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Info widget: "The information for this feature could not be displayed"</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707404#M23470</link>
      <description>&lt;P&gt;This might not be the answer, but are the non-working pop-ups created with Arcade &lt;STRONG&gt;content blocks&lt;/STRONG&gt; (this is different from Arcade &lt;STRONG&gt;attribute expressions&lt;/STRONG&gt;)? You mention expressions in your post, but I figured I'd ask since&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-ideas/allow-query-widget-results-to-display-arcade/idi-p/1414127" target="_self"&gt;I've had problems displaying Arcade content blocks before with other widgets&lt;/A&gt;, though the result was a blank pop-up, not an error.&lt;/P&gt;&lt;P&gt;If you're using Arcade content blocks, try removing them and adding something "simpler" like a field list, and see if your feature info widget works then.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2026 12:52:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707404#M23470</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2026-06-10T12:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Info widget: "The information for this feature could not be displayed"</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707447#M23471</link>
      <description>&lt;P&gt;It's not using Arcade content blocks - just attribute expressions incorporated into a text block.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2026 14:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707447#M23471</guid>
      <dc:creator>HannahWilson3</dc:creator>
      <dc:date>2026-06-10T14:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Info widget: "The information for this feature could not be displayed"</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707449#M23472</link>
      <description>&lt;P&gt;[Edit: had posted the Arcade expressions as a comment; added them to the main post instead]&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 21:31:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707449#M23472</guid>
      <dc:creator>HannahWilson3</dc:creator>
      <dc:date>2026-06-11T21:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Info widget: "The information for this feature could not be displayed"</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707625#M23477</link>
      <description>&lt;P data-unlink="true"&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/838518"&gt;@HannahWilson3&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyname:~:text=Count(%20features%20)%3B-,FeatureSetByName,-FeatureSetByName(featureSetCollection%2C%20title" target="_blank" rel="noopener"&gt;FeatureSetByName&lt;/A&gt;&lt;EM&gt;&amp;nbsp;Creates a FeatureSet from a Feature Layer based on its &lt;STRONG&gt;name within a map&lt;/STRONG&gt; or feature service. Keep in mind this name is not necessarily &lt;STRONG&gt;unique&lt;/STRONG&gt;. It is therefore more appropriate to create a FeatureSet using&amp;nbsp;FeatureSetById().&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;BR /&gt;&lt;SPAN&gt;FeatureSetByName($map, "Livable Communities Grant Awards")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;Livable Communities Grant Awards&lt;/STRONG&gt;&amp;nbsp;and &lt;STRONG&gt;Met Council Districts&lt;/STRONG&gt;&amp;nbsp;should be&amp;nbsp;&lt;A href="https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyname:~:text=The%20title%20of%20the%20layer%20within%20the%20given%20map" target="_self"&gt;the title of the layer within the given&amp;nbsp;&lt;/A&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyname:~:text=The%20title%20of%20the%20layer%20within%20the%20given%20map" target="_self"&gt;map&lt;/A&gt;&amp;nbsp;in every map (not the hosted feature layer name), so check all your maps to ensure the names match. Even a trailing space can make a difference.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;&lt;A href="https://community.esri.com/t5/attribute-rules-questions/intersects-error-search-geometry-cannot-be-null/td-p/1179688#:~:text=Intersects()%20with%20null%20geometries" target="_blank" rel="noopener"&gt;Intersects() with null geometries&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;I would also check if there are any &lt;STRONG&gt;null geometries&amp;nbsp;&lt;/STRONG&gt;in&amp;nbsp;Met Council Districts.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var districtAwards = Intersects(awards, thisDistrict)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 14:19:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707625#M23477</guid>
      <dc:creator>EMani</dc:creator>
      <dc:date>2026-06-11T14:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Info widget: "The information for this feature could not be displayed"</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707697#M23479</link>
      <description>&lt;P&gt;Thanks for the response &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/809575"&gt;@EMani&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;There are no null geometries in Met Council Districts - just sixteen valid polygon features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The names match exactly, even spaces, and are unique within the map. (Met Council Districts is within a group layer - wonder if that requires something special for the name?)&lt;/P&gt;&lt;P&gt;I'm looking into using FeatureSetByID instead of FeatureSetByName, but can't find any clear explanation on how to find the layer's ID!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 17:25:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707697#M23479</guid>
      <dc:creator>HannahWilson3</dc:creator>
      <dc:date>2026-06-11T17:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Info widget: "The information for this feature could not be displayed"</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707812#M23480</link>
      <description>&lt;H2&gt;&lt;FONT size="3"&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/838518"&gt;@HannahWilson3&lt;/a&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/H2&gt;&lt;H2&gt;&lt;FONT size="3"&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyid:~:text=return%20devicesCount%3B-,FeatureSetById,-FeatureSetById(featureSetCollection%2C%20id" target="_blank" rel="noopener"&gt;FeatureSetById&lt;/A&gt;&lt;/FONT&gt;&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;id&lt;/STRONG&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/arcade/guide/types/#text" target="_blank" rel="noopener"&gt;Text&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- The ID of the layer within the given&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;map. This layer must be created from a feature service; feature collections are not supported.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Please note that this value must be a text literal.&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Returns the number of features in the layer with the id DemoLayerWM_1117 in the given map.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;var features = FeatureSetById($map,'DemoLayerWM_1117', ['*'], true);&lt;/SPAN&gt;&lt;SPAN&gt;Count( features );&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;To find the layer id:&lt;/P&gt;&lt;P&gt;In the data tab, click on the map.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-06-12 112101.png" style="width: 162px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/153797iA9D8C2CC310F734E/image-size/small?v=v2&amp;amp;px=200" role="button" title="Screenshot 2026-06-12 112101.png" alt="Screenshot 2026-06-12 112101.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then click the ID button on the layer.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-06-12 112022.png" style="width: 111px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/153796iE96312505AD7481B/image-size/small?v=v2&amp;amp;px=200" role="button" title="Screenshot 2026-06-12 112022.png" alt="Screenshot 2026-06-12 112022.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I don't think group layers would change anything. You could test with them outside of the group to be sure, but from the Arcade docs, I think by id would be a better option and easier to match a single digit than a string.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 10:23:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707812#M23480</guid>
      <dc:creator>EMani</dc:creator>
      <dc:date>2026-06-12T10:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Info widget: "The information for this feature could not be displayed"</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707854#M23484</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/809575"&gt;@EMani&lt;/a&gt;&amp;nbsp;- are those screenshots from AGOL or maybe ExpB Dev Edition? I'm using Exp Builder in Enterprise 11.3 and do not see the ID.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahWilson3_0-1781271562864.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/153806iF9D8C870AB4BB1B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahWilson3_0-1781271562864.png" alt="HannahWilson3_0-1781271562864.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Weirdly, the error now only occurs on initial page load. I added the optional "fields" parameter to the FeatureSetByName functions to pull only the fields needed for the expression; now, I still get the error when the app is first loaded, but refreshing the page brings up the correct feature info.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var awards = FeatureSetByName($map, "Livable Communities Grant Awards", ["CATEGORY"])
var districts = FeatureSetByName($map, "Met Council Districts", ["MCDIST"])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 13:50:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707854#M23484</guid>
      <dc:creator>HannahWilson3</dc:creator>
      <dc:date>2026-06-12T13:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Info widget: "The information for this feature could not be displayed"</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707905#M23486</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/838518"&gt;@HannahWilson3&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;All the Feature Info widgets are configured similarly - four are working fine, but two are showing this error.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;Are the two that were working fine still working totally fine, or are they also now erroring on first load?&lt;/P&gt;&lt;P&gt;It's definitely worthwhile to have checked that the layer names are valid (when using FeatureSetByName), but if there was a problem there, you would've been seeing issues with the pop-ups in Map Viewer too instead of only Experience Builder.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 17:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707905#M23486</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2026-06-12T17:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Info widget: "The information for this feature could not be displayed"</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707917#M23487</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/606665"&gt;@NicoleJohnson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yep, all the others are still working fine.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 16:42:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/feature-info-widget-quot-the-information-for-this/m-p/1707917#M23487</guid>
      <dc:creator>HannahWilson3</dc:creator>
      <dc:date>2026-06-12T16:42:58Z</dc:date>
    </item>
  </channel>
</rss>

