Skip to content

Process template Multi-line text box parameter value is displayed as a single line #9959

@erfanghorbanee

Description

@erfanghorbanee

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:

Image

Displayed value:

Image

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

  1. Go to Platform HubProcess Templates
  2. Create or edit a process template
  3. Add a parameter with control type Multi-line text box
  4. Enter a value across multiple lines, for example:
     Line1
     Line2
     Line3
     etc...
  5. Save
  6. View the parameter value in the template UI
  7. Observe that the displayed value is flattened into a single line

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugThis issue represents a verified problem we are committed to solving

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions