Skip to content

Commit ce6d31b

Browse files
authored
Merge pull request #6321 from MicrosoftDocs/tahoon-ms-patch-1
Add limitation to supported Items for Attachments control 2702106
2 parents 8b212b4 + e290a84 commit ce6d31b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/maker/canvas-apps/controls/control-attachments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the details, properties and examples of the attachments
44
author: chmoncay
55
ms.topic: reference
66
ms.custom: canvas
7-
ms.date: 02/17/2022
7+
ms.date: 05/05/2022
88
ms.subservice: canvas-maker
99
ms.author: chmoncay
1010
ms.reviewer: tapanm
@@ -25,7 +25,7 @@ A control that allows users to download files to their device, as well as upload
2525

2626
The attachment control has these limitations:
2727

28-
1. Attachments are supported with lists and Dataverse tables.
28+
1. The attachment control only supports lists and Dataverse tables as the data sources.
2929

3030
1. Upload and delete functionality work only inside a form. The Attachment control appears disabled when in Edit mode and not inside a form. To save file additions and deletions, the app user must save the form. Because of this limitation, the Attachment control isn't available from the **Insert** tab but appears in the form when the Attachment form field is enabled in a SharePoint or Dataverse form.
3131

@@ -35,7 +35,7 @@ The attachment control has these limitations:
3535
An **Attachments** control lets you open, add, and delete files from a list or a Dataverse table.
3636

3737
## Key properties
38-
**[Items](properties-core.md)** – The source describing the files that can be downloaded.
38+
**[Items](properties-core.md)** – The **Attachment** column of the list or Dataverse table. [Collections](../create-update-collection.md) and [Tables](../working-with-tables.md) are not supported.
3939

4040
**MaxAttachments** – The maximum number of files the control will accept.
4141

0 commit comments

Comments
 (0)