Select to view content in your preferred language

New Issue with Popup & Arcade/TextFormatting.NewLine

242
0
03-14-2023 09:19 AM
ArmstKP
Regular Contributor

My popups have all been working fine, until the last week or so.

Not sure if it's related to TextFormatting.NewLine, but now, the text is cutoff at the end of the line.

ArmstKP_0-1678810689369.png

 

Here is my code for that section that has worked until the last week:

for (var myfeature in filterhistorySort){
    popupString += text(myfeature.lastserviced, 'MMM DD Y, hh:mm A') + '  ' + '|' + ' ' + ' ' + myfeature.vehicleid + ' ' + '|' + ' ' + myfeature.makemodel +
TextFormatting.NewLine
   
}

return popupString
0 Kudos
0 Replies