Skip to content

Commit 8d7cb66

Browse files
Merge pull request #4677 from MicrosoftDocs/main638285221769742142sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents d218486 + 6636fe9 commit 8d7cb66

File tree

4 files changed

+75
-17
lines changed

4 files changed

+75
-17
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@
19491949
href: ./data-platform/create-edit-metadata.md
19501950
- name: Types of tables
19511951
href: ./data-platform/types-of-entities.md
1952-
- name: "Create or edit a table"
1952+
- name: Create or edit a table (preview)
19531953
href: ./data-platform/create-edit-entities-portal.md
19541954
- name: "Create a custom table that has components"
19551955
href: ./data-platform/create-custom-entity.md

powerapps-docs/maker/common/faqs-build-apps-conversation.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: FAQ for building apps through conversation
2+
title: FAQ for building apps and tables through conversation
33
description: FAQ that discusses building apps through conversation and the key considerations for making use of this technology responsibly.
44
ms.date: 6/16/2023
55
ms.custom:
@@ -10,13 +10,13 @@ ms.author: franklan
1010
ms.reviewer: mduelae
1111
---
1212

13-
# FAQ for building apps through conversation
13+
# FAQ for building apps and tables through conversation
1414

15-
These frequently asked questions (FAQ) describe the AI impact of build apps through conversation feature.
15+
These frequently asked questions (FAQ) describe the AI impact of build apps and tables through conversation feature.
1616

17-
## What is build apps through conversation?
17+
## What is build apps and tables through conversation?
1818

19-
Build apps through conversation is a feature in the Power Apps that allows you to describe the app that you want to build, and AI will design it for you. To start, you use natural language to tell the AI assistant what kind of information you want to collect, track, or show. The assistant will generate a Dataverse table and use it to build your canvas app. The AI assistant is available from the Power Apps home page.
19+
Build apps and tables through conversation is a feature in the Power Apps that allows you to describe the app or table that you want to build, and AI will design it for you. To start, you use natural language to tell the AI assistant what kind of information you want to collect, track, or show. The assistant will generate a Dataverse table and use it to build your canvas app. The AI assistant is available from the Power Apps home page.
2020

2121
## What are the system’s capabilities?
2222

@@ -26,16 +26,16 @@ Using Azure OpenAI service as a foundation, build apps through conversation cons
2626

2727
## What is the system’s intended use?
2828

29-
Build apps through conversation is intended to simplify your app creation process by automatically generating a data table on which your app will be built. AI-generated content may have mistakes. Make sure it's accurate and appropriate before using it. For more information, read the full [preview terms](https://powerplatform.microsoft.com/en-us/legaldocs/supp-powerplatform-preview).
29+
Build apps and tables through conversation is intended to simplify your app creation process by automatically generating a data table on which your app will be built. AI-generated content may have mistakes. Make sure it's accurate and appropriate before using it. For more information, read the full [preview terms](https://powerplatform.microsoft.com/en-us/legaldocs/supp-powerplatform-preview).
3030

3131

32-
## How was build apps through conversation evaluated? What metrics are used to measure performance?
32+
## How was build apps and tables through conversation evaluated? What metrics are used to measure performance?
3333

34-
Build apps through conversation underwent substantial testing before the feature was released in preview. If you encounter issues with the content being generated, please submit feedback. Your feedback will be used to improve Microsoft products and services. IT admins for your organization will be able to view and manage your feedback data. 
34+
Build apps and tables through conversation underwent substantial testing before the feature was released in preview. If you encounter issues with the content being generated, please submit feedback. Your feedback will be used to improve Microsoft products and services. IT admins for your organization will be able to view and manage your feedback data. 
3535

3636
For more information, see: [Data, privacy, and security for Azure OpenAI Service](/legal/cognitive-services/openai/data-privacy)
3737

38-
## What are the limitations of build apps through conversation? How can users minimize the impact of the build apps through conversation limitations when using the system?
38+
## What are the limitations of build apps and tables through conversation? How can users minimize the impact of the build apps through conversation limitations when using the system?
3939

4040
Preview features aren’t meant for production use and may have restricted functionality.These features are available before an official release so that customers can get early access and provide feedback.
4141

@@ -78,7 +78,8 @@ Follow these procedures to make the most of the feature:
7878

7979
- When in doubt, you can ask the AI assistant for help by typing, “Give me suggestions”
8080

81-
## See also
81+
## See also
82+
8283
- [Build apps through conversation (preview)](../canvas-apps/ai-conversations-create-app.md)
8384

8485

powerapps-docs/maker/data-platform/create-edit-entities-portal.md

