You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/cards/make-a-card/power-fx/intro-to-pfx.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -33,17 +33,17 @@ The table below contains the Power Fx formulas don't work in cards or work with
33
33
34
34
| Power Fx formula | Supported in cards | Limitations and suggestions |
35
35
|---------|:---:|:------------------:|
36
-
|[**Set**](/power-platform/power-fx/reference/function-set)| Yes | Requires the variable to exist and the variable type to match what you're trying to set it to. |
37
-
|[**Collect**](/power-platform/power-fx/reference/function-clear-collect-clearcollect#collect)| Yes | Requires the variable to exist and the variable type to match what you're trying to set it to. |
38
-
|[**Defaults**](/power-platform/power-fx/reference/function-defaults)| No | 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"})`. |
39
-
|[**User()**](/power-platform/power-fx/reference/function-user)| No | Instead use **Viewer**, which has a subset of information about the user viewing the card. |
40
-
|[**Clear**](/power-platform/power-fx/reference/function-clear-collect-clearcollect#clear)| No ||
41
-
|[**ClearCollect**](/power-platform/power-fx/reference/function-clear-collect-clearcollect#clearcollect)| No ||
42
-
|[**Update**](/power-platform/power-fx/reference/function-update-updateif#update-function)| No ||
43
-
|[**UpdateIf**](/power-platform/power-fx/reference/function-update-updateif#updateif-function)| No ||
44
-
| Device sensor formulas ([**Acceleration**, **App**, **Compass**, **Connection**, and **Location**](/power-platform/power-fx/reference/signals)) | No ||
45
-
|[**SaveData**, **LoadData**, and **ClearData**](/power-platform/power-fx/reference/function-savedata-loaddata)| No ||
46
-
| Form-related formulas ([**EditForm**, **NewForm**, **SubmitForm**, **ResetForm**, and **ViewForm**](/power-platform/power-fx/reference/function-form)) | No ||
36
+
|[Set](/power-platform/power-fx/reference/function-set)| Yes | Requires the variable to exist and the variable type to match what you're trying to set it to. |
37
+
|[Collect](/power-platform/power-fx/reference/function-clear-collect-clearcollect#collect)| Yes | Requires the variable to exist and the variable type to match what you're trying to set it to. |
38
+
|[Defaults](/power-platform/power-fx/reference/function-defaults)| No | 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"})`. |
39
+
|[User()](/power-platform/power-fx/reference/function-user)| No | Instead use **Viewer**, which has a subset of information about the user viewing the card. |
40
+
|[Clear](/power-platform/power-fx/reference/function-clear-collect-clearcollect#clear)| No ||
41
+
|[ClearCollect](/power-platform/power-fx/reference/function-clear-collect-clearcollect#clearcollect)| No ||
42
+
|[Update](/power-platform/power-fx/reference/function-update-updateif#update-function)| No ||
43
+
|[UpdateIf](/power-platform/power-fx/reference/function-update-updateif#updateif-function)| No ||
44
+
| Device sensor formulas ([Acceleration, App, Compass, Connection, and Location](/power-platform/power-fx/reference/signals)) | No ||
45
+
|[SaveData, LoadData, and ClearData](/power-platform/power-fx/reference/function-savedata-loaddata)| No ||
46
+
| Form-related formulas ([EditForm, NewForm, SubmitForm, ResetForm, and ViewForm](/power-platform/power-fx/reference/function-form)) | No ||
0 commit comments