Skip to content

Commit ecac6a7

Browse files
committed
removed obsolete note
1 parent a84e5bc commit ecac6a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

powerapps-docs/developer/data-platform/webapi/retrieve-entity-using-web-api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,6 @@ If you simply include the name of the navigation property, you’ll receive all
331331
]
332332
}
333333
```
334-
335-
> [!NOTE]
336-
> If you expand on collection-valued navigation parameters to retrieve related entities for *entity sets*, a @odata.nextLink property will be returned instead for the related entities. You should use the value of the @odata.nextLink property with a new GET request to return the required data. More information:[Retrieve related tables by expanding navigation properties](query-data-web-api.md#bkmk_expandRelated)
337334

338335
- **Retrieve related entities for an entity instance by expanding both single-valued and collection-valued navigation properties**: The following example demonstrates how you can expand related entities for an entity instance using both single- and collection-values navigation properties.
339336

0 commit comments

Comments
 (0)