Skip to content

Commit d26c033

Browse files
Live Publish (01/28/2025 05:00:01 PM)
2 parents 4bc2470 + 09b93a9 commit d26c033

File tree

8 files changed

+118
-127
lines changed

8 files changed

+118
-127
lines changed

powerapps-docs/maker/model-driven-apps/add-move-or-delete-fields-on-form.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "Add, configure, move, or delete columns on a form | MicrosoftDocs"
2+
title: "Add, configure, move, or delete columns on a form"
33
description: Learn how to work with columns on a form using Power Apps.
44
ms.custom: ""
5-
ms.date: 08/23/2023
5+
ms.date: 01/28/2025
66
ms.reviewer: ""
77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -21,7 +21,7 @@ search.audienceType:
2121
---
2222
# Add, move, configure, or delete columns on a form
2323

24-
Columns define the individual data items that can be used to store information in a table. Create new columns to capture data when existing standard tables don’t have columns that meet your requirements. After you create a new column, be sure to include it on the appropriate forms and views for the table so that they're available in your app. For information about the different column types, see [Types of columns](../data-platform/types-of-fields.md).
24+
Columns define the individual data items that can be used to store information in a table. Create new columns to capture data when existing standard tables don’t have columns that meet your requirements. After you create a new column, be sure to include it on the appropriate forms and views for the table so that they're available in your app. For information about the different column types, go to [Types of columns](../data-platform/types-of-fields.md).
2525

2626
Add, configure, move, or delete columns using the form designer.
2727

@@ -34,25 +34,25 @@ To add columns to a form, use the **Columns** pane. The **Columns** pane lets yo
3434
### Add columns to a form using drag and drop
3535

