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/data-platform/limits-tshoot-virtual-tables.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: NHelgren
5
5
ms.author: nhelgren
6
6
ms.service: powerapps
7
7
ms.topic: conceptual
8
-
ms.date: 09/18/2023
8
+
ms.date: 09/27/2023
9
9
ms.custom: template-how-to
10
10
---
11
11
# Known limitations and troubleshooting with virtual tables
@@ -32,10 +32,10 @@ The following is a list of known limitations for virtual tables created using th
32
32
- Yes/No (boolean)
33
33
- Choices (multi-value select)
34
34
- Hyperlink/Url
35
-
- Lookup
36
35
- Data types not supported for virtual tables:
37
36
- File and attachments
38
37
- Image
38
+
- Lookup
39
39
- Maximum length of characters allowed for a text column in a virtual table is 4000 characters. If the source table has a maximum character limit greater than this value, any create/update operation exceeding the max character limit will result in a validation error, and the operation will fail.
40
40
- Virtual table queries are limited to return 250 records. If you have a 1:N or N custom multi-table (polymorphic) relationship with a virtual table, any query exceeding this limit will fail and provide an error. Use filtering in your query to reduce the record set as a workaround to this limitation.
41
41
- Audit functionality isn't available for Virtual Tables, this is because Dataverse can only perform and store audit data for locally stored data.
@@ -106,9 +106,9 @@ The following are limitations for each data source.
106
106
**Solution:** Check your source table and make sure it has primary key defined.
107
107
108
108
- I get one of the following errors when Power Apps (make.powerapps.com) is retrieving my table list or when I select **Finish** to create my table:
109
-
- "Resource not found for the segment 'msdyn_get_required_fields"
109
+
- "Resource not found for the segment `msdyn_get_required_fields`"
110
110
- “Error calling... please verify that connection... exists in environment”
111
-
- "Sequence matches no element for "msdyn_get_required_fields""<br />
111
+
- "Sequence matches no element for `msdyn_get_required_fields`"<br />
112
112
**Solution**: In some cases you might not have the most up to date solution for the virtual connector provider. To determine whether your virtual connector provider solution needs an update:
113
113
1. Select **Solutions** on the left navigation pane. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
0 commit comments