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
Copy file name to clipboardExpand all lines: powerapps-docs/cards/send-a-card/send-card-with-flow.md
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,6 @@ The **Cards for Power Apps** connector is used to get or create instances of car
37
37
-**Get the card instance** - Returns a card instance when given a user-specified card and a card instance id as `card` dynamic content.
38
38
-**Get the card description** - Returns information about a user-specified card, including the id, environmentId, name, description, author, etc.
39
39
40
-
> [!NOTE]
41
-
> The **Cards for Power Apps** connector is temporarily marked as premium but the license requirements of people sending and receiving cards in Teams is dependent on the card - only cards with premium connectors or controls require users to have premium licenses. The connector will be updated to standard before general availability to reflect this licensing model.
42
-
43
40
:::image type="content" source="../media/send-a-card/cards-connector.png" alt-text="Screenshot of the cards for Power Apps connector.":::
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/ribbon-types-schema.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ title: "Ribbon types schema (model-driven apps) | Microsoft Docs" # Intent and p
3
3
description: "The following is the schema definition for the ribbon types portion of an import/export customization file. It is included from the Ribbon Core Schema."# 115-145 characters including spaces. This abstract displays in the search result.
4
4
author: HemantGaur
5
5
ms.author: hemantg
6
-
7
6
ms.date: 04/01/2022
8
7
ms.reviewer: jdaly
9
8
ms.topic: reference
@@ -22,7 +21,7 @@ The following is the schema definition for the ribbon types portion of an import
22
21
23
22
Download the [Schemas](https://download.microsoft.com/download/B/9/7/B97655A4-4E46-4E51-BA0A-C669106D563F/Schemas.zip).
24
23
25
-
For more information, see [Package and distribute Eetensions with solutions](../data-platform/introduction-solutions.md).
24
+
For more information, see [Package and distribute extensions with solutions](../data-platform/introduction-solutions.md).
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common/wrap/how-to.md
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,33 @@ Earlier, you learned about the capabilities of wrap feature, how it works, and i
28
28
- You'll need one or more canvas apps (saved in a solution) that you can package for mobile user distribution.
29
29
- To use Android platform, ensure you [generate keys](code-sign-android.md#generate-keys), and then [generate signature hash](code-sign-android.md#generate-signature-hash) before you [register the app](#app-registration). You'll need the generated signature hash to configure the **Redirect URI**.
30
30
31
+
## Install wrap for Power Apps in your environment
32
+
Go to [Dynamics 365 apps](https://admin.powerplatform.microsoft.com/resources/applications) section on [Power Platform admin center](https://admin.powerplatform.microsoft.com), select **Wrap for Power Apps** and click on **Install** option.
33
+
34
+
:::image type="content" source="media/wrap-canvas-app/install-wrap-for-power-apps.png" alt-text="Install wrap for Power Apps.":::
35
+
36
+
Select your environment from the list and click **Install** button.
37
+
38
+
:::image type="content" source="media/wrap-canvas-app/install-wrap-for-power-apps-1.png" alt-text="Select environment and begin installation.":::
39
+
40
+
> [!NOTE]
41
+
> You need to have admin rights to the environment to install wrap for Power Apps.
42
+
31
43
## Add canvas app to solution
32
44
33
-
This feature requires the apps to be part of a solution. If your canvas apps aren't part of a solution already, add them to an existing or a new solution. More information: [Add an app to a solution](../../canvas-apps/add-app-solution.md#add-an-existing-canvas-app-to-a-solution)
45
+
This feature requires the apps to be part of a solution. If your canvas apps aren't part of a solution already, add them to an existing or a new solution. Go to **Solutions** section, select a solution and press **Edit** button.
46
+
47
+
:::image type="content" source="media/wrap-canvas-app/select-solution.png" alt-text="Select a solution.":::
48
+
49
+
Chooose **+ Add existing** option from the top menu and select **App > Canvas app** in the dropdown list.
50
+
51
+
:::image type="content" source="media/wrap-canvas-app/select-add-existing.png" alt-text="Select Add existing from the menu.":::
52
+
53
+
Select **Oustide Dataverse** tab and choose your app from the list. Press **Add** button to add this app to a solution.
54
+
55
+
:::image type="content" source="media/wrap-canvas-app/add-app.png" alt-text="Select Add app to a solution.":::
56
+
57
+
More information: [Add an app to a solution](../../canvas-apps/add-app-solution.md#add-an-existing-canvas-app-to-a-solution)
-*Power BI* (only required if your canvas app(s) use Power BI data)
93
-
-*Mobile Application Management* (only required if you want to use [Microsoft Intune](/mem/intune/fundamentals/what-is-intune) for mobile app distribution)
117
+
-*Microsoft Mobile Application Management* (only required if you want to use [Microsoft Intune](/mem/intune/fundamentals/what-is-intune) for mobile app distribution)
94
118
95
119
> [!NOTE]
96
120
> If you don't find the permissions under **APIs my organization uses**, run the following PowerShell commands as appropriate, and try again:
0 commit comments