Skip to content

Commit 46f5b9c

Browse files
committed
updates
1 parent c71c7d7 commit 46f5b9c

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

powerapps-docs/maker/canvas-apps/create-update-collection.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mduelae
66
ms.topic: conceptual
77
ms.custom: canvas
88
ms.reviewer: mkaur
9-
ms.date: 02/5/2025
9+
ms.date: 02/6/2025
1010
ms.subservice: canvas-maker
1111
ms.author: tapanm
1212
search.audienceType:
@@ -32,8 +32,6 @@ Watch this video to learn how to create and update a collection:
3232

3333
1. In Power Apps Studio, add a **Text input** control.
3434

35-
![Insert a Text input control.](./media/create-update-collection/add-textbox.png)
36-
3735
1. Rename the control by selecting its ellipsis in the left navigation pane, selecting **Rename**, and then typing **ProductName**.
3836

3937
![Rename a control.](./media/create-update-collection/rename-textbox.png)
@@ -56,17 +54,14 @@ Watch this video to learn how to create and update a collection:
5654
Collect(
5755
ProductList,
5856
{
59-
Product: ProductName.Text,
60-
Color: Colors.Selected.Value
57+
Product: "ProductName.Text",
58+
Color: "Colors.Selected.Value"
6159
}
6260
)
6361
```
6462
6563
66-
Collect( ProductList, {Product: ProductName.Text, Color: Colors.Selected.Value})
67-
68-
69-
1. Press F5, type some text into **ProductName**, select an option in **Colors**, and then select **Add**.
64+
1. Press F5 or select the play button to preview the app. Type some text into **ProductName**, select an option in **Colors**, and then select **Add**.
7065
7166
![Preview of the app.](./media/create-update-collection/preview-add.png)
7267
@@ -79,17 +74,15 @@ Collect( ProductList, {Product: ProductName.Text, Color: Colors.Selected.Value})
7974
8075
## Show a collection
8176
82-
1. Add a vertical **Gallery** control.
83-
84-
![Add a vertical gallery.](./media/create-update-collection/add-gallery.png)
77+
1. Select **Insert** > **Vertical gallery** control.
8578
8679
1. Set the gallery's **Items** property to **ProductList**.
8780
88-
1. Select the gallery and then select **Fields**. Set the subtitle field to **Color**, and set the title field to **Product**.
81+
1. Select the gallery in the tree view and then select **Fields**. 1. Set the subtitle field to **Color**, and set the title field to **Product**.
8982
9083
![Set the gallery's Items property, and change the fields that it shows.](./media/create-update-collection/configure-gallery.png)
9184
92-
1. Select the **Layout** field to **Title and subtitle**.
85+
1. Select **Layout** > **Title and subtitle**.
9386
9487
![Change layout of the gallery.](./media/create-update-collection/change-layout.png)
9588
@@ -99,11 +92,7 @@ Collect( ProductList, {Product: ProductName.Text, Color: Colors.Selected.Value})
9992
10093
## Remove one or all items
10194
102-
1. Select the gallery template by clicking or tapping near the bottom of the gallery and then clicking or tapping the pencil icon near the upper-left corner.
103-
104-
![Select gallery template.](./media/create-update-collection/select-template.png)
105-
106-
1. Add a **Trash** icon to the gallery template.
95+
1. Select the gallery and add a **Trash** icon to the gallery template.
10796
10897
![Add trash icon.](./media/create-update-collection/trash-icon.png)
10998
@@ -129,7 +118,6 @@ Collect( ProductList, {Product: ProductName.Text, Color: Colors.Selected.Value})
129118
130119
1. While holding down the Alt key, select the button.
131120
132-
1. (optional) To preview the collection that you created, select **Collections** on the **File** menu.
133121
134122
For information about how to show data from Microsoft Lists or SharePoint (such as dates, choices, and people) in a gallery: [Show list columns in a gallery](connections/connection-sharepoint-online.md#show-list-columns-in-a-gallery). For information about how to show data in a form (with drop-down lists, date pickers, and people pickers): [Edit form and
135123
Display form controls](controls/control-form-detail.md).

0 commit comments

Comments
 (0)