You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)]
4
4
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.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/EnvironmentVariables.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Environment variables can be created and modified within the modern solution int
42
42
43
43
### Create an environment variable in a solution
44
44
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)]
46
46
1. Open the solution you want or create a new one.
47
47
1. On the command bar, select **New** > **More**, and then select **Environment variable**.
48
48
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
200
200
> [!NOTE]
201
201
> The URI for the web service in this example is not a functioning web service.
202
202
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)]
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/autonumber-fields.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ title: "Autonumber columns in Microsoft Dataverse | MicrosoftDocs"
3
3
description: "Understand how to create, manage, and use autonumber columns"
4
4
keywords: ""
5
5
ms.date: 02/26/2019
6
-
7
6
ms.custom:
8
7
ms.topic: conceptual
9
8
applies_to:
@@ -26,7 +25,6 @@ search.app:
26
25
---
27
26
# Autonumber columns
28
27
29
-
30
28
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.
31
29
32
30
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
71
69
72
70
1. Sign in to the [Power Apps portal](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
73
71
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)]
75
73
76
74
3. Select the table that you would like to add an autonumber column to and then select **Columns**.
77
75
@@ -91,7 +89,7 @@ Autonumber columns have a default seed value of 1000, but you may set a custom s
91
89
9. Select **Done**.
92
90
93
91
## See also
94
-
[Create and edit columns for Microsoft Dataverse using Power Apps portal](create-edit-field-portal.md)
95
92
93
+
[Create and edit columns for Microsoft Dataverse using Power Apps portal](create-edit-field-portal.md)
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/configure-connection-roles.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Anyone with write access to the **Connection Role** table can establish which co
45
45
46
46
There are a number of standard connection roles already configured in Dataverse.
47
47
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)]
49
49
2. Open the unmanaged solution you want.
50
50
3. On the command bar, select **Add existing** > **Connection Role**.
51
51
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
73
73
> [!IMPORTANT]
74
74
> 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)
75
75
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)]
77
77
2. Open the unmanaged solution your want, and then on the command bar select **New** > **Other** > **Connection role**.
78
78
3. Complete the three steps on the form to [Describe the connection role](#describe-the-connection-role).
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/create-connection-reference.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Connection references can be added to a solution in different ways:
46
46
47
47
1. Sign in to [Power Apps](https://make.powerapps.com/) or [Power Automate](https://make.powerautomate.com/).
48
48
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)]
50
50
51
51
1. Create a new or open an existing solution.
52
52
@@ -95,9 +95,9 @@ When a flow is enabled, the enabling user needs to own all the connections. This
95
95
96
96
Sharing connections can be accomplished with the following steps.
97
97
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.
99
99
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)]
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/create-edit-1n-relationships-portal.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ description: "Learn how to create one-to-many or many-to-one table relationships
4
4
ms.custom: ""
5
5
ms.date: 08/27/2019
6
6
ms.reviewer: ""
7
-
8
7
ms.suite: ""
9
8
ms.tgt_pltfrm: ""
10
9
ms.topic: "how-to"
@@ -24,8 +23,6 @@ search.app:
24
23
---
25
24
# Create and edit One-to-many or Many-to-one table relationships using Power Apps portal
26
25
27
-
28
-
29
26
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.
30
27
31
28
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
35
32
## View table relationships
36
33
37
34
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)]
39
36
3. With the **Relationships** area selected, you can select the following views:
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/create-edit-configure-settings.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ A setting definition specifies the base properties of a setting. The full list o
48
48
### Adding a new setting definition
49
49
50
50
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)]
52
52
1. From the list of solutions, open the solution you want to add the setting to.
53
53
1. In the command bar, select **New > More > Setting > Setting definition**.
54
54
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
57
57
### Adding an existing setting definition
58
58
59
59
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)]
61
61
1. From the list of solutions, open the solution you want to add the setting to.
62
62
1. In the command bar, select **Add existing > More > Setting**.
63
63
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
68
68
### Updating a setting definition
69
69
70
70
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)]
72
72
1. From the list of solutions, open the solution you created the setting in.
73
73
1. In the tree view, select **Settings > Setting definitions**.
74
74
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
78
78
### Removing a setting definition
79
79
80
80
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)]
82
82
1. From the list of solutions, open the solution you created or added the setting to.
83
83
1. In the tree view, select **Settings > Setting definitions**.
84
84
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
87
87
### Deleting a setting definition
88
88
89
89
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)]
91
91
1. From the list of solutions, open the solution you created or added the setting to.
92
92
1. In the tree view, select **Settings > Setting definitions**.
93
93
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
100
100
### Adding a new setting environment value
101
101
102
102
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)]
104
104
1. From the list of solutions, open the solution you want to add the setting environment value to.
105
105
1. If the setting definition *is* available in the solution:
106
106
1. Select the setting definition.
@@ -116,7 +116,7 @@ A setting environment value is used to override the setting's default value for
116
116
### Adding an existing setting environment value
117
117
118
118
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)]
120
120
1. From the list of solutions, open the solution you want to add the setting environment value to.
121
121
1. If the setting definition *is* available in the solution:
122
122
1. Select the setting definition.
@@ -133,7 +133,7 @@ A setting environment value is used to override the setting's default value for
133
133
### Updating a setting environment value
134
134
135
135
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)]
137
137
1. From the list of solutions, open the solution you added the settings environment value to.
138
138
1. In the tree view, select **Settings > Setting environment values**.
139
139
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
142
142
### Removing a setting environment value
143
143
144
144
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)]
146
146
1. From the list of solutions, open the solution you created or added the setting to.
147
147
1. In the tree view, select **Settings > Setting environment values**.
148
148
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
151
151
### Deleting a setting environment value
152
152
153
153
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)]
155
155
1. From the list of solutions, open the solution you created or added the setting to.
156
156
1. In the tree view, select **Settings > Setting environment values**.
157
157
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
183
183
### Adding or updating a setting app value using the solution explorer
184
184
185
185
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)]
187
187
1. From the list of solutions, open the solution you want to add the setting app value to.
188
188
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).
189
189
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
194
194
### Deleting a setting app value using the solution explorer
195
195
196
196
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)]
198
198
1. From the list of solutions, open the solution you want to delete the setting app value from.
199
199
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).
200
200
1. Select the setting definition or setting environment value.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/create-edit-entities-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ search.app:
28
28
29
29
## View tables
30
30
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)]
32
32
33
33
Filter the tables that are displayed using the following tabs:
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/create-edit-field-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Power Apps enables configuring the most common options, but certain options can
25
25
26
26
## View columns
27
27
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)]
29
29
2. With the **Columns** area selected, you can select the following views:
0 commit comments