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/canvas-apps/delete-app.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ search.app:
18
18
This article shows you how to delete a canvas app from your PowerApps account and from the accounts of anybody with whom the app was shared.
19
19
20
20
## Delete an app from your account
21
-
1. Open [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then click or tap **Apps** in the left navigation bar.
21
+
1. Open [powerapps.com](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then select **Apps** in the left **Tree view** pane.
22
22
23
23

24
24
2. (optional) Near the upper-left corner, filter the list of apps to show only those apps that you own or only those apps to which you contribute.
@@ -27,16 +27,16 @@ This article shows you how to delete a canvas app from your PowerApps account an
27
27
28
28
> [!NOTE]
29
29
> If the app that you want to delete doesn't appear, make sure that you're in the right environment.
30
-
3. Near the right edge, click or tap the info icon for the app that you want to delete.
30
+
3. Near the right edge, select the info icon for the app that you want to delete.
31
31
32
32

33
-
4. Near the upper-right corner, click or tap the trash-can icon to delete the app.
33
+
4. Near the upper-right corner, select the trash-can icon to delete the app.
34
34
35
35

36
36
37
37
> [!NOTE]
38
38
> You must have the **Contributor** permission for an app before you can delete it.
39
-
5. In the dialog box that appears, click or tap**Delete from cloud**.
39
+
5. In the dialog box that appears, select**Delete from cloud**.
40
40
41
41
> [!IMPORTANT]
42
42
> This action will permanently delete this app not only from your account but also from the accounts of all users with whom this app was shared.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/functions/data-types.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ This article provides details for the data types that canvas apps support. When
23
23
| Data type | Description | Examples |
24
24
|-----------|-------------|---------|
25
25
|**Boolean**| A *true* or *false* value. Can be used directly in **If**, **Filter** and other functions without a comparison. |*true*|
26
-
|**Hyperlink**| A text string that holds a hyperlink. |**"http://powerapps.microsoft.com"**|
27
-
|**Currency**| A currency value that's stored in a floating-point number. Currency values are the same as number values with currency-formatting options. |**123**<br>**4.56**|
28
-
|**Image**| A [Universal Resource Identifier (URI)](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) text string to an image in .jpeg, .png, .svg, .gif, and other common web-image formats. |**MyImage** added as an app resource<br>**"https://northwindtraders.com/logo.jpg"**<br>**"appres://blobmanager/7b12ffa2..."**|
29
26
|**Color**| A color specification, including an alpha channel. |**Color.Red**<br>**ColorValue( "#102030" )**<br>**RGBA( 255, 128, 0, 0.5 )**|
27
+
|**Currency**| A currency value that's stored in a floating-point number. Currency values are the same as number values with currency-formatting options. |**123**<br>**4.56**|
30
28
|**Date**| A date without a time, in the time zone of the app's user. |**Date( 2019, 5, 16 )**|
31
29
|**DateTime**| A date with a time, in the time zone of the app's user. |**DateTimeValue( "May 16, 2019 1:23:09 PM" )**|
32
30
|**GUID**| A [Globally Unique Identifier](https://en.wikipedia.org/wiki/Universally_unique_identifier). |**GUID()**<br>**GUID( "123e4567-e89b-12d3-a456-426655440000" )**|
31
+
|**Hyperlink**| A text string that holds a hyperlink. |**"http://powerapps.microsoft.com"**|
32
+
|**Image**| A [Universal Resource Identifier (URI)](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) text string to an image in .jpeg, .png, .svg, .gif, or other common web-image format. |**MyImage** added as an app resource<br>**"https://northwindtraders.com/logo.jpg"**<br>**"appres://blobmanager/7b12ffa2..."**|
33
33
|**Media**| A URI text string to a video or audio recording. |**MyVideo** added as an app resource<br>**"https://northwindtraders.com/intro.mp4"**<br>**"appres://blobmanager/3ba411c..."**|
34
34
|**Number**| A floating-point number. |**123**<br>**-4.567**<br>**8.903e121**|
35
35
|**Option set**| A choice from a set of options, backed by a number. This data type combines a localizable text label with a numeric value. The label appears in the app, and the numeric value is stored and used for comparisons. |**ThisItem.OrderStatus**|
0 commit comments