Logic app limitations

Niren Adhikary (NAD) 146 Reputation points
2022-08-08T11:37:15.003+00:00

Hi,

Is there any limitations in logic, the excel sheet has 5000+ records but it could only complete 256 entries in sql table. How can we increase this limit ?

229182-image.png

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,145 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andrew Blumhardt 9,861 Reputation points Microsoft Employee
    2022-08-08T13:30:03.053+00:00

    I don't know the specific limit for Excel but know that the connectors are making API calls. Those APIs usually have some sort of throttling or limitation. The workaround is usually chunking or paging (breaking the request down into allowable blocks). Many APIs support the ability to request data in pages. Though this option is not usually available in the UI-based logic app connectors. You provide the number of records per page and the page number in the HTTP get request. You basically loop through the pages.

    I also recommend looking for documentation related to the Excel connector for more information.

    0 comments No comments

  2. JananiRamesh-MSFT 27,256 Reputation points
    2022-08-23T09:27:51.19+00:00

    Hi @Niren Adhikary (NAD) Thanks for reaching out. This is known limitation The List rows present in table action returns up to 256 rows by default. In order to get all rows, turn on Pagination

    Reference Doc: https://learn.microsoft.com/en-us/connectors/excelonlinebusiness/#known-issues-and-limitations-with-actions

    I hope the answer helps. Please let me know if you have any further queries.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.