Skip to content

Commit db409bd

Browse files
Merge pull request MicrosoftDocs#5186 from MicrosoftDocs/main638428627541460214sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 6bb8835 + 59f3a76 commit db409bd

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

powerapps-docs/maker/data-platform/formula-columns.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@ This section describes guidelines and the known limitations with formula columns
385385
- `DateTime(TZI)` behavior columns can be compared or used in `DateDiff` functions with another `DateTime(TZI)/DateOnly` behavior column.
386386
- `DateOnly` behavior columns can be compared or used in DateDiff function with another `DateTime(TZI)/DateOnly` behavior column.
387387
:::image type="content" source="media/formula-column-datetime.png" alt-text="Unsupported date time configuration with a formula column":::
388+
- Date time columns and date time functions `UTCNow()`, `Now()` cannot be passed as a pararmeter to string functions.
389+
:::image type="content" source="media/formula-column-date-time-arg.png" alt-text="Formula column with unsupported date time parameter passed in formula":::
388390

389391
### Formula column usage in rollup fields
390392

@@ -406,6 +408,8 @@ This section describes guidelines and the known limitations with formula columns
406408
Concatenate(Text(123,"#"),"ab")
407409
Text(123,"#") & "foo"
408410
```
411+
- Locale-specific formatting tokens such as "." and "," are not supported in formula columns.
412+
:::image type="content" source="media/formula-column-locale-specific-arg.png" alt-text="Unsupported locale-specific formatting token passed as parameter to Text function in formula":::
409413

410414
### Range validations on formula columns
411415

Loading
Loading

0 commit comments

Comments
 (0)