<?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: Setting multiple URL parameters for &amp;quot;embed&amp;quot; widget in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/setting-multiple-url-parameters-for-quot-embed/m-p/1664903#M21573</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/838518"&gt;@HannahWilson3&lt;/a&gt;, did you ever figure this out? I want to do something similar but with 2 different data sources.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Nov 2025 14:01:01 GMT</pubDate>
    <dc:creator>DebSF</dc:creator>
    <dc:date>2025-11-11T14:01:01Z</dc:date>
    <item>
      <title>Setting multiple URL parameters for "embed" widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/setting-multiple-url-parameters-for-quot-embed/m-p/1596808#M17987</link>
      <description>&lt;P&gt;I'm trying to set up an Experience with a layer that can be filtered on one of two potential fields using URL parameters&lt;SPAN&gt;. Based on answers to some other forum posts, I've embedded the "main" experience within a "shell" experience and am trying to set up the URL parameters. It seems like the software is having trouble accepting the multiple field options.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the Embed widget setup within the "shell" app, the URL I've created is:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;https ://arcgis.&lt;STRONG&gt;[ORG]&lt;/STRONG&gt;/portal/apps/experiencebuilder/experience/?id=&lt;STRONG&gt;[MAIN-APP-ID]&lt;/STRONG&gt;&amp;amp;data_filter=&lt;STRONG&gt;[DataSource1]&lt;/STRONG&gt;:CO_CODE%3D%27{appURL.search.co_code}%27,&lt;STRONG&gt;[DataSource1]&lt;/STRONG&gt;:CTU_ID%3D{appURL.search.ctu_id}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;The goal is that the end user can visit the app and have DataSource1 automatically filtered by either the co_code text field or the ctu_id integer field:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;https ://arcgis.&lt;STRONG&gt;[ORG]&lt;/STRONG&gt;/portal/apps/experiencebuilder/experience/?id=&lt;STRONG&gt;[SHELL-APP-ID]&lt;/STRONG&gt;&amp;amp;co_code=003&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;https ://arcgis.&lt;STRONG&gt;[ORG]&lt;/STRONG&gt;/portal/apps/experiencebuilder/experience/?id=&lt;STRONG&gt;[SHELL-APP-ID]&lt;/STRONG&gt;&amp;amp;ctu_id=2393954&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But in practice, this will only work for whichever parameter is listed last in the Embed widget setup. For the example above, the filtering works with ctu_id but not co_code. If I swap the order of them (...&lt;EM&gt;/experience/?id=&lt;STRONG&gt;[MAIN-APP-ID]&lt;/STRONG&gt;&amp;amp;data_filter=&lt;STRONG&gt;[DataSource1]&lt;/STRONG&gt;:CTU_ID%3D&lt;SPAN&gt;{appURL.search.ctu_id}&lt;/SPAN&gt;,&lt;STRONG&gt;[DataSource1]&lt;/STRONG&gt;:CO_CODE%3D%27&lt;SPAN&gt;{appURL.search.co_code}&lt;/SPAN&gt;%27&lt;/EM&gt;), then the filtering works for co_code but not for ctu_id.&lt;/P&gt;&lt;P&gt;Any suggestions on how to solve this? This is in Enterprise 11.3, I believe.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 20:54:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/setting-multiple-url-parameters-for-quot-embed/m-p/1596808#M17987</guid>
      <dc:creator>HannahWilson3</dc:creator>
      <dc:date>2025-03-18T20:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setting multiple URL parameters for "embed" widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/setting-multiple-url-parameters-for-quot-embed/m-p/1664903#M21573</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/838518"&gt;@HannahWilson3&lt;/a&gt;, did you ever figure this out? I want to do something similar but with 2 different data sources.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 14:01:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/setting-multiple-url-parameters-for-quot-embed/m-p/1664903#M21573</guid>
      <dc:creator>DebSF</dc:creator>
      <dc:date>2025-11-11T14:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Setting multiple URL parameters for "embed" widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/setting-multiple-url-parameters-for-quot-embed/m-p/1687378#M22608</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/783517"&gt;@DebSF&lt;/a&gt;&amp;nbsp;No, we never did figure this out. Since both were from the same data source, we ended up using a workaround - created a new field containing both CTU_ID and CO_CODE so that we could just use a single parameter.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 16:56:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/setting-multiple-url-parameters-for-quot-embed/m-p/1687378#M22608</guid>
      <dc:creator>HannahWilson3</dc:creator>
      <dc:date>2026-02-27T16:56:42Z</dc:date>
    </item>
  </channel>
</rss>

