Skip to content

Commit ce5e6ff

Browse files
thechriskentVesaJuvonen
authored andcommitted
Clarified use of internal field names (SharePoint#2212)
1 parent 76d0bb5 commit ce5e6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ The following example shows how a hyperlink field might be used on a current fie
12011201

12021202
#### "[$FieldName]"
12031203

1204-
The column is formatted within the context of the entire row. You can use this context to reference the values of other fields within the same row. For example, to get the value of a field named "MarchSales", use `[$MarchSales]`.
1204+
The column is formatted within the context of the entire row. You can use this context to reference the values of other fields within the same row by specififying the **internal name** of the field surrounded by square brackets and preceeded by a dollar sign: `[$InternalName]`. For example, to get the value of a field with an internal name of "MarchSales", use `[$MarchSales]`.
12051205

12061206
If the value of a field is an object, the object's properties can be accessed. For example, to access the "Title" property of a person field named "SalesLead", use "[$SalesLead.title]".
12071207

0 commit comments

Comments
 (0)