How do i break a line in runtime in my widget text If certain criteria are met

How do i break a line in runtime in my widget text If certain criteria are met? Like “/n” or “Shift+Enter” but in runtime, while the text is being generated.

You can append a breakline to your text like this.

Or (i havent tested) use of rich text, then make use of tag breakline

Note: your text should be “multi line” text.

Thank you for your answer. I’m gonna test this today and comeback with the green light. :slight_smile:

1 Like

Format Text is another great node to work with.

image

Define the arguments by encapsulating with curly brackets.