Skip to content

Commit 528d301

Browse files
Merge pull request MicrosoftDocs#4173 from MicrosoftDocs/main638143309598455284sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 5dd1dbb + 3c25947 commit 528d301

File tree

70 files changed

+282
-376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+282
-376
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### Navigate to an unmanaged solution
1+
### Open an unmanaged solution
22

3-
1. From the Power Apps portal select **Solutions**, and then on the toolbar, select **Switch to classic**.
3+
1. From [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) select **Solutions** from the left navigation pane, and then on the toolbar, select **Switch to classic**. [!INCLUDE [left-navigation-pane](left-navigation-pane.md)]
44

5-
2. In the **All Solutions** list select the unmanaged solution you want.
5+
2. In the **All Solutions** list open the unmanaged solution you want.
66

powerapps-docs/maker/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@
9999
href: ../user/add-activities.md
100100
- name: Create and join a Teams meeting from an appointment
101101
href: ../user/join-teams-meeting-from-appointments.md
102-
- name: FAQs about activities
103-
href: ../user/faq-for-timeline-and-activity.md
104102
- name: Work with email
105103
items:
106104
- name: Understand the email experience

powerapps-docs/maker/data-platform/EnvironmentVariables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Environment variables can be created and modified within the modern solution int
4242

4343
### Create an environment variable in a solution
4444

45-
1. Sign in to Power Apps (make.powerapps.com), and then on the left pane select **Solutions**.
45+
1. Sign in to Power Apps (make.powerapps.com), and then on the left pane select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
4646
1. Open the solution you want or create a new one.
4747
1. On the command bar, select **New** > **More**, and then select **Environment variable**.
4848
1. On the right pane, complete the following columns, and then select **Save**:
@@ -200,7 +200,7 @@ A simple scenario to demonstrate how to use a secret obtained from Azure Key Vau
200200
> [!NOTE]
201201
> The URI for the web service in this example is not a functioning web service.
202202
203-
1. Sign into [PowerApps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), select **Solutions**, and then open the unmanaged solution you want.
203+
1. Sign into [PowerApps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), select **Solutions**, and then open the unmanaged solution you want. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
204204
1. Select **New** > **Automation** > **Cloud flow** > **Instant**.
205205
1. Enter a name for the flow, select **Manually trigger a flow**, and then select **Create**.
206206
1. Select **New step**, select the **Microsoft Dataverse** connector, and then on the **Actions** tab select **Perform an unbound action**.

powerapps-docs/maker/data-platform/autonumber-fields.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Autonumber columns in Microsoft Dataverse | MicrosoftDocs"
33
description: "Understand how to create, manage, and use autonumber columns"
44
keywords: ""
55
ms.date: 02/26/2019
6-
76
ms.custom:
87
ms.topic: conceptual
98
applies_to:
@@ -26,7 +25,6 @@ search.app:
2625
---
2726
# Autonumber columns
2827

29-
3028
Autonumber columns are columns that automatically generate alphanumeric strings whenever they are created. Makers can customize the format of these columns to their liking, and then rely on the system to generate matching values that automatically fill them in at runtime.
3129

3230
While autonumber columns are formally just text columns with additional functionality built on top of them, [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) simplifies this concept by simply exposing **Autonumber** as a distinct data type under the **Text** category. It is important to note that the classic solution explorer doesn't support creating or managing autonumber columns.
@@ -71,7 +69,7 @@ Autonumber columns have a default seed value of 1000, but you may set a custom s
7169

