Prevent column edit if specific value is already set

Nin_o
New Member

Hi,

Is it possible to prevent a column from being edited if a certain value is already selected from a list? For example, if the column value is already set to “Option4” then it is no longer editable. If value is either “Option1”,Option2 or Option3, column can still be edited.

Thanks

Solved Solved
0 3 205
1 ACCEPTED SOLUTION

Nin_o
New Member

like NOT([_THIS]=“Option4”) ?

View solution in original post

3 REPLIES 3

Please explore Editable_if column constraint on the said column.

Nin_o
New Member

like NOT([_THIS]=“Option4”) ?

Correct

Top Labels in this Space