Edit to admins: This should probably be in Portal questions but I don't see a way to move it.
Hello everyone. I am working on a map in our Portal so I can build a web application for a project we have coming up. For some reason, I am able to successfully use the following expression to stack two fields in the label in Pro, but not in Map Viewer Classic.
Expression:
"MM" + " " + $feature.trl_mm_numb
+ textformatting.NewLine
+ $feature.comments
Result in Pro:

Result in Map Viewer Classic (in Portal)

Any ideas?