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/maker/canvas-apps/create-update-collection.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,16 @@ Watch this video to learn how to create and update a collection:
68
68
69
69
1. Repeat the previous step at least two more times, and then press Esc.
70
70
71
-
1. On the **File** menu, select **Collections** to show the collection that you created.
71
+
1. If you're using the preview version of Power Apps Studio, select the **Variables** pane and then select **Collections** to see the collections that you created.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/power-apps-studio.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ When you create a canvas app by using any method, you're taken to the canvas app
27
27
28
28
## Overview of Power Apps Studio
29
29
30
-

30
+

31
31
32
32
1.[Power Apps Studio modern command bar](#1--power-apps-studio-modern-command-bar): Dynamic command bar that shows a different set of commands based on the control that's selected.
33
33
@@ -369,6 +369,7 @@ Switch between various authoring options while working with the app.
369
369
-**Data**: Add or remove data such as tables that the app connects to.
370
370
-**Media**: Insert or remove media from the app.
371
371
-**Power Automate**: Add a flow using the [Power Automate pane](working-with-flows.md).
372
+
-**Variables**(preview): Work with [variables](working-with-variables.md) and [collections](create-update-collection.md) while editing your app.
372
373
-**Advanced tools**: Allows you to access the [Monitor](../monitor-canvasapps.md) and [Test](test-studio.md) tools to debug and test your app.
373
374
-**Search**: Select to search for media, formulas, text, and more in your app. You can also do a search and replace.
374
375
@@ -445,6 +446,4 @@ Use the screen selector to switch between screens when your canvas app has multi
445
446
446
447
You can zoom in or out while authoring the canvas app. Select **Ctrl**+**0****Fit to window** to fit the screen size based on the current authoring window size. The zoom percentage or screen size you use while authoring a canvas app has no impact on the aspect ratio configured for the app when you preview your app or play a published app.
447
448
448
-
### See also
449
449
450
-
[Understand Power Apps Studio in Dataverse in a Teams environment](/power-apps/teams/understand-power-apps-studio.md)
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/search.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Use the Search pane (preview)
2
+
title: Use the Search pane
3
3
description: Learn how to use the Search pane inside Power Apps Studio to find text.
4
4
author: TashasEv
5
5
ms.topic: conceptual
@@ -94,7 +94,11 @@ Search result:
94
94
95
95
:::image type="content" source="media/search/variables-1.png" alt-text="Global and context variables available in search result.":::
96
96
97
-
Depending on the selected global or context variable, you're taken to the information screen for the selected type of variable.
97
+
If you're using the preview version of Power Apps Studio, select the **Context variables** or **Global variables** to see more information about the variable.
98
+
99
+
:::image type="content" source="media/search/global-context-variables.png" alt-text="Selecting a global or context variable takes you to the information screen.":::
100
+
101
+
If you're using the classic version of Power Apps Studio, depending on the selected global or context variable, you're taken to the information screen for the selected type of variable.
98
102
99
103
Global variable selected:
100
104
@@ -104,6 +108,7 @@ Context variable selected:
104
108
105
109
:::image type="content" source="media/search/local-variable-1.png" alt-text="Selecting a context variable takes you to the information screen of the selected context variables.":::
106
110
111
+
107
112
### Collections
108
113
109
114
Selecting a collection under the **Collections** header will take you to the information screen for that collection.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/working-with-variables.md
+18-11
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: gregli-msft
6
6
ms.topic: conceptual
7
7
ms.custom: canvas
8
8
ms.reviewer: mkaur
9
-
ms.date: 06/29/2020
9
+
ms.date: 02/7/2023
10
10
ms.subservice: canvas-maker
11
11
ms.author: gregli
12
12
search.audienceType:
@@ -135,13 +135,17 @@ Let's rebuild our adding machine by using a global variable:
135
135
136
136

137
137
138
-
7. To show the global variable's value, select the **File** menu, and select **Variables** in the left-hand pane.
138
+
7. To show the global variable's value, do one of the following:
139
+
140
+
- If you're using the preview version of Power Apps Studio, select **Variables** on the app authoring menu.
139
141
140
-

142
+

143
+
144
+
- If you're using the classic version of Power Apps Studio, select the **File** menu, and select **Variables** in the left-hand pane.
141
145
142
-
8. To show all the places where the variable is defined and used, select it.
146
+
8. To show all the places where the variable is defined and used, select it under **Global variables**.
143
147
144
-

148
+

145
149
146
150
## Types of variables
147
151
@@ -239,13 +243,14 @@ Let's rebuild our adding machine by using a context variable:
239
243
240
244

241
245
242
-
8. To show the value of the context variable, select the **File** menu, and then select **Variables** in the left-hand pane.
246
+
8. To show the value of the context variable, do one of the following:
243
247
244
-

248
+
- If you're using the preview version of Power Apps Studio, select **Variables** in the app authoring menu.
249
+
250
+
- If you're using the classic version of Power Apps Studio, select the **File** menu, and then select **Variables** in the left-hand pane.
245
251
246
-
9. To show where the context variable is defined and used, select it.
252
+
9. To show where the context variable is defined and used, select it under **Context variables**.
247
253
248
-

249
254
250
255
## Use a collection
251
256
@@ -299,9 +304,11 @@ Let's recreate our adding machine by using a collection:
299
304
300
305

301
306
302
-
9. To see the values in your collection, select **Collections** on the **File** menu.
307
+
9. To see the values in your collection, do one of the following:
303
308
304
-

309
+
- If you're using the preview version of Power Apps Studio, select **Variables** in the app authoring menu and then select **Collections**.
310
+
311
+
- If you're using the classic versionof Power Apps Studio, select **Collections** on the **File** menu.
305
312
306
313
10. To store and retrieve your collection, add two additional button controls, and set their **Text** properties to **Load** and **Save**. Set the **OnSelect** property of the **Load** button to this formula:
0 commit comments