Skip to content

Commit e476f61

Browse files
Work around for custom pages with embedded flows
1 parent c102764 commit e476f61

1 file changed

Lines changed: 23 additions & 10 deletions

File tree

support/power-platform/power-apps/create-and-use-apps/common-issues-and-resolutions.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contributors:
1616
---
1717
# Common issues and resolutions for Power Apps
1818

19-
This article lists common issues you might encounter while using Power Apps. Issues are grouped by area, and summary-level workarounds are provided where applicable. Pointers to primary documentation locations are also provided.
19+
This article lists common issues you might encounter while using Power Apps. We group issues by area and provide summary-level workarounds where applicable. Pointers to primary documentation locations are also provided.
2020

2121
Refer to the introductory article [Power Apps troubleshooting strategies](isolate-common-issues.md) for guidance on narrowing down the source of your issue. That article outlines key principles for debugging both functional and performance issues.
2222

@@ -44,13 +44,13 @@ End users might encounter this issue in two situations:
4444

4545
1. The application might have a shared implicit connection that isn't a secure implicit connection. Sharing the connection with the end user can resolve the issue but isn't recommended. All connections should be converted to secure implicit connections by the author.
4646

47-
2. If the connection is already a secure implicit connection, republishing the app might resolve the issue. If not, a product bug should be filed.
47+
2. The connection in the application is already a secure implicit connection. In this case, republishing the app might resolve the issue. If not, a product bug should be filed.
4848

4949
### Common issues
5050

5151
1. **Automatic Next links for galleries and grids don't work for action-based connectors.**
5252

53-
Next links (the property on a query result that enables a gallery or grid to automatically page in the next set of results of a query) aren't supported for action-based connectors. For a discussion of this topic, see the [Overview of connectors for canvas apps](/power-apps/maker/canvas-apps/connections-list#actions).
53+
Action-based connectors don't support next links. Next links are properties on query results that allow a gallery or grid to automatically load the next set of results. For a discussion of this article, see the [Overview of connectors for canvas apps](/power-apps/maker/canvas-apps/connections-list#actions).
5454

5555
1. **Sharing a Canvas app using SharePoint connector**
5656

@@ -62,7 +62,7 @@ End users might encounter this issue in two situations:
6262

6363
1. **Custom connectors and Microsoft Dataverse**
6464

65-
If an app created using Power Apps build 2.0.540 or earlier relies on a database in the Dataverse and at least one custom connector in a different environment, you need to deploy the connector to the same environment as the database and update the app to use the new connector. Otherwise, a dialog notifies users that the API wasn't found. For more information, see [Environments overview](/power-platform/admin/environments-overview).
65+
If your app was created using Power Apps build 2.0.540 or earlier and relies on a database in the Dataverse, along with at least one custom connector in a different environment, you need to make some changes. First, deploy the custom connector to the same environment as the database. Then, update the app to use the newly deployed connector. Otherwise, a dialog notifies users that the API wasn't found. For more information, see [Environments overview](/power-platform/admin/environments-overview).
6666

6767
1. **Column names with spaces**
6868

@@ -74,7 +74,7 @@ End users might encounter this issue in two situations:
7474

7575
1. **For apps that are created from data, only the first 500 records of a data source can be accessed.**
7676

77-
Power Apps works with large data sources by delegating operations to the data source. For operations that can't be delegated, Power Apps will give a warning at authoring time and operate on only the first 500 records of the data source. For more information, see the [Delegation overview](/power-apps/maker/canvas-apps/delegation-overview#delegable-functions).
77+
Power Apps works with large data sources by delegating operations to the data source. For operations that can't be delegated, Power Apps shows a warning at authoring time and operates on only the first 500 records of the data source. For more information, see the [Delegation overview](/power-apps/maker/canvas-apps/delegation-overview#delegable-functions).
7878

7979
1. **Excel data must be formatted as a table.**
8080

@@ -86,16 +86,29 @@ End users might encounter this issue in two situations:
8686

8787
1. **Sign-in issues on certain Android mobile devices when using authenticator**
8888

89-
In certain devices and scenarios, you might experience sign-in failures when using an authenticator. This is due to the OEM limiting this functionality. For more information, see [ADALError: BROKER_AUTHENTICATOR_NOT_RESPONDING](https://github.com/AzureAD/azure-activedirectory-library-for-android/wiki/ADALError:-BROKER_AUTHENTICATOR_NOT_RESPONDING).
89+
In certain devices and scenarios, you might experience sign-in failures when using an authenticator. This issue is due to the OEM limiting this functionality. For more information, see [ADALError: BROKER_AUTHENTICATOR_NOT_RESPONDING](https://github.com/AzureAD/azure-activedirectory-library-for-android/wiki/ADALError:-BROKER_AUTHENTICATOR_NOT_RESPONDING).
9090

9191
1. **Office 365 Video connector isn't supported.**
9292

93-
## Integration
93+
## Power Automate Integration
9494

95-
**Power Automate flows are orphaned in Power Apps.**
95+
1. **Power Automate flows are orphaned in Power Apps.**
9696

9797
Power Automate flows that are added using an older version of the Power Apps panel might be orphaned and removed. To fix this issue, readd the flows manually.
9898

99+
1. **Power Apps Custom pages (in a model driven app) are out of sync with embedded Power Automate flow metadata**
100+
The metadata for a Power Automate flow might get out of sync with information that a Model Driven App's custom page (Power Apps) has about it. This issue might happen if the flow is updated after it's embedded in the custom page. To update your flow and your model driven app, repeat the corrective steps for each of the embedded flows if it was updated after it was embedded in Power App. If you don't know which flow was updated after it was embedded, repeat the step for all of the embedded flows.
101+
102+
1. Edit the custom pages that use the flow
103+
1. Open the Power Automate pane and refresh the flow.
104+
1. Save and republish the custom page
105+
106+
Once complete, then follow these steps.
107+
108+
1. Edit the Model driven app
109+
1. Make a minor change. (Enough to trigger the save option)
110+
1. Save and publish the Model driven app.
111+
99112
## Power Fx
100113

101114
1. **`Connection.Connected` returns the wrong value during OnStart in Power Apps for Windows.**
@@ -110,7 +123,7 @@ Power Automate flows that are added using an older version of the Power Apps pan
110123

111124
**Performance degradation when opening Power Apps Studio in China**
112125

113-
[Power Apps Studio](/power-apps/maker/canvas-apps/power-apps-studio) might take more than 30 seconds when loading in China. This issue doesn't impact tenants hosted locally by 21Vianet.
126+
[Power Apps Studio](/power-apps/maker/canvas-apps/power-apps-studio) might take more than 30 seconds when loading in China. This issue doesn't affect tenants hosted locally by 21Vianet.
114127

115128
## Studio and Forms
116129

@@ -134,7 +147,7 @@ The [Power Apps Studio](/power-apps/maker/canvas-apps/power-apps-studio) is home
134147

135148
1. **Changing a flow in a shared app**
136149

137-
If you add a flow to an app, share it, and then add a service or change a connection in the flow, you must remove the flow from the shared app, readd the flow, and then reshare the app. Otherwise, users who trigger the flow receive an authentication failure.
150+
If you add a flow to an app, share it, and then add a service or change a connection in the flow, you must remove the flow from the shared app, readd the flow, and then reshare the app. Otherwise, users who trigger the flow will receive an authentication failure.
138151

139152
1. **Changing a "Title" field in a table**
140153

0 commit comments

Comments
 (0)