Microsoft Power Apps · Example Payload

Microsoft Power Apps Dataverse Web Entity Collection Example

Business ApplicationsCloudEnterpriseLow-CodeMicrosoftNo-CodePower PlatformSaaS

Microsoft Power Apps Dataverse Web Entity Collection Example is an example object payload from Microsoft Power Apps, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@odata.context@odata.count@odata.nextLinkvalue

Example Payload

Raw ↑
{
  "@odata.context": "example_value",
  "@odata.count": 10,
  "@odata.nextLink": "example_value",
  "value": []
}