[USER_Name]+'\n'+ " " +[USER_Address] This would be the python script but i'm not sure how to do this using Arcade?
Currently multi line labels are not supported in the web map of ArcGIS Online. Later this year there will be a redesign of the web map to include this capability. After that update you will be able to use:
$feature<SPAN class="punctuation token">.</SPAN>USER_Name <SPAN class="operator token">+</SPAN> TextFormatting<SPAN class="punctuation token">.</SPAN>NewLine <SPAN class="operator token">+</SPAN> $feature<SPAN class="punctuation token">.</SPAN>USER_Address<SPAN class="punctuation token">;</SPAN> <SPAN class="comment token">//or</SPAN> <SPAN class="keyword token">return</SPAN> $feature<SPAN class="punctuation token">.</SPAN>USER_Name <SPAN class="operator token">+</SPAN> TextFormatting<SPAN class="punctuation token">.</SPAN>NewLine <SPAN class="operator token">+</SPAN> $feature<SPAN class="punctuation token">.</SPAN>USER_Address<SPAN class="punctuation token">;</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.