Is it possible to show or hide a field in Microsoft Lists based on another field value in Edit and Display form in SharePoint Online, If yes, How can I show and hide Field in Microsoft Lists Forms conditionally in SharePoint Online?
You can easily show or hide a field in Microsoft List Form based on the condition using Conditional Formula as the following:
Conditional Formula
New
Edit Form
Edit Columns
Edit column in this form
Edit Conditional Formula
The column is represented by specifying the internal name of the field surrounded by square brackets and preceded by a dollar sign: [$InternalName].
[$InternalName]
=if([$InternalName] == '', 'true', 'false')
See Also, Show or hide columns in a list or library form.
1.1k questions
673 answers
454 comments
193k users
Related Activities
Categories
Most popular tags