Severity
UI bug/usability issue
Version
Version 2026.1
What happened?
When a process template parameter is defined as Multi-line text box, entering a value with multiple lines preserves the line breaks in the editor, but the displayed parameter value is later rendered as a single line.
Example entered value:
Displayed value:
This makes it look like newline characters were removed, even though the editor still shows the original multi-line content.
What I expected to happen
The parameter value display should preserve line breaks, or visually represent them, instead of flattening everything into one line.
Reproduction
- Go to Platform Hub → Process Templates
- Create or edit a process template
- Add a parameter with control type Multi-line text box
- Enter a value across multiple lines, for example:
- Save
- View the parameter value in the template UI
- Observe that the displayed value is flattened into a single line
Severity
UI bug/usability issue
Version
Version 2026.1
What happened?
When a process template parameter is defined as Multi-line text box, entering a value with multiple lines preserves the line breaks in the editor, but the displayed parameter value is later rendered as a single line.
Example entered value:
Displayed value:
This makes it look like newline characters were removed, even though the editor still shows the original multi-line content.
What I expected to happen
The parameter value display should preserve line breaks, or visually represent them, instead of flattening everything into one line.
Reproduction