I added a comment field available in the work orders screen in a dashboard.
The field in the dashboard can be updated.
When the values are returned in the dashboard, the carriage return does not seem to be taken into account.
On the other hand, when I write new values directly by the dashboard, it is saved and displayed correctly with the carriage return in the work order screen.
Is there a way to fix this so that the text displays correctly on the dashboard side?
Thank you in advance for your help!
left side → dashboard /
right side → work order comment tab
Here you can see I pull in the raw value into the comment control, then I use the value sitting there to parse the line breaks into a new variable. Then I replace the contents of the control with the new comment variable and all the line breaks show up.
Good luck!