7270
1. Sign in to the [Power Apps portal](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
7371

74-
2. On the left pane expand **Data** and select **Tables**.
72+
2. On the left pane select **Tables**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
7573

7674
3. Select the table that you would like to add an autonumber column to and then select **Columns**.
7775

@@ -91,7 +89,7 @@ Autonumber columns have a default seed value of 1000, but you may set a custom s
9189
9. Select **Done**.
9290

9391
## See also
94-
[Create and edit columns for Microsoft Dataverse using Power Apps portal](create-edit-field-portal.md)
9592

93+
[Create and edit columns for Microsoft Dataverse using Power Apps portal](create-edit-field-portal.md)
9694

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

powerapps-docs/maker/data-platform/configure-connection-roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Anyone with write access to the **Connection Role** table can establish which co
4545

4646
There are a number of standard connection roles already configured in Dataverse.
4747

48-
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then on the left pane, select **Solutions**.
48+
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then on the left pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
4949
2. Open the unmanaged solution you want.
5050
3. On the command bar, select **Add existing** > **Connection Role**.
5151
The list of available connection roles are displayed.
@@ -73,7 +73,7 @@ Once you add the connection role to your solution, you can edit it wherever it's
7373
> [!IMPORTANT]
7474
> If you intend to distribute a solution that includes new connection roles or changes to the existing connection roles you must add them to the solution you will distribute. Editing or adding new connection roles in the **Default Solution** will not include them in a solution you can distribute. More information [Add connection roles to a solution](#add-connection-roles-to-a-solution)
7575
76-
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) and then on the left pane select **Solutions**.
76+
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) and then on the left pane select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
7777
2. Open the unmanaged solution your want, and then on the command bar select **New** > **Other** > **Connection role**.
7878
3. Complete the three steps on the form to [Describe the connection role](#describe-the-connection-role).
7979

powerapps-docs/maker/data-platform/create-connection-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Connection references can be added to a solution in different ways:
4646

4747
1. Sign in to [Power Apps](https://make.powerapps.com/) or [Power Automate](https://make.powerautomate.com/).
4848

49-
1. On the left pane, select **Solutions**.
49+
1. On the left pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
5050

5151
1. Create a new or open an existing solution.
5252

@@ -95,9 +95,9 @@ When a flow is enabled, the enabling user needs to own all the connections. This
9595

9696
Sharing connections can be accomplished with the following steps.
9797

98-
1. Open the maker portal and select the environment containing the connection.
98+
1. Go to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) and select the environment containing the connection.
9999

100-
1. Select **Connections**, and then select the connection you want to share.
100+
1. Select **Connections** on the left navigation pane, and then select the connection you want to share. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
101101

102102
1. From the menu, select **Share**.
103103

powerapps-docs/maker/data-platform/create-edit-1n-relationships-portal.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Learn how to create one-to-many or many-to-one table relationships
44
ms.custom: ""
55
ms.date: 08/27/2019
66
ms.reviewer: ""
7-
87
ms.suite: ""
98
ms.tgt_pltfrm: ""
109
ms.topic: "how-to"
@@ -24,8 +23,6 @@ search.app:
2423
---
2524
# Create and edit One-to-many or Many-to-one table relationships using Power Apps portal
2625

27-
28-
2926
The [Power Apps portal](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) provides an easy way to create and edit 1:N (one-to-many) or N:1 (many-to-one) relationships for Microsoft Dataverse.
3027

3128
The portal enables configuring the most common options, but certain options can only be set using solution explorer. More information:
@@ -35,7 +32,7 @@ The portal enables configuring the most common options, but certain options can
3532
## View table relationships
3633

3734
1. From the [Power Apps portal](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), select either **Model-driven** or **Canvas** design mode.
38-
2. Select **Data** > **Tables** and select the table that has the relationships you want to view.
35+
2. Select **Tables** and select the table that has the relationships you want to view. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
3936
3. With the **Relationships** area selected, you can select the following views:
4037

4138
|View|Description|

powerapps-docs/maker/data-platform/create-edit-configure-settings.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A setting definition specifies the base properties of a setting. The full list o
4848
### Adding a new setting definition
4949

5050
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
51-
1. In the navigation pane, select **Solutions**.
51+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
5252
1. From the list of solutions, open the solution you want to add the setting to.
5353
1. In the command bar, select **New > More > Setting > Setting definition**.
5454
1. In the **New setting** dialog, provide values for each of the properties based on your requirements. For information about setting definition properties, go to: [Setting definition](#setting-definition)
@@ -57,7 +57,7 @@ A setting definition specifies the base properties of a setting. The full list o
5757
### Adding an existing setting definition
5858

5959
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
60-
1. In the navigation pane, select **Solutions**.
60+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
6161
1. From the list of solutions, open the solution you want to add the setting to.
6262
1. In the command bar, select **Add existing > More > Setting**.
6363
1. In the **Add existing setting definition** dialog, select one or more settings that you want to add.
@@ -68,7 +68,7 @@ A setting definition specifies the base properties of a setting. The full list o
6868
### Updating a setting definition
6969

7070
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
71-
1. In the navigation pane, select **Solutions**.
71+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
7272
1. From the list of solutions, open the solution you created the setting in.
7373
1. In the tree view, select **Settings > Setting definitions**.
7474
1. Select the setting definition that you want to update.
@@ -78,7 +78,7 @@ A setting definition specifies the base properties of a setting. The full list o
7878
### Removing a setting definition
7979

8080
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
81-
1. In the navigation pane, select **Solutions**.
81+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
8282
1. From the list of solutions, open the solution you created or added the setting to.
8383
1. In the tree view, select **Settings > Setting definitions**.
8484
1. Select the setting definition you want to remove.
@@ -87,7 +87,7 @@ A setting definition specifies the base properties of a setting. The full list o
8787
### Deleting a setting definition
8888

8989
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
90-
1. In the navigation pane, select **Solutions**.
90+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
9191
1. From the list of solutions, open the solution you created or added the setting to.
9292
1. In the tree view, select **Settings > Setting definitions**.
9393
1. Select the setting definition you want to delete.
@@ -100,7 +100,7 @@ A setting environment value is used to override the setting's default value for
100100
### Adding a new setting environment value
101101

102102
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
103-
1. In the navigation pane, select **Solutions**.
103+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
104104
1. From the list of solutions, open the solution you want to add the setting environment value to.
105105
1. If the setting definition *is* available in the solution:
106106
1. Select the setting definition.
@@ -116,7 +116,7 @@ A setting environment value is used to override the setting's default value for
116116
### Adding an existing setting environment value
117117

118118
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
119-
1. In the navigation pane, select **Solutions**.
119+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
120120
1. From the list of solutions, open the solution you want to add the setting environment value to.
121121
1. If the setting definition *is* available in the solution:
122122
1. Select the setting definition.
@@ -133,7 +133,7 @@ A setting environment value is used to override the setting's default value for
133133
### Updating a setting environment value
134134

135135
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
136-
1. In the navigation pane, select **Solutions**.
136+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
137137
1. From the list of solutions, open the solution you added the settings environment value to.
138138
1. In the tree view, select **Settings > Setting environment values**.
139139
1. Select the setting environment value that you want to update.
@@ -142,7 +142,7 @@ A setting environment value is used to override the setting's default value for
142142
### Removing a setting environment value
143143

144144
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
145-
1. In the navigation pane, select **Solutions**.
145+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
146146
1. From the list of solutions, open the solution you created or added the setting to.
147147
1. In the tree view, select **Settings > Setting environment values**.
148148
1. Select the setting environment value you want to remove.
@@ -151,7 +151,7 @@ A setting environment value is used to override the setting's default value for
151151
### Deleting a setting environment value
152152

153153
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
154-
1. In the navigation pane, select **Solutions**.
154+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
155155
1. From the list of solutions, open the solution you created or added the setting to.
156156
1. In the tree view, select **Settings > Setting environment values**.
157157
1. Select the setting environment value you want to delete.
@@ -183,7 +183,7 @@ Setting app value is used to override the setting's default value and any settin
183183
### Adding or updating a setting app value using the solution explorer
184184

185185
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
186-
1. In the navigation pane, select **Solutions**.
186+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
187187
1. From the list of solutions, open the solution you want to add the setting app value to.
188188
1. If the setting definition or setting environment value is not available in the solution, add one of them. Go to [**Adding an existing setting definition**](create-edit-configure-settings.md#adding-an-existing-setting-definition) or [**Adding an existing setting environment value**](create-edit-configure-settings.md#adding-an-existing-setting-environment-value).
189189
1. Select the setting definition or setting environment value.
@@ -194,7 +194,7 @@ Setting app value is used to override the setting's default value and any settin
194194
### Deleting a setting app value using the solution explorer
195195

196196
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
197-
1. In the navigation pane, select **Solutions**.
197+
1. In the navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
198198
1. From the list of solutions, open the solution you want to delete the setting app value from.
199199
1. If the setting definition or setting environment value is not available in the solution, add one of them. More information: [Adding an existing setting definition](create-edit-configure-settings.md#adding-an-existing-setting-definition) or [Adding an existing setting environment value](create-edit-configure-settings.md#adding-an-existing-setting-environment-value).
200200
1. Select the setting definition or setting environment value.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ search.app:
2828

2929
## View tables
3030

31-
Sign into [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then select **Data** > **Tables**.
31+
Sign into [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then select **Tables** on the left navigation pane. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
3232

3333
Filter the tables that are displayed using the following tabs:
3434

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Power Apps enables configuring the most common options, but certain options can
2525

2626
## View columns
2727

28-
1. From the [Power Apps portal](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), select **Data** > **Tables** and select the table that has the columns you want to view.
28+
1. From the [Power Apps portal](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), select **Tables** and select the table that has the columns you want to view. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
2929
2. With the **Columns** area selected, you can select the following views:
3030

3131
|View|Description|

0 commit comments

Comments
 (0)