Skip to content

Commit fef3b6b

Browse files
committed
Merge branch 'main' into 2520183
2 parents dcf3382 + 6a8bfdd commit fef3b6b

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

powerapps-docs/maker/canvas-apps/mixed-reality-component-view-3d.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use the View in 3D component in Power Apps (Preview)
2+
title: Use the View in 3D component in Power Apps
33
description: View 3D models in Power Apps.
44
author: anuitz
55
ms.service: powerapps
@@ -18,7 +18,7 @@ contributors:
1818
- anuitz
1919
---
2020

21-
# View 3D content in canvas apps
21+
# View 3D content in Power Apps
2222

2323
Add 3D content to your canvas apps. Use the **View in 3D** component to rotate and zoom into the model with simple gestures.
2424

powerapps-docs/maker/model-driven-apps/commanding-use-powerfx.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This section covers aspects of Power Fx that are specific to commanding. Many ot
2323
- All existing data flow functions are supported.
2424
- Imperative functions that work with data are supported.
2525
- Imperative functions for simple Confirm and Notify are supported.
26+
- For a list of functions not supported, go to [Power Fx functions not supported](#power-fx-functions-not-supported).
2627

2728
> [!IMPORTANT]
2829
> - This is a preview feature, and may not be available in all regions.
@@ -106,7 +107,7 @@ Navigate( Accounts )
106107

107108
### Navigate to specific system view of the table
108109

109-
To navigate to a specific system view of the table,pass the table's Views enum.
110+
To navigate to a specific system view of the table, pass the table's Views enum.
110111

111112
```powerappsfl
112113
Navigate( 'Accounts (Views)'.'My Active Accounts' )
@@ -130,7 +131,7 @@ Navigate( Defaults( Accounts ) )
130131

131132
## Confirm function
132133

133-
The `Confirm` function displays a dialog box on top of the current screen. Two buttons are provided: a confirm button and a cancel button, which default to localized versions of "OK" and "Cancel", respectively. The user must confirm or cancel before the dialog box is dismissed and the function returns. Besides the dialog button, cancel can also be selected with the Esc key or other gestures that are platform specific.
134+
The `Confirm` function displays a dialog box on top of the current screen. Two buttons are provided: a confirm button and a cancel button, which default to localized versions of "OK" and "Cancel", respectively. The user must confirm or cancel before the dialog box is dismissed and the function returns. Besides the dialog button, cancel can also be selected with the Esc key or other gestures that are platform-specific.
134135

135136
The `Message` parameter is displayed in the body of the dialog box. If the message is very long, it will either be truncated or a scroll bar provided.
136137

@@ -207,6 +208,32 @@ Self.Selected.Item.'Recurring Appointments'
207208
Self.Selected.Item.'Parent Account'.'Account Name'="parent"
208209
```
209210

211+
## Power Fx functions not supported
212+
213+
The following Power Fx functions are currently not supported with commanding in model-driven apps.
214+
215+
- Back()
216+
- Clear()
217+
- Collect()
218+
- Disable()
219+
- EditForm()
220+
- Enable()
221+
- Exit()
222+
- InvokeControl()
223+
- LoadData()
224+
- NewForm()
225+
- Param()
226+
- ReadNFC()
227+
- RequestHide()
228+
- Revert()
229+
- SaveData()
230+
- ResetForm()
231+
- ScanBarcode()
232+
- Set()
233+
- SubmitForm()
234+
- UpdateContext()
235+
- ViewForm()
236+
210237
### See also
211238

212239
[Understand behavioral formulas](../canvas-apps/working-with-formulas-in-depth.md)

0 commit comments

Comments
 (0)