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!
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 ๐
User | Count |
---|---|
25 | |
15 | |
4 | |
3 | |
3 |