I'm developing a custom component for Canvas apps.
The component is based on Grid component
I've created an app tied to my "Customer" table.
When I try to tie this table to my component, I get the following error:
Unexpected Exception : System.NotImplementedException: Unsupported OData $select Item
↵ at Microsoft.Azure.Connectors.Common.Mashup.Utilities.ODataToSqlSelectItemTranslator.NotYetImplemented(SelectItem item) in X:\bt\1026498\repo\src\source\Mashup\Sql\Native\Utilities\ODataToSqlSelectItemTranslator.cs:line 21
↵ at Microsoft.Azure.Connectors.Common.Mashup.Utilities.ODataToSqlSelectItemTranslator.Translate(WildcardSelectItem item) in X:\bt\1026498\repo\src\source\Mashup\Sql\Native\Utilities\ODataToSqlSelectItemTranslator.cs:line 27
↵ at Microsoft.Azure.Connectors.Sql.Extensions.QueryOptionsExtensions.ToSelectString(IEnumerable`1 selectedItems) in X:\bt\1026498\repo\src\source\Mashup\Sql\Native\Extensions\QueryOptionsExtensions.cs:line 128
↵ at Microsoft.Azure.Connectors.Sql.Extensions.QueryOptionsExtensions.ToSqlString(QueryOptions options, String table, Int64 pageSize) in X:\bt\1026498\repo\src\source\Mashup\Sql\Native\Extensions\QueryOptionsExtensions.cs:line 66
↵ at Microsoft.Azure.Connectors.Mashup.Sql.SqlNativeAdapter.<ListItemsAsync>d__23.MoveNext() in X:\bt\1026498\repo\src\source\Mashup\Sql\Native\Adapter\SqlNativeAdapter.cs:line 290
↵ inner exception: Unsupported OData $select Item
Hi @KoBe321 ,
I think you should check PowerApps component framework's limitations:
1)Only the field type of components are supported in the experimental preview for canvas apps and not the dataset type components.
2)Common Data Service dependent APIs, including WebAPI along with few other APIs, are not available for this experimental preview.
3)Support for shared libraries across components using library nodes in the component manifest is not yet supported.
4)Defining multiple components in a single manifest file is not yet supported.
5)Calling out processes and actions are not supported yet.
6)Calling one component from another code component is not yet supported.
7)Currently font resource (.tff) is not yet supported.
Here's a doc about it in details for your reference:
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/limitations
Here's a doc about troubleshooting of custom component that may also help you:
https://docs.microsoft.com/en-us/powerapps/developer/component-framework/updating-existing-controls
Best regards,
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
5 | |
5 | |
2 | |
2 | |
2 |