<?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: How to create a line break when concatenating text in ArcGIS online Arcade? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447197#M2975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using &amp;nbsp;+&amp;nbsp;TextFormatting.NewLine&amp;nbsp;+ to build a stacked label in ArcGIS Online, but it still produced single line label &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2016 18:00:07 GMT</pubDate>
    <dc:creator>MegHoole1</dc:creator>
    <dc:date>2016-12-22T18:00:07Z</dc:date>
    <item>
      <title>How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447195#M2973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When concatenating strings and attributes in ArcGIS online Arcade I would like to have the output in tow line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In python it would be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Unit " + $feature.Unit + \n +$feature.Zone_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the output looking like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="color: #4c4c4c; background-color: #ffffff; border-top: none; border-bottom: 1px solid #cccccc; border-left: none; border-right: none; font-size: 0.875rem; margin-bottom: 1.55rem; width: 120px;"&gt;&lt;THEAD style="background-color: #efefef; border-bottom: 1px solid #cccccc; font-weight: 400; font-size: 1rem;"&gt;&lt;TR style="border-bottom: none;"&gt;&lt;TH class="" colspan="1" data-i18n="nls.result" style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem; width: 46px;"&gt;Result&lt;/TH&gt;&lt;TH colspan="1" data-i18n="nls.value" style="border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem; width: 39px;"&gt;Value&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR class="" style="border-bottom: 1px solid #cccccc;"&gt;&lt;TD colspan="1" data-i18n="nls.result" rowspan="1" style="border-left: none; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem; width: 46px;"&gt;Result&lt;/TD&gt;&lt;TD class="" colspan="1" rowspan="1" style="border-left: 1px solid #cccccc; border-right: none; font-weight: 300; padding: 0.51667rem; width: 39px;"&gt;&lt;P&gt;Unit 2&lt;/P&gt;&lt;P&gt;Zone8400&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="" style="border-bottom: none;"&gt;&lt;TD colspan="1" data-i18n="nls.type" rowspan="1" style="border-left: none; border-right: 1px solid #cccccc; font-weight: 300; padding: 0.51667rem; width: 46px;"&gt;Type&lt;/TD&gt;&lt;TD colspan="1" data-i18n="nls.string" rowspan="1" style="border-left: 1px solid #cccccc; border-right: none; font-weight: 300; padding: 0.51667rem; width: 39px;"&gt;String&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 22:07:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447195#M2973</guid>
      <dc:creator>MarcosMontelongo</dc:creator>
      <dc:date>2016-12-19T22:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447196#M2974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it's called a text constant in Arcade. Maybe try this --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;"Unit " + $feature.Unit +&amp;nbsp;&lt;/SPAN&gt;TextFormatting.NewLine&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;+ $feature.Zone_&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Lesi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 23:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447196#M2974</guid>
      <dc:creator>LesiMai3</dc:creator>
      <dc:date>2016-12-21T23:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447197#M2975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using &amp;nbsp;+&amp;nbsp;TextFormatting.NewLine&amp;nbsp;+ to build a stacked label in ArcGIS Online, but it still produced single line label &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 18:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447197#M2975</guid>
      <dc:creator>MegHoole1</dc:creator>
      <dc:date>2016-12-22T18:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447198#M2976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right. I should have tested it before posting. But the same expression is recognized by Pro 1.4 Alpha. So a workaround for now can be&amp;nbsp;to author the label in Pro and then publish it. Maybe a support case can be filed to let esri know &lt;SPAN style="background-color: #ffffff;"&gt;TextFormatting.NewLine is not working on ArcGIS Online?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Lesi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 18:42:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447198#M2976</guid>
      <dc:creator>LesiMai3</dc:creator>
      <dc:date>2016-12-22T18:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447199#M2977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did that workaround work for you? For me, it still ignores TextFormatting.NewLine after publishing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 19:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447199#M2977</guid>
      <dc:creator>JoshuaAndreas</dc:creator>
      <dc:date>2017-01-05T19:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447200#M2978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, no. The issue probably won't get resolved until the "bug" is logged...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 19:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447200#M2978</guid>
      <dc:creator>LesiMai3</dc:creator>
      <dc:date>2017-01-05T19:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447201#M2979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to clarify, &amp;nbsp;TextFormatting.NewLine is supported in Arcade from a language perspective. The problem you are seeing is related to the fact that currently ArcGIS Online does not support multi-line labels; that is independent of the labeling syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 15:00:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447201#M2979</guid>
      <dc:creator>PaulBarker</dc:creator>
      <dc:date>2017-01-12T15:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447202#M2980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the clarification, Paul! Do we know when that capability will become available in ArcGIS Online/Portal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 15:44:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447202#M2980</guid>
      <dc:creator>LesiMai3</dc:creator>
      <dc:date>2017-01-12T15:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447203#M2981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I don't have a timeline that I can share for multi-line labels.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 12:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447203#M2981</guid>
      <dc:creator>PaulBarker</dc:creator>
      <dc:date>2017-01-13T12:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447204#M2982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also like to see this supported in ArcGIS Online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if this has been logged as an enhancement or a bug so&amp;nbsp;Esri can formally document it as something that needs addressed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 16:09:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447204#M2982</guid>
      <dc:creator>RyanNosek</dc:creator>
      <dc:date>2017-01-24T16:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447205#M2983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any updates on this? Will multiline labels be supported in ArcGIS Online? I've tested the Arcade syntax again, but it does not appear that is yet supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 21:21:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447205#M2983</guid>
      <dc:creator>SarahAnderson1</dc:creator>
      <dc:date>2018-05-10T21:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447206#M2984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can customize by using Arcade expression for labels.&lt;/P&gt;&lt;P&gt;It's a workaround which I didn't test it yet but I believe it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/labels_arcade.html" title="https://developers.arcgis.com/javascript/3/jssamples/labels_arcade.html"&gt;Label features using Arcade expressions | ArcGIS API for JavaScript 3.25&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 13:49:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447206#M2984</guid>
      <dc:creator>khalilramadeen</dc:creator>
      <dc:date>2018-07-12T13:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447207#M2985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES!&amp;nbsp;&amp;nbsp;Please make&amp;nbsp;the Arcade new line functions work in ArcGIS Online! I have come across multiple occasions where it would be useful. It is especially frustrating when the "Test" in the editing window shows multiple lines only to have a single line display in the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 16:50:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447207#M2985</guid>
      <dc:creator>AnthonyIerulli</dc:creator>
      <dc:date>2018-07-13T16:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447208#M2986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be really really lovely if this Arcade expression would be supported in AGOL. I just tried publishing labels I made in pro with it and it didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 23:19:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447208#M2986</guid>
      <dc:creator>CynthiaParker1</dc:creator>
      <dc:date>2019-01-08T23:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447209#M2987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/16126" target="_blank"&gt;https://community.esri.com/ideas/16126&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's vote up on this, this would be extremely helpful functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help us get some votes on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:34:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447209#M2987</guid>
      <dc:creator>Miralem_Zeljo</dc:creator>
      <dc:date>2021-06-22T08:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447210#M2988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just gave this:&lt;/P&gt;&lt;P&gt;TextFormatting.NewLine&amp;nbsp;&lt;/P&gt;&lt;P&gt;a try and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am actually trying to get TextFormatting.NewLine&amp;nbsp; to not put everything on a new line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2019 16:03:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447210#M2988</guid>
      <dc:creator>kathyhardinwalker</dc:creator>
      <dc:date>2019-10-08T16:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447211#M2989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did this work in the Web Map? I am not able to make it work. I think it works in collector and Arc Pro, however i am still waiting to see this working in Apps/Maps. It would be really great if we could get Esri to make this a reality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:36:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447211#M2989</guid>
      <dc:creator>Miralem_Zeljo</dc:creator>
      <dc:date>2019-10-11T19:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447212#M2990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/153797"&gt;Miralem Zeljo&lt;/A&gt;, this works in&amp;nbsp;&lt;EM&gt;ArcGIS API 4.x &lt;/EM&gt;related products&lt;EM&gt;&amp;nbsp;-&amp;nbsp;&lt;A href="https://community.esri.com/ideas/15261-support-multi-line-labels-using-arcade-in-agol"&gt;Support Multi-Line Labels Using Arcade in AGOL&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But, if&amp;nbsp;you are using &lt;EM&gt;ArcGIS API 3.x apps&lt;/EM&gt; &lt;EM&gt;(e.g. Operations Dashboard)&lt;/EM&gt; - this functionality wouldn't work - as stated in the&amp;nbsp;&lt;A href="https://developers.arcgis.com/arcade/function-reference/constants/#textformatting.newline"&gt;Arcade Documentation&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;An interim solution would be to - pass a HTML tag for line breaks instead -&amp;nbsp;&lt;STRONG&gt;&amp;lt;br /&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;{expression/expr0} + &lt;SPAN style="color: #008000;"&gt;"&amp;lt;br /&amp;gt;"&lt;/SPAN&gt; +&amp;nbsp;{expression/expr1}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will cause any&amp;nbsp;&lt;EM&gt;4.x -&amp;nbsp;&lt;/EM&gt;apps and maps to look horrible, but will do the trick for &lt;EM&gt;3.x&lt;/EM&gt; related products &lt;EM&gt;&lt;STRONG&gt;(only works with popups not labels)&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2020 06:28:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447212#M2990</guid>
      <dc:creator>GeeFernando</dc:creator>
      <dc:date>2020-02-13T06:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447213#M2991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still seeing this bug in ArcGIS Enterprise (portal) 10.7.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2020 17:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447213#M2991</guid>
      <dc:creator>ValCannon2</dc:creator>
      <dc:date>2020-03-25T17:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line break when concatenating text in ArcGIS online Arcade?</title>
      <link>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447214#M2992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked for me in on-premise portal&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/labels-multiline/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/labels-multiline/index.html"&gt;Multi-line labels | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2020 17:00:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-to-create-a-line-break-when-concatenating-text/m-p/447214#M2992</guid>
      <dc:creator>ChrisWiebke</dc:creator>
      <dc:date>2020-04-03T17:00:36Z</dc:date>
    </item>
  </channel>
</rss>