3636
> [!NOTE]
37-
> When adding or moving columns using drag and drop be aware that the form preview is responsive and may be rendering multiple section columns as stacked. To ensure that the column being added or moved is in the correct section column, drop or paste it anchored to another column that is already in that section column.
37+
> When adding or moving columns using drag and drop be aware that the form preview is responsive and might be rendering multiple section columns as stacked. To ensure that the column being added or moved is in the correct section column, drop or paste it anchored to another column that is already in that section.
3838
3939
1. Open the form designer to create or edit a form. More information: [Create a form](create-and-edit-forms.md#create-a-form) or [Edit a form](create-and-edit-forms.md#edit-a-form)
40-
2. On the command bar, select **Add column**, or in the left pane, select **Columns**. The **Columns** pane is open by default when the form designer is opened.
40+
2. On the command bar, select **Add column**, and then select **Columns**. The **Columns** pane is open by default when the form designer is opened.
4141
3. In the **Columns** pane, search, filter, or scroll to find the column you want to add. If you can't find a column, it might already be on the form. Clear **Show only unused columns** to view all columns, including those already added to the form.
42-
4. In the **Columns** pane, select a column and drag it onto the form preview. As you drag the column on the form preview, you'll see drop targets where you can add the column.
43-
5. Drop the column in the location you want. Note the following:
42+
4. In the **Columns** pane, select a column and drag it onto the form preview. As you drag the column on the form preview, you notice drop targets where you can add the column.
43+
5. Drop the column in the location you want. Note the following behavior:
4444
- Columns can be dropped before or after any existing column or component.
45-
- Columns can also be dropped in the empty area within a section. In this case, the column will be added in an available space so as to evenly distribute columns and components across the section columns.
45+
- Columns can also be dropped in the empty area within a section. In this case, the column is added in an available space so as to evenly distribute columns and components across the section columns.
4646
- Hovering over a tab header when dragging a column changes the currently selected tab, allowing you to add the column to a different tab.
4747
6. Repeat steps 3-5 above if you want to add more columns.
48-
7. In the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
48+
7. On the command bar, select **Save and Publish** if you want to save and make your changes visible to users.
4949

5050
:::image type="content" source="../../maker/model-driven-apps/media/add-columns-drag-and-drop.gif" alt-text="Add columns using drag and drop":::
5151

5252
### Add columns to a form using selection
5353

5454
1. Open the form designer to create or edit a form. More information: [Create a form](create-and-edit-forms.md#create-a-form) or [Edit a form](create-and-edit-forms.md#edit-a-form)
55-
2. In the form preview, select another existing column or section. Note the following:
55+
2. In the form preview, select another existing column or section. Note the following behavior:
5656
- When you select an existing column, the new column is added after the existing column.
5757
- When you select a section, the new column is added in an available space so as to evenly distribute columns across the section columns.
5858
3. In the command bar, select **Add column**, or in the left pane, select **Columns**. The **Columns** pane is open by default when the form designer is opened.
@@ -80,7 +80,7 @@ The **Properties** tab displays the following properties.
8080
|Area |Name |Description |
8181
|---------|---------|---------|
8282
|**Display options** | **Table column** | The name of the column. This comes from the column properties on the table and is read-only. |
83-
|**Display options** | **Label** | By default the label will match the display name of the column. You can override that name for the form by entering a different label here. <br /><br />This property is required. |
83+
|**Display options** | **Label** | By default the label matches the display name of the column. You can override that name for the form by entering a different label here. <br /><br />This property is required. |
8484
|**Display options** | **Hide label** | When selected, the column label is hidden. |
8585
|**Display options** | **Hide on phone** | The column can be hidden to render a condensed version of the form on phone screens. |
8686
|**Display options** | **Hide** | When selected, the column is hidden by default and can be shown using code. |
@@ -108,7 +108,7 @@ To view column names, such as schema name or to change additional column propert
108108
To edit the column data type format, required, and advanced options, follow these steps.
109109
1. On the column **Properties** tab, select **Edit table column** to display the **Edit Table Column** pane where you can make the changes you want.
110110
1. When you're finished making your changes, select **Done**.
111-
1. Select **Save** and then select **Publish** to make your changes available to app users.
111+
1. Select **Save and Publish** to make your changes available to app users.
112112

113113
## Column events
114114

@@ -124,7 +124,7 @@ You can move a column on a form using drag and drop or cut and paste actions.
124124
2. In the form preview, select the column that you want to move and drag and drop it. As you drag the column on the form preview, you'll see drop targets where you can move the column to.
125125
Note the following:
126126
- Columns can be dropped before or after any existing column or component.
127-
- Columns can also be dropped in the empty area within a section. In this case, the column will be added in an available space so as to evenly distribute columns and components across the section columns.
127+
- Columns can also be dropped in the empty area within a section. In this case, the column is added in an available space so as to evenly distribute columns and components across the section columns.
128128
- Hovering over a tab header when dragging a column changes the currently selected tab, allowing you to add the column to a different tab.
129129
3. Repeat step 2 above if you want to move more columns.
130130
4. On the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
@@ -136,7 +136,7 @@ You can move a column on a form using drag and drop or cut and paste actions.
136136
1. Open the form designer to create or edit a form. More information: [Create a form](create-and-edit-forms.md#create-a-form) or [Edit a form](create-and-edit-forms.md#edit-a-form)
137137
2. In the form preview, select the column that you want to move.
138138
3. On the command bar, select **Cut**.
139-
4. In the form preview, select another existing column, component or section. You can also switch to a different tab if needed.
139+
4. In the form preview, select another existing column, component, or section. You can also switch to a different tab if needed.
140140
5. On the command bar, select **Paste** or select the chevron, and then select **Paste before**. Note the following:
141141
- When you select **Paste**, the column that is moved is pasted after the existing column or component.
142142
- When you select **Paste before**, the column that is moved is pasted before the existing column or component.
@@ -154,9 +154,10 @@ You can move a column on a form using drag and drop or cut and paste actions.
154154
4. Repeat steps 2-3 if you want to delete more columns.
155155
5. On the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
156156

157-
> [!NOTE]
158-
> - If you delete a column by mistake, on the command bar, select **Undo** to revert the form to its previous state.
159-
> - You can't delete a column that is locked or is required and not present anywhere else on the form.
157+
> [!NOTE]
158+
>
159+
> - If you delete a column by mistake, on the command bar, select **Undo** to revert the form to its previous state.
160+
> - You can't delete a column that is locked or is required and not present anywhere else on the form.
160161
161162
## Create a new column on the table when editing a form (preview)
162163

@@ -165,6 +166,7 @@ You can move a column on a form using drag and drop or cut and paste actions.
165166
Create new columns from the form designer. When a column is created on a table, it isn't limited to the current form and is available for use in other forms and views for the table.
166167

167168
> [!IMPORTANT]
169+
>
168170
> - This is a preview feature.
169171
> - You can use the modern form designer to create any available column type.
170172

powerapps-docs/maker/model-driven-apps/app-access-checker.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: matp
77
ms.service: powerapps
88
ms.subservice: mda-maker
99
ms.topic: how-to
10-
ms.date: 06/23/2023
10+
ms.date: 01/27/2025
1111
ms.custom: template-how-to
1212
---
1313
# App access checker for model-driven apps
@@ -61,3 +61,7 @@ If **Security** is **Yes** and **License** is **No** or **Unknown** contact Help
6161
## Limitation
6262

6363
- App access checker doesn't show details for the Outlook App. This is because that information is only visible to Power Platform administrators.
64+
65+
## Related articles
66+
67+
[Share a model-driven app](share-model-driven-app.md)

0 commit comments

Comments
 (0)