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 146
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

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

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

Thanks for Response.

Where I need to place labels column? in the same sheet?

I tried placing next to longText column.

it didn't work.

Thank you. It worked after changing 

TEXT(Table name[Labels])

Top Labels in this Space