Skip to content

Commit c7c6265

Browse files
authored
Live publish
2 parents 6a86008 + 5d38159 commit c7c6265

13 files changed

+76
-20
lines changed

powerapps-docs/developer/component-framework/custom-controls-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Use the Power Apps component framework to create code components t
44
manager: kvivek
55
ms.date: 09/05/2019
66
ms.service: "powerapps"
7+
ms.custom: "intro-internal"
78
ms.topic: "article"
89
ms.assetid: 135481cd-4583-4e49-8f58-02f32a9b054a
910
ms.author: "nabuthuk"

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Learn how to implement code components using Power Apps component
44
manager: kvivek
55
ms.date: 04/01/2021
66
ms.service: "powerapps"
7+
ms.custom: "intro-internal"
78
ms.topic: "index-page"
89
ms.assetid: 18e88d702-3349-4022-a7d8-a9adf52cd34f
910
ms.author: "nabuthuk"
@@ -401,7 +402,7 @@ To add the code components to a canvas app, follow the steps in the article [Add
401402
[Download sample components](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework)<br/>
402403
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
403404
[Update existing Power Apps component framework components](updating-existing-controls.md)<br/>
404-
[Microsoft Power Platform Build Tools](https://docs.microsoft.com/powerapps/developer/data-platform/build-tools-overview)<br/>
405+
[Microsoft Power Platform Build Tools](/powerapps/developer/data-platform/build-tools-overview)<br/>
405406
[Power Apps component framework API reference](reference/index.md)<br/>
406407
[Power Apps component framework overview](overview.md)
407408

powerapps-docs/developer/model-driven-apps/client-scripting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: ''
55
suite: powerapps
66
author: KumarVivek
77
ms.service: powerapps
8+
ms.custom: "intro-internal"
89
ms.topic: article
910
ms.date: 04/15/2021
1011
ms.author: kvivek

powerapps-docs/developer/model-driven-apps/customize-commands-ribbon.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Microsoft Dataverse displays commands in different ways depending
44
keywords: ""
55
ms.date: 04/15/2021
66
ms.service: powerapps
7+
ms.custom: "intro-internal"
78
ms.topic: article
89
ms.assetid: 926364b0-ede6-00e9-39d4-5aae5e00be0b
910
author: Nkrb # GitHub ID

powerapps-docs/developer/model-driven-apps/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ manager: kvivek
77
editor: ''
88
tags: ''
99
ms.service: powerapps
10+
ms.custom: "intro-internal"
1011
ms.devlang: na
1112
ms.topic: article
1213
ms.tgt_pltfrm: na

powerapps-docs/developer/model-driven-apps/web-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Web Resources (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Web resources are virtual files that are stored in the Microsoft Dataverse database and that you can retrieve by using a unique URL address." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.custom: ""
54
ms.date: 04/15/2021
65
ms.reviewer: ""
76
ms.service: powerapps
7+
ms.custom: "intro-internal"
88
ms.topic: "article"
99
author: "KumarVivek" # GitHub ID
1010
ms.author: "kvivek" # MSFT alias of Microsoft employees only

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2104,6 +2104,8 @@
21042104
href: ../teams/relationships-table.md
21052105
- name: Work with table columns
21062106
href: ../teams/table-columns.md
2107+
- name: Edit table data in Excel
2108+
href: ../teams/edit-data-in-excel.md
21072109
- name: Move customizations between environments
21082110
href: ../teams/import-solution-in-teams.md
21092111
- name: View table data in Power BI

powerapps-docs/maker/canvas-apps/working-with-formulas.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ description: In Power Apps, use formulas to customize a canvas app.
44
author: gregli-msft
55
manager: kvivek
66
ms.service: powerapps
7+
ms.custom:
8+
- "intro-internal"
9+
- "canvas"
710
ms.topic: conceptual
8-
ms.custom: canvas
911
ms.reviewer: tapanm
1012
ms.date: 03/01/2019
1113
ms.author: gregli
@@ -124,7 +126,7 @@ You can configure your app with formulas so that users can change your app's app
124126

125127
As you type the closing parenthesis, the screen's background will change to dark gray based on the default value of each slider, which is **50**. At the moment when you finish typing the formula, it's calculated and used as the value of the background fill color. You can interact with your app while in the default workspace without needing to open Preview:
126128

127-
![Change the maximum value of each slider](./media/working-with-formulas/three-sliders-complete-rgba.png)
129+
![Change the maximum value of each slider 1](./media/working-with-formulas/three-sliders-complete-rgba.png)
128130
5. Adjust the sliders, and see how your changes affect the background color.
129131

130132
As each slider changes, the formula that contains the **[RGBA](functions/function-colors.md)** function is recalculated, which immediately changes how the screen appears.

powerapps-docs/maker/data-platform/data-platform-excel-addin.md

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Open table data in Excel | Microsoft Docs
33
description: Open table data in Excel for interactive viewing and editing.
44
author: lancedMicrosoft
5-
manager: kfile
5+
manager: kvivek
66
ms.service: powerapps
77
ms.component: cds
88
ms.topic: conceptual
@@ -17,12 +17,12 @@ search.app:
1717
# Open table data in Excel
1818
[!INCLUDE[cc-data-platform-banner](../../includes/cc-data-platform-banner.md)]
1919

20-
By opening table data in Microsoft Excel, you can quickly and easily view and edit data by using the Microsoft Power Apps Excel Add-in. <!-- The Power Apps Excel Add-in requires Microsoft Excel 2016. -->
20+
By opening table data in Microsoft Excel, you can quickly and easily view and edit data by using the Microsoft Power Apps Excel Add-in.
2121

2222
> [!div class="mx-imgBorder"]
2323
> ![Excel Add-in](./media/data-platform-cds-excel-addin/ExcelAddin.png "Power Apps Excel Add-in")
2424
25-
To install the Power Apps Excel Add-in, see [Microsoft PowerApps Office Add-in](https://appsource.microsoft.com/en-us/product/office/WA104380330?tab=Overview). For more information about how to add or remove an Office Excel Add-in, see [Add or remove add-ins in Excel](https://support.office.com/en-us/article/add-or-remove-add-ins-in-excel-0af570c4-5cf3-4fa9-9b88-403625a0b460).
25+
To install the Power Apps Excel add-in, see [Microsoft PowerApps Office Add-in](https://appsource.microsoft.com/en-us/product/office/WA104380330?tab=Overview). For more information about how to add or remove an Office Excel Add-in, see [Add or remove add-ins in Excel](https://support.office.com/en-us/article/add-or-remove-add-ins-in-excel-0af570c4-5cf3-4fa9-9b88-403625a0b460).
2626

2727
## Open table data in Excel
2828
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
@@ -31,21 +31,21 @@ To install the Power Apps Excel Add-in, see [Microsoft PowerApps Office Add-in](
3131

3232
2. Select the ellipsis (...) to the right of the table that you're interested in, and then select **Edit data in Excel**.
3333

34-
3. Open the Excel worksheet that is downloaded to your browser's default download folder named similar to *table-name (1591125669213).xlsx*. This workbook has binding information for the table, a pointer to your environment, and a pointer to the Power Apps Excel Add-in.
34+
3. Open the Excel worksheet that is downloaded to your browser's default download folder named similar to *table-name (1591125669213).xlsx*. This workbook has binding information for the table, a pointer to your environment, and a pointer to the Power Apps Excel add-in.
3535

36-
4. In Excel, select **Enable editing** to enable the Power Apps Excel Add-in to run. The Excel Add-in runs in a pane on the right side of the Excel window.
36+
4. In Excel, select **Enable editing** to enable the Power Apps Excel Add-in to run. The Excel add-in runs in a pane on the right side of the Excel window.
3737

3838
> [!IMPORTANT]
3939
> If the pane displays an error message, see [Office Store Add-in download disabling](#office-store-add-in-download-disabling).
4040
41-
5. If this is the first time that you've run the Power Apps Excel Add-in, select **Trust this Add-in** to allow the Excel Add-in to run.
41+
5. If this is the first time that you've run the Power Apps Excel add-in, select **Trust this Add-in** to allow the Excel add-in to run.
4242

43-
6. If you're prompted to sign in, select **Sign in**, and then sign in by using the same credentials that you used on [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc). The Excel Add-in will use a previous sign-in context and automatically sign you in if it can. Therefore, verify the user name in the upper right of the Excel Add-in.
43+
6. If you're prompted to sign in, select **Sign in**, and then sign in by using the same credentials that you used on [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc). The Excel add-in will use a previous sign-in context and automatically sign you in if it can. Therefore, verify the user name in the upper right of the Excel add-in.
4444

45-
The Excel Add-in automatically reads the data for the table that you selected. Note that there will be no data in the workbook until the Excel Add-in reads it in.
45+
The Excel add-in automatically reads the data for the table that you selected. Note that there will be no data in the workbook until the Excel add-in reads it in.
4646

4747
## View and refresh data in Excel
48-
After the Excel Add-in reads table data into the workbook, you can update the data at any time by selecting **Refresh** in the Excel Add-in.
48+
After the Excel add-in reads table data into the workbook, you can update the data at any time by selecting **Refresh** in the Excel add-in.
4949

5050
## Edit data in Excel
5151
You can change table data as you require and then publish it back by selecting **Publish** in the Excel Add-in.
@@ -54,7 +54,7 @@ To edit a row, select a cell in the worksheet, and then change the cell value.
5454

5555
To add a new row, follow one of these steps:
5656

57-
* Select anywhere in the worksheet, and then select **New** in the Excel Add-in.
57+
* Select anywhere in the worksheet, and then select **New** in the Excel add-in.
5858
* Select in the last row of the worksheet, and then press the Tab key until the cursor moves out of the last column of that row, and a new row is created.
5959
* Select in the row immediately below the worksheet and start to enter data in a cell. When you move the focus out of that cell, the worksheet expands to include the new row.
6060

@@ -63,12 +63,19 @@ To delete a row, follow one of these steps:
6363
* Right-click the row number next to the worksheet row to delete, and then select **Delete**.
6464
* Right-click in the worksheet row to delete, and then select **Delete** > **Table Rows**.
6565

66-
## Add or remove columns
67-
You can use the designer to adjust the columns and tables that are automatically added to the worksheet.
66+
## Configure the add-in to adjust tables and columns
6867

69-
1. Enable the data source designer of the Excel Add-in by selecting the **Options** button (the gear symbol), expand the **Data Connector** section, and then select the **Enable design** check box.
68+
You can use the data source designer in the Excel add-on to adjust the columns and tables that are automatically added to the worksheet.
7069

71-
2. Select **Design** in the Excel Add-in. All the data sources are listed.
70+
1. Enable the data source designer of the Excel add-in by selecting the **Options** button (the gear symbol).
71+
72+
:::image type="content" source="media/power-apps-excel-addin-settings.png" alt-text="Settings icon in the add-in pane":::
73+
74+
1. Expand the **Data Connector** section, and then select the **Enable design** check box, and then select **OK**.
75+
76+
<img src = "media/power-apps-excel-addin-settings2.png" alt = "Configuration option in the add-in" width = "407" height = "735">
77+
78+
1. Select **Design** in the Excel add-in. All the data sources are listed.
7279

7380
3. Next to the data source, select the **Edit** button (the pencil symbol).
7481

@@ -81,10 +88,9 @@ You can use the designer to adjust the columns and tables that are automatically
8188

8289
> [!NOTE]
8390
> - Make sure to always include the ID and required columns in your workbook, as you may receive errors when publishing.
84-
> - When adding look up columns, make sure to add both the ID and the Display columns.
91+
> - When adding look up columns, make sure to add both the **ID** and the **Display** columns.
8592
8693
## Troubleshooting
87-
There are a few issues that can be resolved through some easy steps.
8894

8995
* Not all tables support editing and creation of new rows, these tables will open in Excel and allow you to view data but publishing will be disabled.
9096
* Look up columns must be edited using the add-in to ensure the correct row is referenced, updating these columns via copy and past or typing directly into the column is not supported.
@@ -96,6 +102,7 @@ There are a few issues that can be resolved through some easy steps.
96102
If you encounter an issue that isn't described here, contact us via the [support pages](https://powerapps.microsoft.com/support/).
97103

98104
### Office Store add-in download disabling
105+
99106
If Office Store add-in downloading has been disabled for your organization, you might receive the following error message when you open the Excel worksheet after selecting the Edit data in Excel command.
100107

101108
*Office 365 has been configured to prevent individual acquisition and execution of Office Store Add-ins.*
@@ -107,6 +114,7 @@ For more information about enabling Office Store Add-in downloading, contact you
107114
For more information about preventing Office Store Add-in downloading from the Office Store, see [Prevent add-in downloads by turning off the Office Store across all clients](/microsoft-365/admin/manage/manage-addins-in-the-admin-center?view=o365-worldwide#prevent-add-in-downloads-by-turning-off-the-office-store-across-all-clients-except-outlook&preserve-view=true).
108115

109116
## Other ways to export and view table row data
117+
110118
For more information about ways to export and view table row data, see these articles.
111119
- [Export data to CSV](./data-platform-import-export.md#export-data-to-csv)
112120
- [Export your data to Excel Online](../../user/export-to-excel-online.md)
Loading

0 commit comments

Comments
 (0)