Lines changed: 63 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: "Create and edit tables using Power Apps | MicrosoftDocs"
33
description: "Understand how to create and edit tables using Power Apps portal"
44
author: "Mattp123"
5-
ms.date: 07/25/2023
5+
ms.date: 08/23/2023
66
ms.reviewer: ""
77
ms.topic: "how-to"
88
ms.subservice: dataverse-maker
99
ms.author: "matp"
1010
---
11-
# Create and edit tables using Power Apps
11+
# Create and edit tables using Power Apps (preview)
12+
13+
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
1214

1315
[Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) provides an easy way to view, create, and edit tables for Microsoft Dataverse.
1416

@@ -30,10 +32,43 @@ You can also select a column heading from the table view, and then select **Filt
3032

3133
## Create a table
3234

33-
Watch this video for a quick overview about how to create a table:
34-
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RWEEuM]
35+
There are several ways to create a new table:
36+
37+
- [Add columns and data](#add-columns-and-data)
38+
- [Describe the new table (preview)](#describe-the-new-table-preview)
39+
- [Set advanced properties](#set-advanced-properties)
40+
- [Upload an Excel file (preview)](#upload-an-excel-file-preview)
41+
- [Create a virtual table](#create-a-virtual-table)
42+
43+
### Add columns and data
44+
45+
Create a table by entering the data rows and columns you want.
46+
47+
1. From the **Tables** area, on the command bar select **New table** > **Add columns and data**.
48+
1. When you're finished, select **Create**.
49+
50+
More information: [Table designer](#table-designer)
51+
52+
### Describe the new table (preview)
53+
54+
Create a table with the help of AI Copilot.
55+
56+
> [!IMPORTANT]
57+
> - This is a preview feature.
58+
> - [!INCLUDE [cc-preview-features-definition](../../includes/cc-preview-features-definition.md)]
59+
60+
1. From the **Tables** area, on the command bar select **New table** > **Describe the new table**.
61+
1. Describe the table with the assistance of Copilot. More information: [Review the table](../canvas-apps/ai-conversations-create-app.md#step-2-review-the-table-for-your-app)
62+
1. When you're finished, select **Create**.
63+
64+
### Set advanced properties
3565

36-
While [viewing tables](#view-tables), on the menu bar select **New table**. This opens the **New table** panel.
66+
<!-- Watch this video for a quick overview about how to create a table:
67+
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RWEEuM] -->
68+
69+
Start with a blank table and enter the table properties, such as name, and description. Expand **Advanced options** to set more properties, such as track changes and audit changes.
70+
71+
From the **Tables** area, on the command bar select **New table** > **Set advanced properties**. This opens the **New table** properties panel.
3772

3873
:::image type="content" source="media/new-entity-panel.png" alt-text="Create a new table pane.":::
3974

@@ -52,7 +87,7 @@ Select the **Primary column** tab if you want to change the **Display name** or
5287
> [!IMPORTANT]
5388
> After you save the table, the **Primary column** display name and description can't be changed.
5489
55-
### Advanced options
90+
#### Advanced options
5691

5792
Select **Advanced options** to display additional properties that are optional for a table.
5893

@@ -81,6 +116,26 @@ Select **Advanced options** to display additional properties that are optional f
81116

82117
Select **Save** to continue, this will close the **New table** panel and display the [table hub](#edit-table-components-using-the-table-hub).
83118

119+
### Upload an Excel file (preview)
120+
121+
Use an Excel file to populate a table with your data, which uses AI to assist with the table generation when Copilot is enabled for the environment.
122+
123+
> [!IMPORTANT]
124+
> - This is a preview feature.
125+
> - [!INCLUDE [cc-preview-features-definition](../../includes/cc-preview-features-definition.md)]
126+
127+
1. From the **Tables** area, on the command bar select **New table** > **Upload an Excel file**.
128+
1. Select from device or drag and drop your Excel file onto the Upload an Excel file page.
129+
1. The data from the Excel file is displayed as a Dataverse table. Select a column header > **Edit column** to make changes, such as the column name or data type.
130+
1. When you're finished, select **Create**.
131+
132+
### Create a virtual table
133+
134+
A virtual table is a custom table in Microsoft Dataverse that has columns containing data from an external data source, such as Azure SQL Database or SharePoint.
135+
136+
1. From the **Tables** area, on the command bar select **New table** > **Create a virtual table**.
137+
1. Follow the **New table from external data** wizard to create the virtual table. More information: [Create the virtual table](create-virtual-tables-using-connectors.md#create-the-virtual-table)
138+
84139
## Edit a table
85140

86141
While [viewing tables](#view-tables), select the table you want to edit, and then select **Properties** from the command bar if you want to edit the table properties.
@@ -152,6 +207,8 @@ If the table has dependencies that prevent it from being deleted you'll see an e
152207

153208
### See also
154209

210+
[Build apps through conversation (preview)](../canvas-apps/ai-conversations-create-app.md)
211+
155212
[Create a custom table using code](../../developer/data-platform/org-service/create-custom-entity.md)
156213

157214
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
Loading

0 commit comments

Comments
 (0)