Skip to content

Commit f211bf7

Browse files
authored
Merge pull request #8680 from MicrosoftDocs/nhelgrenupdates
Update limits-tshoot-virtual-tables.md
2 parents eb27c8a + e363cba commit f211bf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/maker/data-platform/limits-tshoot-virtual-tables.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: NHelgren
55
ms.author: nhelgren
66
ms.service: powerapps
77
ms.topic: conceptual
8-
ms.date: 09/18/2023
8+
ms.date: 09/27/2023
99
ms.custom: template-how-to
1010
---
1111
# 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
3232
- Yes/No (boolean)
3333
- Choices (multi-value select)
3434
- Hyperlink/Url
35-
- Lookup
3635
- Data types not supported for virtual tables:
3736
- File and attachments
3837
- Image
38+
- Lookup
3939
- 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.
4040
- 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.
4141
- 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.
106106
**Solution:** Check your source table and make sure it has primary key defined.
107107

108108
- 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`"
110110
- “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 />
112112
**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:
113113
1. Select **Solutions** on the left navigation pane. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
114114
1. Select the **History** tab.

0 commit comments

Comments
 (0)