Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

SQL Server data not loading all rows in Service using Flow (Streaming data Set API)

I am not able to load all rows in Service Report using FLow. I have data in SQL Server and I am using API for live streaming connection. Only partial data is loaded. I have 12000 rows in SQL but can see only around 500 rows in report. I created a Schedulde flow for this ( 1 minute interval). Why is Service not importing all the rows?

3 Replies

  • nickyvv's avatar
    nickyvv
    Most Valuable Professional

    Please have a look at this page that lists the limits and configurations in Flow (now called Power Automate btw).

    The limit for message size is 100MB for example. It might be that you're hitting that.

     

    Did this help you or did I answer your question?
    Then please give kudos or mark my post as a solution!
    My blog: nickyvv.com

    • Anonymous's avatar
      Anonymous
      Not applicable

      So does it mean I cannot load data more than 100 MB in size from SQL Server? I am not sure if 500 rows of data would be 100 MB in size. 

      • nickyvv's avatar
        nickyvv
        Most Valuable Professional

        That could be, the size of 1 row depends on the number of columns and the datatypes of those columns. 

         

        Did this help you or did I answer your question?
        Then please give kudos or mark my post as a solution!
        My blog: nickyvv.com