Skip to content

Commit 7422df2

Browse files
Apply suggestions from code review
Co-authored-by: Esther Fan <[email protected]>
1 parent 2a55eef commit 7422df2

1 file changed

Lines changed: 23 additions & 13 deletions

File tree

articles/logic-apps/logic-apps-exceed-default-page-size-with-pagination.md

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Get More Items or Records with Pagination
3-
description: Learn how to set pagination to exceed the default page size limit for connector actions in Azure Logic Apps.
2+
title: Exceed Page Size Limit for Items or Rows
3+
description: Learn to set up pagination so you can get items or rows beyond the default page size limit for connector actions in workflows for Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, azla
6+
ms.reviewers: estfan, azla
77
ms.topic: how-to
8-
ms.date: 08/25/2025
9-
#Customer intent: As an integration developer working with Azure Logic Apps workflows, I need to know how to use pagination to manage large data results.
8+
ms.date: 10/06/2025
9+
#Customer intent: As an integration developer working with Azure Logic Apps workflows, I need to know how to set up pagination to get and manage large data results.
1010
---
1111

12-
# Get more data, items, or records by using pagination in Azure Logic Apps
12+
# Set up pagination to get more data than the page size limit in Azure Logic Apps
1313

1414
[!INCLUDE [logic-apps-sku-consumption](includes/logic-apps-sku-consumption.md)]
1515

@@ -43,27 +43,37 @@ Here's a list of some of the connectors where you can exceed the default page si
4343
## Prerequisites
4444

4545
- An Azure subscription. If you don't have an Azure subscription yet, [sign up for a free Azure account](https://azure.microsoft.com/free/).
46-
- The logic app and the action where you want to turn on pagination. For more information, see [Create a Consumption logic app workflow](quickstart-create-example-consumption-workflow.md).
46+
47+
- The logic app resource, workflow, and connector action where you want to turn on pagination.
48+
49+
For more information, see the following articles:
50+
51+
- [Create a Consumption logic app workflow](quickstart-create-example-consumption-workflow.md)
52+
- [Create a Standard logic app workflow](create-single-tenant-workflows-azure-portal.md)
4753

4854
## Turn on pagination
4955

5056
To determine whether an action supports pagination in the workflow designer, check the action's settings for the **Pagination** setting.
5157

52-
1. In the [Azure portal](https://portal.azure.com), open your logic app.
58+
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
59+
60+
1. Based on the logic app type, follow the corresponding steps:
5361

54-
1. On the resource menu, under **Development Tools**, select the designer to open the workflow.
62+
- Consumption: On the resource sidebar menu, under **Development Tools**, select the designer to open the workflow.
63+
64+
- Standard: On the resource sidebar menu, under **Workflows**, select **Workflows**. Select the workflow that you want to open the designer.
5565

56-
1. Select the action to open its parameters, then select **Settings**.
66+
1. On the designer, select the action. On the information pane that opens, select **Settings**.
5767

58-
If the action supports pagination, the action shows the **Pagination** setting.
68+
If the action supports pagination, under **Networking**, the **Pagination** setting is available.
5969

6070
1. Change the **Pagination** setting from **Off** to **On**.
6171

62-
:::image type="content" source="./media/logic-apps-exceed-default-page-size-with-pagination/sql-action-settings-pagination.png" alt-text="Screenshot shows the Settings tab of an action with Pagination set to On and a value for Thresholds.":::
72+
:::image type="content" source="./media/logic-apps-exceed-default-page-size-with-pagination/sql-action-settings-pagination.png" alt-text="Screenshot shows the action information pane with the Settings tab, Pagination set to On, and a Threshold value.":::
6373

6474
1. In the **Threshold** property, specify an integer value for the target number of results that you want the action to return.
6575

66-
1. From the workflow designer menu, select **Save**.
76+
1. Save your workflow. On the designer toolbar, select **Save**.
6777

6878
## Workflow definition - pagination
6979

0 commit comments

Comments
 (0)