Skip to content

Commit d1d7756

Browse files
authored
Update intro-to-pfx.md
1 parent 94892df commit d1d7756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/cards/make-a-card/power-fx/intro-to-pfx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ The [Power Fx documentation](/power-platform/power-fx/overview) is the main sour
3131

3232
The following table lists the Power Fx formulas that don't work in cards, or have limitations. All other functions are fully supported.
3333

34-
| Power Fx formula | Supported in cards | Limitations and suggestions |
34+
| Power Fx formula | Supported in cards |
3535
|---------|:---:|:------------------:|
36-
| [Set](/power-platform/power-fx/reference/function-set) | Yes, however requires the variable to exist and the variable type to match what you're trying to set it to. |
36+
| [Set](/power-platform/power-fx/reference/function-set) | Yes, however requires the variable to exist and the variable type to match what you're trying to set it to.|
3737
| [Collect](/power-platform/power-fx/reference/function-clear-collect-clearcollect#collect) | Yes, however requires the variable to exist and the variable type to match what you're trying to set it to. |
3838
| [Defaults](/power-platform/power-fx/reference/function-defaults) | No <br><br> Use [Collect](/power-platform/power-fx/reference/function-clear-collect-clearcollect#collect) instead, for example, instead of `Patch(account, Defaults(account), {"Account Name": "Example Account"})` use `Collect(account, {"Account Name": "Example Account"})`. |
3939
| [User()](/power-platform/power-fx/reference/function-user) | No <br><br>Instead use **Viewer**, which has a subset of information about the user viewing the card. |

0 commit comments

Comments
 (0)