Skip to content

Commit 12c88aa

Browse files
committed
updates
1 parent 741af14 commit 12c88aa

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

powerapps-docs/cards/manage-cards/manage-cards.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
---
2-
title: Manage cards in solutions
3-
description: This article helps you manage cards in solutions
2+
title: Manage and create cards in solutions
3+
description: This article helps you manage cards in solutions.
44
ms.date: 08/08/2023
55
ms.topic: overview
66
author: cotaylor
77
ms.author: cotaylor
8-
ms.reviewer:
8+
ms.reviewer: mkaur
99
ms.custom:
1010
ms.collection:
1111

1212
---
1313

14-
Create a card from within a solution if, for example, you want to deploy the card to a different environment. Solutions can contain not only cards but also customized tables, choices, and other components. You can quickly customize an environment in various ways by creating cards and other components from within a solution, exporting the solution, and then importing it into another environment.
14+
# Manage cards in solutions
1515

16-
For more information about solutions, see [Solutions overview](https://learn.microsoft.com/en-us/power-apps/maker/data-platform/solutions-overview).
16+
Create a card from within a solution if, for example, you want to deploy the card to a different environment. Solutions can contain not only cards but also customized tables, choices, and other components. You can quickly customize an environment in various ways by creating cards and other components from within a solution, exporting the solution, and then importing it into another environment. For more information about solutions, see [Solutions overview](../../maker/data-platform/solutions-overview.md).
1717

1818

19-
# Create a solution
19+
## Create a solution
2020

21-
To package cards in a solution, you need to start by creating a solution. You can skip this step if you already have a solution in which you want to link your card to. For more information on creating solutions, see [Create solution](https://learn.microsoft.com/en-us/power-apps/maker/data-platform/create-solution).
21+
To package cards in a solution, you need to start by creating a solution. You can skip this step if you already have a solution in which you want to link your card to. For more information see [Create solution](../../maker/data-platform/create-solution.md).
2222

2323

24-
# Create a card in a solution
24+
## Create a card in a solution
2525

2626
You can create a blank card from within a solution.
2727

28-
1. [Sign in](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to Power Apps.
28+
1. Sign in to [Power Apps](https://make.powerapps.com).
2929
1. If necessary, switch to the environment that contains the solution in which you want to create a card.
3030
1. In the left navigation bar, select Solutions.
3131

@@ -55,9 +55,9 @@ You can create a blank card from within a solution.
5555
> If you choose to manage the required objects of your card in separate solutions, you must ensure they are imported into your target environment prior to importing the solution containing your card.
5656
5757

58-
# Add an existing card to a solution
58+
## Add an existing card to a solution
5959

60-
1. [Sign in](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) to Power Apps.
60+
1. Sign in to [Power Apps](https://make.powerapps.com).
6161
1. If necessary, switch to the environment that contains the solution in which you want to create a card.
6262
1. In the left navigation bar, select Solutions.
6363

@@ -74,9 +74,10 @@ You can create a blank card from within a solution.
7474

7575
1. Your existing card appears in the list of components for that solution along with any required tables of that card. If you save any changes to your card, they are reflected in the version that's in the solution. If you add more required tables, follow the steps in "Create a card in a solution" to add the new required objects of your card to your solution.
7676

77-
# Add a Power Automate flow with the Cards for Power Apps connector to a solution
77+
## Add a Power Automate flow with the Cards for Power Apps connector to a solution
7878

79-
A common way to send cards is by using a Power Automate flow. For more details on creating a flow to send cards, see [Send a card automatically with a flow](https://learn.microsoft.com/en-us/power-apps/cards/send-a-card/send-card-with-flow).
79+
A common way to send cards is by using a Power Automate flow. For more information, see
80+
[Send a card automatically with a flow](../send-a-card/send-card-with-flow.md).
8081

8182
When creating a flow to send cards in a solution, it is important that in addition to the flow, you also include the cards and any tables the card requires in the solution as well. To adds any cards and tables, start by creating your flow in a solution and adding actions from the Cards for Power Apps connector. Then, select the flow in the solution explorer, select the components menu, and select Advanced > Add required objects.
8283

@@ -88,21 +89,21 @@ All of the cards used in the flow and any of the tables used in those cards are
8889
> Dependencies of cards in flows will only be automatically managed if you create your flow inside a solution. For flows created outside of Dataverse and added to solutions afterwards, you will either need to re-create the flow in a solution or manage the dependent cards youself.
8990
9091

91-
# Known Limitations
92+
## Known Limitations
9293

93-
## Dependencies for cards are not displayed correctly in solution explorer
94+
### Dependencies for cards are not displayed correctly in solution explorer
9495

9596
When importing a solution containing a card that depends on tables not present in the same solution, the import fails if those tables are not already present in the target environment. Similarly, removing a solution containing tables that a card depends on fails. The dependency viewer in these scenarios is not helpful at identifying which tables or cards is causing the operation to fail.
9697

9798
Instead, to identify which cards depend on which tables when resolving dependency issues, start by opening the card designer. Next, navigate to Cards from the sidebar, select the card you are interested in, and select Edit. Once the card designer opens, select Data from the sidebar to view the tables that card depends on.
9899

99-
## Card dependencies for flows are not displayed correctly in solution explorer
100+
### Card dependencies for flows are not displayed correctly in solution explorer
100101

101102
When importing a solution containing a flow that depends on cards not present in the same solution, the import fails if those cards are not already present in the target environment. Similarly, removing a solution containing cards that a flow depends on fails. The dependency viewer in these scenarios is not helpful at identifying which tables or cards is causing the operation to fail.
102103

103104
Instead, to identify which cards depend on which tables when resolving dependency issues, start by opening the flow editor. Next, find actions for the Cards for Power Apps connector. For each of these actions, identify which card is referenced.
104105

105-
## Solutions with flows depending on cards and tables may not be importable if the card and table is removed
106+
### Solutions with flows depending on cards and tables may not be importable if the card and table is removed
106107

107108
In the scenario that you create a flow inside a solution, which depends on a card which in turn depends on one or more tables in the current environment, if you update your flow to no longer depend on the card and remove that card and the required tables from the solution, you will not be able to import the solution to any environment due to missing dependencies.
108109

0 commit comments

Comments
 (0)