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/maker/data-platform/solutions-overview.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -124,22 +124,21 @@ More information: [Security roles and privileges](/power-platform/admin/security
124
124
125
125
The following limitations apply to the use of canvas apps, flows, and custom connectors in solutions.
126
126
127
-
- Canvas app instant flows must be created from an app already in a solution. Adding this type of flow from outside solutions is blocked.
127
+
- 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.
128
+
- 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.
128
129
- 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.
129
130
- Flows created from solutions will not be displayed in the "Team Flows" list. They must be accessed through a solution.
130
131
- The [Power Automate mobile app](/power-automate/mobile-manage-flows) does not currently support flows created in a solution.
131
132
- 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.
132
-
- You can’t add an instant flow into a solution when the following are true:
133
-
- The flow was created outside of a solution.
134
-
- The flow trigger is set to manual.
135
-
- Flows triggered from Microsoft 365 applications such as Excel are not available in solutions.
136
-
- Flows in solutions don't support delegated authentication. For example, access to a flow is not automatically granted based on having access to the SharePoint list the flow was created from.
133
+
- 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.
137
134
- Custom connectors created outside solutions cannot be added to solutions at this time.
138
135
- 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.
139
-
- Flows using [connectors](/connectors/connector-reference/) that are 'indexed' cannot be added into solutions. 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. To work around this behavior choose one of two options:
140
-
- Create a new flow in a solution.
141
-
- Change the flow to remove the indexed connector usage, add it into a solution, and then change it back.
142
-
136
+
- 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.
137
+
- Workarounds for this limitation:
138
+
- Edit the flow to remove the indexed connector triggers/actions, add it into a solution, and then change it back.
139
+
- Create a new flow in a solution.
140
+
- Flows triggered from Microsoft 365 applications such as Excel cannot see/show cloud flows in solutions since they use indexing.
141
+
143
142
For details about customizing the individual components in a solution, see the following topics:
144
143
145
144
- For table, table relationships, column and message customizations, see [Metadata](create-edit-metadata.md).
0 commit comments