Skip to content

Commit 66e1c90

Browse files
authored
Update formatting-syntax-reference.md
1 parent 5c45fb1 commit 66e1c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/declarative-customization/formatting-syntax-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,8 @@ The following example shows how a approval status field might be used on a curre
10131013
### "[$FieldName]"
10141014

10151015
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 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 "MarchSales", use `[$MarchSales]`.
1016+
> [!NOTE]
1017+
> Reference to other fields will work only if they are included in the same view.
10161018
10171019
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]".
10181020

0 commit comments

Comments
 (0)