Skip to content

Commit f4ad769

Browse files
authored
Live publish
2 parents 8bf1911 + 20e2e4a commit f4ad769

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

powerapps-docs/maker/data-platform/solutions-overview.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,13 @@ More information: [Security roles and privileges](/power-platform/admin/security
120120

121121
The following limitations apply to the use of canvas apps, flows, and custom connectors in solutions.
122122

123+
- Canvas apps won't display in the classic solution explorer. Use the modern experience. There are no plans for them to be added to classic solution explorer.
124+
- Canvas apps shared with 'Everyone' that go through environment backup and environment restore operations aren't shared with 'Everyone' in the restored environment. Notice that, the canvas app can be shared with a security group and the app in the restored environment will be shared with that security group.
123125
- Canvas app instant flows must be created from an app already in a solution since adding this type of flow from outside solutions is blocked.
124126
- Workaround for this limitation: Remove the trigger, replace with another trigger like recurrence, save the flow, add it into a solution, and then change the trigger as needed.
125-
- Canvas apps won't display in the classic solution explorer. Use the modern experience. There are no plans for them to be added to classic solution explorer.
126-
- Flows created from solutions will not be displayed in the**Shared with me** list. They must be accessed through a solution.
127127
- The [Power Automate mobile app](/power-automate/mobile-manage-flows) does not currently support flows created in a solution.
128128
- The Flow action menu in [Power Apps Mobile](/powerapps/mobile/run-powerapps-on-mobile) and [Dynamics 365 for phones and tablets](/dynamics365/mobile-app/overview) does not currently support flows created in a solution.
129-
- Flows in solutions don't support delegated authentication. For example, access to a flow cannot be automatically granted based on having access to the SharePoint list the flow was created from.
130-
- Canvas apps shared with 'Everyone' that go through environment backup and environment restore operations aren't shared with 'Everyone' in the restored environment. Notice that, the canvas app can be shared with a security group and the app in the restored environment will be shared with that security group.
129+
- Flows in solutions don't support delegated authorization. For example, access to a flow cannot be automatically granted based on having access to the SharePoint list the flow was created from.
131130
- Flows using [connectors](/connectors/connector-reference/) that are 'indexed' cannot be added into solutions. Indexing isn't supported for solution cloud flows yet. Indexing enables the quick retrieval of those flows to display in a menu or list. Indexed connectors include Power Automate instant (button) flows, Power Apps, Teams, SharePoint, Dynamics 365 Customer Voice, Microsoft Forms, legacy Dataverse connector, Dynamics 365, Excel Online, Microsoft Project, Azure IOT Central V2, and Project Online.
132131
- Workarounds for this limitation:
133132
- Edit the flow to remove the indexed connector triggers/actions, add it into a solution, and then change it back.

powerapps-docs/maker/portals/configure/cors-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 10/26/2022
8+
ms.date: 11/11/2022
99
ms.subservice: portals
1010
ms.author: sandhan
1111
ms.reviewer: ndoelman
@@ -19,7 +19,7 @@ contributors:
1919

2020
[!INCLUDE[cc-pages-ga-banner](../../../includes/cc-pages-ga-banner.md)]
2121

22-
The [cross-origin resource sharing (CORS)](https://www.w3.org/TR/cors/) protocol consists of a set of headers that indicates whether a response can be shared with another ___domain. You can configure CORS support in Power Apps portals using the Portal Management app by adding and configuring the site settings.
22+
The [cross-origin resource sharing (CORS)](https://www.w3.org/TR/cors/) protocol consists of a set of headers that indicates whether a response can be shared with another ___domain. You can configure CORS support in Power Apps portals using the Portal Management app by adding and configuring the [site settings](configure-site-settings.md).
2323

2424
The following site settings are used to configure CORS:
2525

powerapps-docs/maker/portals/liquid/liquid-filters.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: gitanjalisingh33msft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/21/2020
8+
ms.date: 11/11/2022
99
ms.subservice: portals
1010
ms.author: gisingh
1111
ms.reviewer: ndoelman
@@ -95,7 +95,6 @@ Group #2: {{ group2 | join: ', ' }}
9595
9696
Group #1 + Group #2: {{ group1 | concat: group2 | join: ', ' }}
9797
98-
Group #1 + Leslie: {{ group1 | concat: 'Leslie' | join: ', ' }}
9998
```
10099

101100
**Output**
@@ -107,7 +106,6 @@ Group #2: Joan, Bill
107106
108107
Group #1 + Group #2: John, Pete, Hannah, Joan, Bill
109108
110-
Group #1 + Leslie: John, Pete, Hannah, Leslie
111109
```
112110

113111
### except

0 commit comments

Comments
 (0)