Skip to content

Commit 9a103ee

Browse files
authored
Merge pull request #9207 from MicrosoftDocs/users/neerajat/updateFormulaColumnsDoc
Update Formula Columns public doc.
2 parents 859e1b0 + 0d4c64e commit 9a103ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ This section describes guidelines and the known limitations with formula columns
427427
- The maximum depth allowed in formula columns is 10. *Depth* is defined as the chain of formula columns referring to other formula or rollup columns.
428428
- For example, `table E1, F1 = 1*2, table E2, F2 - E1*2`. In this example, the depth of F2 is 1.
429429
- Formula columns don't display values when the app is in mobile offline mode.
430+
- You can't trigger workflows or plug-ins on formula columns.
430431
- We don't recommend using calculated columns in formula columns and vice versa.
431432
- Duplicate detection rules aren't triggered on formula columns.
432433
- The `Now` function can be used with formula columns. `Now()` has user local behavior and `UTCNow()` has time zone independent behavior.

0 commit comments

Comments
 (0)