Difference between revisions of "Custom Data Provider"

From Power Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
If you want to configure a [[Virtual Entity]] but you are not able to use one of the built-in Data Providers (i.e. your data is not stored in a Cosmos DB and there is no OData V4 endpoint to use, then you have the possibility to create a Custom Data Provider.
 
If you want to configure a [[Virtual Entity]] but you are not able to use one of the built-in Data Providers (i.e. your data is not stored in a Cosmos DB and there is no OData V4 endpoint to use, then you have the possibility to create a Custom Data Provider.
 +
 +
Now with support for CRUD!
 +
[https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/sample-ve-provider-crud-operations Sample: Custom virtual table provider with CRUD operations]
  
 
== Microsoft Resources ==
 
== Microsoft Resources ==

Revision as of 09:18, 4 May 2021

If you want to configure a Virtual Entity but you are not able to use one of the built-in Data Providers (i.e. your data is not stored in a Cosmos DB and there is no OData V4 endpoint to use, then you have the possibility to create a Custom Data Provider.

Now with support for CRUD! Sample: Custom virtual table provider with CRUD operations

Microsoft Resources

Community Resources

Custom Data Provider Samples