Skip to content

Commit 73afd21

Browse files
committed
Pull from main
2 parents 9394513 + 8aafa9e commit 73afd21

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

powerapps-docs/developer/data-platform/how-dataverse-sql-differs-from-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ More information: [Transact-SQL statements](/sql/t-sql/statements/statements)
9292
- PIVOT and UNPIVOT
9393
- [GROUP BY](#select-group-by)/Having
9494
- General
95-
- IF THEN ELSE
9695
- DECLARE variable
9796

9897
### [Not supported](#tab/not-supported)
@@ -111,6 +110,7 @@ More information: [Transact-SQL statements](/sql/t-sql/statements/statements)
111110
- Without unique column name and alias
112111
- General
113112
- WHILE LOOP
113+
- IF THEN ELSE
114114

115115
---
116116

powerapps-docs/maker/canvas-apps/share-app.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ contributors:
1717
---
1818
# Share a canvas app with your organization
1919

20-
After you build a canvas app that addresses a business need, specify which users in your organization can run the app and who can modify and even re-share it. Specify each user by name, or specify a security group in Microsoft Entra ID. If everyone would benefit from your app, specify that your entire organization can run it.
20+
After you build a canvas app that addresses a business need, specify which users in your organization can run the app and who can modify and even re-share it. Specify each user by name, or specify a security group in Microsoft Entra ID.
2121

2222
> [!IMPORTANT]
2323
> For a shared app to function as you expect, you must also manage permissions for the data source or sources on which the app is based, such as [Microsoft Dataverse](#dataverse) or [Excel](share-app-data.md). You might also need to share [other resources](share-app-resources.md) on which the app depends, such as flows, gateways, or connections.
@@ -54,10 +54,6 @@ Before you share an app, you must [save it](save-publish-app.md) (not locally) a
5454

5555
1. Specify by name or alias the users or security groups in Microsoft Entra ID with whom you want to share the app.
5656

57-
- To allow your entire organization to run the app (but not modify or share it), enter **Everyone** in the sharing panel. Users will be able to find this app by setting the apps list filter to "Org apps".
58-
59-
![Share with everyone.](./media/share-app/everyone.png "Share with everyone")
60-
6157
- You can share an app with a list of aliases, friendly names, or a combination of those (for example, **Meghan Holmes <[email protected]>**) if the items are separated by semicolons. If several people have the same name but different aliases, the first person found will be added to the list. A tooltip appears if a name or alias already has permission or can't be resolved.
6258

6359
![Share with an individual user.](./media/share-app/individual-user.png "Share with an individual user")

0 commit comments

Comments
 (0)