Base type LongText in an Enum type seems not to allow line break

Hi community,

I need the ability to paste a short text into a Enum type. However, even if I set the Base Type as LongText in the Enum settings. It seems impossible to enter a text with lines break.

example : 

"ABC

DEF"

is pasted as "ABC DEF"

How can I keep the line breaks?

Thanks!

 

0 4 124
  • UX
4 REPLIES 4

To add line breaks you may want to use the approach suggested in many posts in the community related to line breaks.

Please search the community "Q&A" section by the words "Line break"

In general the format for achieving line breaks will  be 

CONCATENATE( "ABC","

โ€œ,"DEF" )

Sorry, I think I didn't explain very good ๐Ÿ˜…

What I mean, in a Form, how to let user enter some text that contains line breaks in a Enum type (knowing that setting the Base Teyp as LongText does not do the job) ?

Thanks!

Oh okay, do you mean you wish the user to enter the "Add other values" in an enum with line breaks?

If so, I am afraid I am not aware of any way to achieve it.

yes indeed, that's what I need ๐Ÿ˜

Top Labels in this Space