Suggested values or easy labels in LongText

Hi!

Is there a way to set some text labels, where users can use those labels while filling the longText column.

Solved Solved
0 3 152
2 ACCEPTED SOLUTIONS

  1. Have your labels listed in an EnumList column, named "Labels".

  2. Set the Initial value of your LongText column as: TEXT([Labels])

View solution in original post

Thank you. It worked after changing 

TEXT(Table name[Labels])

View solution in original post

3 REPLIES 3
Top Labels in this Space