|
1 | 1 | ---
|
2 | 2 | title: Advanced formatting concepts
|
3 | 3 | description: Advanced formatting concepts
|
4 |
| -ms.date: 10/18/2021 |
| 4 | +ms.date: 11/12/2021 |
5 | 5 | ms.localizationpriority: high
|
6 | 6 | ---
|
7 | 7 | # Advanced formatting concepts
|
@@ -321,26 +321,26 @@ The below JSON will set value of `FieldInternalName_1`, `FieldInternalName_2` an
|
321 | 321 | - Text values:
|
322 | 322 | - a valid string like `"Choice 1"`
|
323 | 323 | - value from other columns : `[$ColumnName]`
|
324 |
| - - an [expression](./formatting-syntax-reference#expressions) like <br> |
| 324 | + - an [expression](./formatting-syntax-reference.md#expressions) like <br> |
325 | 325 | `"if([$column]> 10, "Choice A", "Choice B")"` <br>
|
326 | 326 | or
|
327 | 327 | `{operator: "+", operands" : ["Choice", "A"]}`
|
328 | 328 | - Number:
|
329 | 329 | - a valid number
|
330 | 330 | - value from other columns : `[$ColumnName]`
|
331 |
| - - an [expression](./formatting-syntax-reference#expressions) |
| 331 | + - an [expression](./formatting-syntax-reference.md#expressions) |
332 | 332 | - Date values :
|
333 | 333 | - a date string
|
334 | 334 | - `@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 |
337 | 337 | - Multi-Choice and Multi-Person:
|
338 | 338 | Multi value fields are special, as they need an array value to save multiple values.
|
339 | 339 | - `appendTo` and `removeFrom`, two new functions which operate on multivalue fields.
|
340 | 340 | - `appendTo([$MultiChoiceField], 'MyValue')`
|
341 | 341 | - Person field values:
|
342 | 342 | - 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 |
344 | 344 | > [!NOTE]
|
345 | 345 | > A query runs with the string value provided on people column and the first person in the returned results is used
|
346 | 346 |
|
0 commit comments