Skip to content

Commit 362d3c8

Browse files
committed
Fix links and date
1 parent 55a222c commit 362d3c8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/declarative-customization/formatting-advanced.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Advanced formatting concepts
33
description: Advanced formatting concepts
4-
ms.date: 10/18/2021
4+
ms.date: 11/12/2021
55
ms.localizationpriority: high
66
---
77
# Advanced formatting concepts
@@ -321,26 +321,26 @@ The below JSON will set value of `FieldInternalName_1`, `FieldInternalName_2` an
321321
- Text values:
322322
- a valid string like `"Choice 1"`
323323
- value from other columns : `[$ColumnName]`
324-
- an [expression](./formatting-syntax-reference#expressions) like <br>
324+
- an [expression](./formatting-syntax-reference.md#expressions) like <br>
325325
`"if([$column]> 10, "Choice A", "Choice B")"` <br>
326326
or
327327
`{operator: "+", operands" : ["Choice", "A"]}`
328328
- Number:
329329
- a valid number
330330
- value from other columns : `[$ColumnName]`
331-
- an [expression](./formatting-syntax-reference#expressions)
331+
- an [expression](./formatting-syntax-reference.md#expressions)
332332
- Date values :
333333
- a date string
334334
- `@now` token
335-
- [expressions](./formatting-syntax-reference#expressions) which return a date using builtin date functions
336-
- `addDays` and `addMinutes`, two new functions to support [expressions](./formatting-syntax-reference#expressions) like 7 days from today
335+
- [expressions](./formatting-syntax-reference.md#expressions) which return a date using builtin date functions
336+
- `addDays` and `addMinutes`, two new functions to support [expressions](./formatting-syntax-reference.md#expressions) like 7 days from today
337337
- Multi-Choice and Multi-Person:
338338
Multi value fields are special, as they need an array value to save multiple values.
339339
- `appendTo` and `removeFrom`, two new functions which operate on multivalue fields.
340340
- `appendTo([$MultiChoiceField], 'MyValue')`
341341
- Person field values:
342342
- User Name or Email
343-
- an [expression](./formatting-syntax-reference#expressions) which returns these values
343+
- an [expression](./formatting-syntax-reference.md#expressions) which returns these values
344344
> [!NOTE]
345345
> A query runs with the string value provided on people column and the first person in the returned results is used
346346

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Formatting syntax reference
33
description: Formatting syntax reference
4-
ms.date: 10/18/2021
4+
ms.date: 11/12/2021
55
ms.localizationpriority: high
66
---
77

0 commit comments

Comments
 (0)