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.
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