Skip to content

Commit 6ef40c0

Browse files
committed
Revised for left nave changes for data-platform folder
1 parent ed9e006 commit 6ef40c0

19 files changed

+53
-43
lines changed

powerapps-docs/maker/model-driven-apps/add-page-to-model-app.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ The following steps walk you through opening the new modern app designer, which
3131

3232
1. Sign into [Power Apps](https://make.powerapps.com/?cds-app-module-designer.isCustomPageEnabled=true&oneCdsDesigner.enableCustomCanvasPage=true)
3333

34-
1. On the left navigation pane, select **Solutions** and then open or create a solution to contain the new model-driven app.
34+
1. On the left navigation pane select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
35+
1. Open or create a solution to contain the new model-driven app.
3536

3637
1. Select **New** > **App** > **Model-driven app**.
3738

@@ -49,7 +50,8 @@ The following steps walk you through opening the new modern app designer, which
4950

5051
1. Open [make.powerapps.com](https://make.powerapps.com/?cds-app-module-designer.isCustomPageEnabled=true&oneCdsDesigner.enableCustomCanvasPage=true)
5152

52-
1. On the left navigation pane, select **Solutions**, and then open the solution containing the existing model-driven app.
53+
1. On the left navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
54+
1. Open the solution containing the existing model-driven app.
5355

5456
1. Open the model-driven app menu and select **Edit** to open the modern app designer.
5557

powerapps-docs/maker/model-driven-apps/add-powerbi-visual.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ In this section, you sign in to Power BI and create a workspace and add a Power
8383

8484
In this section, you create a solution in Power Apps that includes a Power BI embedded dashboard.
8585

86-
1. Sign in to [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), on the left navigation pane select **Solutions**, and then on the command bar select **+New solution**.
86+
1. Sign in to [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), on the left navigation pane select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
87+
1. On the command bar select **+New solution**.
8788

8889
![Select new solution**](media/add-a-power-bi-visual-into-a-model-driven-app/add-the-dashboard-and-report-to-a-solution-1.png "Select new solution")
8990

powerapps-docs/maker/model-driven-apps/advanced-navigation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ The [solutions](../model-driven-apps/model-driven-app-glossary.md#solution) area
3535

3636
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
3737
2. On the top right select the [Environment](../model-driven-apps/model-driven-app-glossary.md#environment) where your solution is located.
38-
3. On the left navigation pane, select **Solutions**.
38+
3. On the left navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
39+
4. Select the solution you want.
3940

4041
:::image type="content" source="../../maker/model-driven-apps/media/solution-assets-explorer.png" alt-text="Reviewing the solution explorer":::
4142

powerapps-docs/maker/model-driven-apps/build-first-model-driven-app.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Select the environment you want, or go to the [Power Platform admin center](http
3434

3535
We recommend creating your model-driven app from a solution. A solution is a package that can contain Dataverse tables, forms, views, apps, flows, and other components. By building your model driven-app in a solution, you can easily move it to other environments or preserve a copy in your source control repository.
3636

37-
1. Select **Solutions** on the left navigation pane, and then select **New solution**. More information: [Create a solution](/powerapps/maker/data-platform/create-solution).
37+
1. Select **Solutions** on the left navigation pane. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
38+
1. Select **New solution**. More information: [Create a solution](/powerapps/maker/data-platform/create-solution).
3839

3940
1. Enter a **Display name** for your solution, such as **Power Apps Training**. Next, you add the account table that will be included in your model-driven app.
4041

powerapps-docs/maker/model-driven-apps/common-field-properties-legacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In addition to using Power Apps (make.powerapps.com), columns can also be review
6565
To update the column, follow these steps.
6666

6767
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
68-
1. On the left navigation pane, expand **Data**, and then select **Tables**.
68+
1. On the left navigation pane, select **Tables**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
6969
> [!Note]
7070
> Customizations to a table should take place within a [solution](../model-driven-apps/model-driven-app-glossary.md#solution). To update a column within a solution, open your **Solution**, and then open the **Table**.
7171
@@ -110,7 +110,7 @@ The following table describes properties that all columns have. Certain types of
110110
In some scenarios, it is desirable to render a data column within a form field in one form in a way that differs in the way it is presented in another. This allows the user experience to be tailored to the individual using the form.
111111

112112
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
113-
2. On the left navigation pane, expand **Data**, and then select **Tables**.
113+
2. On the left navigation pane, select **Tables**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
114114
> [!Note]
115115
> Customizations to a table should take place within a [solution](../model-driven-apps/model-driven-app-glossary.md#solution). To update a form within a solution, first navigate to your **Solution**, open the **Table**, and then select the **Forms** area.
116116

powerapps-docs/maker/model-driven-apps/create-a-model-driven-app.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Select the environment you want, or go to the [Power Platform admin center](http
3232

3333
We recommend creating your model-driven app from a solution. A solution is a package that can contain Dataverse tables, forms, views, apps, flows, and other components. By building your model driven-app in a solution, you can easily move it to other environments or preserve a copy in your source control repository.
3434

35-
1. Select **Solutions** on the left navigation pane, and then select **New solution**. More information: [Create a solution](/powerapps/maker/data-platform/create-solution).
35+
1. Select **Solutions** on the left navigation pane. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
36+
1. Select **New solution**. More information: [Create a solution](/powerapps/maker/data-platform/create-solution).
3637

3738
1. Enter a **Display name** for your solution, such as **Power Apps Training**. Next, you add the account table that will be included in your model-driven app.
3839

powerapps-docs/maker/model-driven-apps/create-and-edit-forms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Use the new form designer to create, edit, or configure forms for model-driven a
3434
3535
## Create a form
3636
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
37-
2. On the left navigation pane, expand **Data**, and then select **Tables**.
37+
2. On the left navigation pane, select **Tables**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
3838
> [!Note]
3939
> Customizations to a table take should place within a [solution](../model-driven-apps/model-driven-app-glossary.md#solution). To update a table within a solution, open your **solution**, and then open the **table**.
4040
@@ -54,7 +54,7 @@ An extract of this process is shown below.
5454
## Edit a form
5555

5656
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
57-
2. On the left navigation pane, expand **Data**, and then select **Tables**. Alternatively, navigate to the table via a solution.
57+
2. On the left navigation pane, select **Tables**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)] Alternatively, navigate to the table via a solution.
5858
3. Open a table, such as the account table, and then select the **Forms** area.
5959
4. Select the form name where edits are required.
6060
- The row in the grid that relates to a form can be selected, and then in the command bar, select **Edit form**

powerapps-docs/maker/model-driven-apps/create-edit-system-chart.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ In this article you learn how to create a system chart. System charts are organi
3131
## Create a new chart
3232

3333
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
34-
1. On the left navigation pane, select **Dataverse**, select the table which requires a chart, and then select **Charts**.
34+
1. On the left navigation pane, select the **Tables**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
35+
1. Open the table that requires a chart, and then select **Charts**.
3536

3637
1. Select **New chart**.
3738

@@ -61,15 +62,15 @@ Now that the chart has been created, it can be used to visualize table data in t
6162
1. Open a model-driven app that contains your table via a solution or open the app directly from the **Apps** area.
6263
2. Select **...** next to the app, and then select **Play**. The model-driven app opens in a separate browser tab.
6364

64-
4. On the left navigation pane, select a table such as **Accounts**.
65+
3. On the left navigation pane, select a table such as **Accounts**.
6566

66-
5. On the command bar, select **Show Chart**.
67+
4. On the command bar, select **Show Chart**.
6768

6869
The chart pane opens.
6970

7071
:::image type="content" source="media/add-and-customize-visualizations-in-model-driven apps/view-your-visualization-in-your-model-driven-app-3.png" alt-text="Chart selector.":::
7172

72-
6. By selecting the dropdown chart list, any of the system charts in the app will be available to select.
73+
5. By selecting the dropdown chart list, any of the system charts in the app will be available to select.
7374

7475
The chart appears in-line with the data view.
7576

powerapps-docs/maker/model-driven-apps/create-edit-web-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ Part of the name of any web resource you create is the solution publisher prefix
4848

4949
## Add a web resource to a solution
5050

51-
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then on the left navigation pane select **Solutions**.
51+
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then on the left navigation pane select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
5252
1. Open an unmanaged solution, on the command bar select **Add existing**, point to **More**, and then select **Web resource**.
5353
The list of web resources available are displayed.
5454
1. To add a web resource to the unmanaged solution, select the web resource, and then select **Add**.
5555

5656
## Create or edit a web resource for a solution
5757

58-
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then on the left navigation pane select **Solutions**.
58+
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then on the left navigation pane select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
5959
1. Open an unmanaged solution.
6060
1. To edit an existing web resource that is part of the unmanaged solution, select it to display the **Edit web resource** pane. To create a new one, on the command bar select **New**, point to **More**, and then select **Web resource**.
6161
1. Complete the fields on the right web resource pane to create or edit the web resource:

powerapps-docs/maker/model-driven-apps/create-site-map-app.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ To create a model-driven app with the same site map items as the legacy app, the
293293

294294
1. Open [make.powerapps.com](https://make.powerapps.com/)
295295

296-
1. On the left navigation pane, select **Solutions**, and then open or create a new solution.
296+
1. On the left navigation pane, select **Solutions**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
297+
1. Open or create a new solution.
297298

298299
1. Select **...** on the top navigation bar, and then select **Switch to classic**, which opens the classic solution explorer.
299300

0 commit comments

Comments
 (0)