Skip to content

Commit 494ed6a

Browse files
fix markdown issue
1 parent 3f0f3e6 commit 494ed6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,7 @@ 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+
10161017
> [!NOTE]
10171018
> Reference to other fields will work only if they are included in the same view.
10181019

0 commit comments

Comments
 (0)