Skip to content

Commit 85ce760

Browse files
authored
Update list-form-conditional-show-hide.md (SharePoint#10350)
Semantic change to clarify internal name representation
1 parent 8598a94 commit 85ce760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/declarative-customization/list-form-conditional-show-hide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Show or hide columns in a list form
33
description: Customize which columns to show or hide using a conditional formula in the list form by constructing a simple formula that are equations performing conditional checks on values in a SharePoint list or library.
4-
ms.date: 04/03/2025
4+
ms.date: 07/28/2025
55
ms.localizationpriority: high
66
---
77

@@ -58,7 +58,7 @@ For example, the following formula checks if the value for the *Category* column
5858

5959
Returning _true_ shows the column on the form while returning _false_ hides the column.
6060

61-
The column is represented by specifying the **internal name** of the field surrounded by square brackets and preceded by a dollar sign: `[$InternalName]`. For example, to get the value of a field with an internal name of "ProductName", use `[$ProductName]`.
61+
The column is represented by specifying the **internal name** of the field preceded by a dollar sign and surrounded by square brackets: `[$InternalName]`. For example, to get the value of a field with an internal name of "ProductName", use `[$ProductName]`.
6262

6363
#### Unsupported column types in conditional formulas
6464

0 commit comments

Comments
 (0)