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/common-data-service/define-calculated-fields.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ The following examples show how to use the **TRIMLEFT** and **TRIMRIGHT** functi
205
205
206
206
You should be aware of certain conditions and limitations when working with calculated fields:
207
207
208
-
- Saved queries, charts, and visualizations can have a maximum of 10 unique calculated fields.
208
+
-[Saved queries](/powerapps/developer/common-data-service/saved-queries), charts, and visualizations can have a maximum of 10 unique calculated fields.
209
209
- The calculated field values are not displayed in the Outlook Client Offline mode in the tile views or on entity main forms.
210
210
- A maximum number of chained calculated fields is 5.
211
211
- A calculated field can’t refer to itself or have cyclic chains.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common-data-service/using-dataflows-with-on-premises-data.md
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -92,20 +92,7 @@ You can change the enterprise gateway used for a given dataflow and change the g
92
92
## View and manage gateway permissions
93
93
1. In the left navigation pane of [powerapps.com](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), select **Gateways** and then select the gateway you want.
94
94
95
-
2. To add a user to a gateway, select **Users**, specify a user or group, and then specify a permission level:
96
-
97
-
-**Can use.** Users with this permission can create connections on the gateway to use for
98
-
apps and flows, but can't share the gateway. Use this permission for
99
-
users who will run apps but not share them.
100
-
101
-
-**Can use + share.** Users with this permission can create a connection on the gateway to
102
-
use for apps and flows, and automatically share the gateway when sharing
103
-
an app. Use this permission for users who need to share apps with other
104
-
users or with the organization.
105
-
106
-
-**Admin.** Admins have full control of the gateway, including adding users, setting permissions, creating connections to all available data sources, and deleting the gateway.
107
-
108
-
For **Can use** and **Can use + share** permission levels, select the data sources that the user can connect to over the gateway.
95
+
2. To add a user to a gateway, select **Users**, specify a user or group, and then specify a permission level. Using gateways in dataflows requires Admin permission on the gateway. Admins have full control of the gateway, including adding users, setting permissions, creating connections to all available data sources, and deleting the gateway.
109
96
110
97
## View and manage gateway connections
111
98
1. In the left navigation bar of *powerapps.com*, select **Gateways**, and then choose the gateway you want.
@@ -135,6 +122,8 @@ There are a few known limitations when using enterprise gateways and dataflows.
135
122
- Dataflows are only supported using enterprise gateways. Personal gateways
136
123
will not be available for selection in the drop-down lists and settings
137
124
screens.
125
+
126
+
- Using gateways in dataflows is only supported for people with *Admins* permissions. *Can use* and *Can use + share* permissions levels are not currently supported.
138
127
139
128
For information about troubleshooting issues with gateways, or configuring the
140
129
gateway service for your network, see [Understand on-premises data gateways](../canvas-apps/gateway-reference.md).
0 commit comments