Skip to content

Commit 1673f50

Browse files
adding warning about dynamic schema
1 parent eecbafd commit 1673f50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

powerapps-docs/maker/canvas-apps/connections-list.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ For more information about how to to customize your formula for custom updates,
5151

5252
[Patch](functions/function-patch.md)<br>[Collect](functions/function-clear-collect-clearcollect.md)<br>[Update](functions/function-update-updateif.md)
5353

54+
55+
> [!NOTE]
56+
> **PowerApps does not work with dynamic schema**. Dynamic schema is the possibility that the same action may return a different table with different columns. Examples of the conditions that may cause the columns in the tables to be different include the action input parameters, the user or role executing the action, or the group the user is working in. For example, SQL Server stored procedures may return different columns if run with different inputs. The connector documentation shows **The outputs of this operation are dynamic.** as the return value for actions with dynamic schema. Flow does work with dynamic schema. Using Flow may provide a work-around for your scenario.
57+
58+
59+
5460
## Popular connectors
5561

5662
This table has links to more information about our most popular connectors. For a complete list of connectors, see [All connectors](https://docs.microsoft.com/connectors/).

0 commit comments

Comments
 (0)