<?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: Expereince Builder URL parameters data select not working in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expereince-builder-url-parameters-data-select-not/m-p/1613531#M18894</link>
    <description>&lt;P&gt;Just a programmer's wild instinct!&lt;/P&gt;</description>
    <pubDate>Mon, 12 May 2025 01:53:26 GMT</pubDate>
    <dc:creator>Allen_Zhang</dc:creator>
    <dc:date>2025-05-12T01:53:26Z</dc:date>
    <item>
      <title>Expereince Builder URL parameters data select not working</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expereince-builder-url-parameters-data-select-not/m-p/1608695#M18613</link>
      <description>&lt;P class=""&gt;Hi all,&lt;/P&gt;&lt;P class=""&gt;I'm trying to create a URL parameter in Experience Builder (ExB) while working in &lt;STRONG&gt;ArcGIS Enterprise 11.3&lt;/STRONG&gt;. I've followed the documentation and successfully implemented a "data_s=where:" statement in &lt;STRONG&gt;ArcGIS Online&lt;/STRONG&gt;, but I'm having trouble replicating that success in &lt;STRONG&gt;Enterprise&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class=""&gt;&lt;span class="lia-unicode-emoji" title=":page_facing_up:"&gt;📄&lt;/span&gt; Reference documentation:&lt;BR /&gt;&lt;A href="https://doc.arcgis.com/en/experience-builder/11.3/build-apps/url-parameters.htm#ESRI_SECTION2_27A9ED8B0DDE40FFBBC2FD56C9023558" target="_new" rel="noopener"&gt;Experience Builder URL Parameters (ArcGIS 11.3)&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;span class="lia-unicode-emoji" title=":wrench:"&gt;🔧&lt;/span&gt; Here's the example I'm working from:&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#ESRI EXAMPLE
https://experience.arcgis.com/experience/&amp;lt;AppId&amp;gt;/#data_s=where:widget_1-dataSource_1-1871234a785-layer-2:a&amp;gt;1

#TESTING URL
https://&amp;lt;organization portal url&amp;gt;/apps/experiencebuilder/experience/?id=&amp;lt;experienceID&amp;gt;#data_s=where%3A&amp;lt;dataSource value&amp;gt;%3A&amp;lt;attributeField&amp;gt;%3D&amp;lt;attributeValue&amp;gt;&lt;/LI-CODE&gt;&lt;P class=""&gt;So far, I've been successful using &lt;STRONG&gt;OBJECTID&lt;/STRONG&gt; as the attribute field, but I can’t seem to get it to work with &lt;STRONG&gt;other attribute fields&lt;/STRONG&gt;. I’ve double-checked field names, data types, and syntax, but no luck so far.&lt;/P&gt;&lt;P class=""&gt;Has anyone encountered this in Enterprise 11.3 or have any tips on what might be causing the issue?&lt;/P&gt;&lt;P class=""&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;P class=""&gt;Cheers,&lt;BR /&gt;Heath&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 20:41:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/expereince-builder-url-parameters-data-select-not/m-p/1608695#M18613</guid>
      <dc:creator>HeathAnderson</dc:creator>
      <dc:date>2025-04-23T20:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expereince Builder URL parameters data select not working</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expereince-builder-url-parameters-data-select-not/m-p/1608782#M18616</link>
      <description>&lt;P&gt;Sometimes the displayed field name is not the real field name...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Allen_Zhang_0-1745462682756.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130885i4F39DDDFBE60043A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Allen_Zhang_0-1745462682756.png" alt="Allen_Zhang_0-1745462682756.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find the real field name here in arcgis rest service.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Allen_Zhang_1-1745462801529.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130886iA5D1F496526E1655/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Allen_Zhang_1-1745462801529.png" alt="Allen_Zhang_1-1745462801529.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if the field is a text/string, you need to wrap the field value with single quotes:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Allen_Zhang_2-1745462876555.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130887iDABD8247043DAA6F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Allen_Zhang_2-1745462876555.png" alt="Allen_Zhang_2-1745462876555.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 02:48:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/expereince-builder-url-parameters-data-select-not/m-p/1608782#M18616</guid>
      <dc:creator>Allen_Zhang</dc:creator>
      <dc:date>2025-04-24T02:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expereince Builder URL parameters data select not working</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expereince-builder-url-parameters-data-select-not/m-p/1608878#M18628</link>
      <description>&lt;P&gt;Hi Allen,&lt;/P&gt;&lt;P&gt;It was the quotes.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Heath&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 13:17:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/expereince-builder-url-parameters-data-select-not/m-p/1608878#M18628</guid>
      <dc:creator>HeathAnderson</dc:creator>
      <dc:date>2025-04-24T13:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Expereince Builder URL parameters data select not working</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expereince-builder-url-parameters-data-select-not/m-p/1611837#M18785</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp; Where in the documentation does is mention strings must be in single quotes?&amp;nbsp; How did you know that?&amp;nbsp; I assumed double quotes and it wasn't working at all for me.&amp;nbsp; But that was just a wild guess due to no documentation on this subject.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 01:45:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/expereince-builder-url-parameters-data-select-not/m-p/1611837#M18785</guid>
      <dc:creator>PSRFA_GIS</dc:creator>
      <dc:date>2025-05-06T01:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expereince Builder URL parameters data select not working</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/expereince-builder-url-parameters-data-select-not/m-p/1613531#M18894</link>
      <description>&lt;P&gt;Just a programmer's wild instinct!&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 01:53:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/expereince-builder-url-parameters-data-select-not/m-p/1613531#M18894</guid>
      <dc:creator>Allen_Zhang</dc:creator>
      <dc:date>2025-05-12T01:53:26Z</dc:date>
    </item>
  </channel>
</rss>

