<?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: Arcade: Escape Character for URL containing {} in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-escape-character-for-url-containing/m-p/1663612#M66987</link>
    <description>&lt;P&gt;Glad to help. Don't forget to click the "Accept as Solution" button to help others searching for this answer.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Nov 2025 16:42:58 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2025-11-05T16:42:58Z</dc:date>
    <item>
      <title>Arcade: Escape Character for URL containing {}</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-escape-character-for-url-containing/m-p/1663401#M66963</link>
      <description>&lt;P&gt;I am trying to add a URL to a pop-up using the Arcade element, but the URL contains values inside { } and Arcade is removing that entire portion from the returned result. I can't find any helpful escape characters to negate this.&lt;/P&gt;&lt;P&gt;This is an example of the URL:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://clientURL/?search={[Property" target="_blank"&gt;https://clientURL/?search={[Property&lt;/A&gt; Card]:[Sec_Block_Lot] = "77-3-34"}&amp;amp;openlfoneresult=true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This whole section:&amp;nbsp;{[Property Card]:[Sec_Block_Lot] = "77-3-34"} is removed and instead, I get:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://clientURL/?search=&amp;amp;openlfoneresult=true" target="_blank"&gt;https://clientURL/?search=&amp;amp;openlfoneresult=true&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;When I try the escape character {{ }}, it returns&amp;nbsp;&lt;A href="https://clientURL/?search=&amp;amp;openlfoneresult=true" target="_blank"&gt;https://clientURL/?search=&lt;STRONG&gt;}&lt;/STRONG&gt;&amp;amp;openlfoneresult=true&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I've also tried urlEncode(), subbing in %7B and %7D as encoded values for {}, and \ as an escape character, but none of those have worked.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I also tried using a normal text element and adding in the URL as a link with the same truncated result.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is there something obvious I'm missing? I appreciate any help!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Nov 2025 21:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-escape-character-for-url-containing/m-p/1663401#M66963</guid>
      <dc:creator>mgold_timmons</dc:creator>
      <dc:date>2025-11-04T21:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: Escape Character for URL containing {}</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-escape-character-for-url-containing/m-p/1663430#M66965</link>
      <description>&lt;P&gt;Try using the escape character "&amp;amp;#125;" for "{" and "&amp;amp;#125;" for "}". This syntax seems to work&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;LI-CODE lang="javascript"&gt;var output = `https://clientURL/?search=&amp;amp;#123;[Property Card]:[Sec_Block_Lot] = "77-3-34"&amp;amp;#125;&amp;amp;openlfoneresult=true`

return { 
	type : 'text', 
	text : output
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KenBuja_0-1762298668535.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/143211i2823AC040DF11E72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KenBuja_0-1762298668535.png" alt="KenBuja_0-1762298668535.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 23:27:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-escape-character-for-url-containing/m-p/1663430#M66965</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2025-11-04T23:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: Escape Character for URL containing {}</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-escape-character-for-url-containing/m-p/1663582#M66977</link>
      <description>&lt;P&gt;This worked! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 15:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-escape-character-for-url-containing/m-p/1663582#M66977</guid>
      <dc:creator>mgold_timmons</dc:creator>
      <dc:date>2025-11-05T15:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade: Escape Character for URL containing {}</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-escape-character-for-url-containing/m-p/1663612#M66987</link>
      <description>&lt;P&gt;Glad to help. Don't forget to click the "Accept as Solution" button to help others searching for this answer.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 16:42:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-escape-character-for-url-containing/m-p/1663612#M66987</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2025-11-05T16:42:58Z</dc:date>
    </item>
  </channel>
</rss>

