Skip to content

Commit f37b44f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The [Power Fx documentation](/power-platform/power-fx/overview) is the main sour
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

3434
| Power Fx formula | Supported in cards |
35-
|---------|:---:|:------------------:|
35+
|---------|:---:|
3636
| [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"})`. |

0 commit comments

Comments
 (0)