Skip to content

Commit ffec899

Browse files
committed
Add link to ordering and paging
1 parent c8bd6f6 commit ffec899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

powerapps-docs/developer/data-platform/fetchxml/page-results.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ You can specify a limit on the number of rows retrieved for each request by sett
1717
The default and maximum page size is 5,000 rows. If you don't set a page size, Dataverse will return up to 5,000 rows of data at a time. To get more rows, you must send additional requests.
1818

1919
> [!NOTE]
20-
> Don't use the [fetch element](reference/fetch.md) `top` attribute with paging. These different methods of limiting the results of a query are not compatible.
20+
> - Don't use the [fetch element](reference/fetch.md) `top` attribute with paging. These different methods of limiting the results of a query are not compatible.
21+
> - Ordering plays an important part in getting consistent paging results. [Learn more about ordering and paging](order-rows.md#ordering-and-paging)
2122
2223
## Paging models
2324

0 commit comments

Comments
 (0)