Skip to main content
Power Automate
    • Connectors
    • Templates
    • Digital process automation
    • Robotic process automation
    • Business process automation
    • Process advisor
    • AI Builder
  • Pricing
  • Partners
    • Blog
    • Documentation
    • Roadmap
    • Self-paced learning
    • Webinar
    • Business process and workflow automation topics
    • Overview
    • Issues
    • Give feedback
    • Overview
    • Forums
    • Galleries
    • Submit ideas
    • User groups
    • Register
    • ·
    • Sign in
    • ·
    • Help
    Go To
    • Microsoft Power Automate Community
    • Welcome to the Community!
    • News & Announcements
    • Get Help with Power Automate
    • General Power Automate Discussion
    • Using Connectors
    • Building Flows
    • Using Flows
    • Power Automate Desktop
    • Process Advisor
    • AI Builder
    • Power Automate Mobile App
    • Translation Quality Feedback
    • Connector Development
    • Share, Chat, Discuss
    • Community Chat & Announcements
    • Off Topic Discussion
    • Power Platform Integration - Better Together!
    • Power Platform Integrations
    • Power Platform and Dynamics 365 Integrations
    • Galleries
    • Community Connections & How-To Videos
    • Webinars and Video Gallery
    • Power Automate Cookbook
    • 2021 MSBizAppsSummit Gallery
    • 2020 MSBizAppsSummit Gallery
    • 2019 MSBizAppsSummit Gallery
    • Ideas
    • Power Automate Ideas
    • Report Issues
    • I Found A Bug
    • Community Engagement
    • Community AMA
    • Community Blog
    • Power Automate Community Blog
    • Community Blog Topic Suggestions
    • Community Support
    • Community Accounts & Registration
    • Using the Community
    • Community Feedback
    cancel
    Turn on suggestions
    Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
    Showing results for 
    Search instead for 
    Did you mean: 
    • Microsoft Power Automate Community
    • Galleries
    • Power Automate Cookbook
    • Re: Excel read rows unlimit

    Re: Excel read rows unlimit

    01-14-2022 12:24 PM

    MauroViano
    Regular Visitor
    521 Views
    LinkedIn LinkedIn Facebook Facebook Twitter Twitter
    juresti
    juresti Continued Contributor
    Continued Contributor
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Email to a Friend
    • Report Inappropriate Content

    Excel read rows unlimit

    ‎03-13-2020 12:48 PM

    Title:

    Excel read rows unlimit

     

    Description:

    This flow helps you read excel data rows beyond your limit for any plan.

    The data is read in chunks, written to temporary text files, then read back in and processed.

     

    Detailed Instructions: 

    In loop get all rows control the number of loops by setting the value is equal to "number".

    The change limits should match the equal to value. I could not find documentation on this but this also controls the number of loops.

    To come up with the number of loops, you will need to do some math.

    For example, I want to read 10,000 rows at 500 each loop, so that makes 20 loops. 20 x 500 = 10,000.

     

    You will also need some math in the list rows present action step.

    The top count and skip counts will control which set of data is read each loop.

    Using the same example of 500 each loop, set top count to 500 and the skip with the formula to multiply the loop by 500

    mul(variables('loopTrack'),500).

     

    The JSON action is where you need to set your own columns and types.

    You should be able to figure out the column name and data type structure by looking at the Parse JSON.

    Then you can set your columns and data types and even add more columns.


    This flow writes each record into sharepoint, the destination can be changed.

     

    Questions:

    Please post any questions.

     

    Anything else we should know: 

    Note that your hourly, items per 5 minute, and other limits can not be over come.

    That is why this flow does not use parallelism to help keep it under the those limits, and it can't use parallelism due to the use of variables within the loops.

    Yes, the flow can take a long time to run on large data, yet it achieves the goal of automating it for you while you sleep.

    So it is probably best suited for plans where you can only read less than 5,000 rows and the file has less than 100,000 rows. 

     

    My sample run of 50,000 rows written to sharepoint from excel

     

    thumb.PNG12.PNG

     

    Preview file
    27 KB
    exceldatarowunlimit_20200402191617.zip
    Labels:
    • Labels:
    • Automated flows
    • Solutions
    Message 1 of 5
    4,952 Views
    2 Kudos
    Reply
    • All posts
    • Previous Topic
    • Next Topic
    KrishnaV
    Super User KrishnaV
    Super User
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Email to a Friend
    • Report Inappropriate Content

    ‎04-02-2020 12:07 PM

    Hi,

     

    Thank you for your solution but when I try to import the solution I see the below errors.

    Please help me with this issue.

     

    Regards,

    Kris


    I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.

    Regards,
    KrishnaV
    Business Applications MVP, Microsoft Certified Trainer
    Twitter | Linkedin | YouTube | GitHub
    If this post helps you give a and if it solved your issue consider Accept it as the solution to help the other members / new members of the community.
    Preview file
    23 KB
    Message 2 of 5
    3,833 Views
    0 Kudos
    Reply
    juresti
    juresti Continued Contributor
    Continued Contributor
    In response to KrishnaV
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Email to a Friend
    • Report Inappropriate Content

    ‎04-02-2020 12:23 PM

    Hello, Download the new zip file. I had some settings set on that action in error that are now cleared.

     

    I believe it should import now.

    Message 3 of 5
    3,822 Views
    0 Kudos
    Reply
    KrishnaV
    Super User KrishnaV
    Super User
    In response to juresti
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Email to a Friend
    • Report Inappropriate Content

    ‎04-02-2020 03:18 PM

    Thank you for your help and it is working for me.

     

    Regards,

    Krish


    I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.

    Regards,
    KrishnaV
    Business Applications MVP, Microsoft Certified Trainer
    Twitter | Linkedin | YouTube | GitHub
    If this post helps you give a and if it solved your issue consider Accept it as the solution to help the other members / new members of the community.
    Message 4 of 5
    3,746 Views
    1 Kudo
    Reply
    MauroViano
    MauroViano
    Regular Visitor
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Email to a Friend
    • Report Inappropriate Content

    ‎01-14-2022 12:24 PM

    havent tested it, if it does what you saiy, i love you, thanks,

    Message 5 of 5
    521 Views
    0 Kudos
    Reply

    Power Platform

    • Overview
    • Power BI
    • Power Apps
    • Power Automate
    • Power Virtual Agents

    • Sign up free
    • Sign in

    Browse

    • Templates
    • Connectors
    • Partners

    Downloads

    • Mobile
    • Gateway

    Learn

    • Documentation
    • Learn
    • Support
    • Community
    • Give feedback
    • Blog
    • Pricing

    • © 2022 Microsoft
    • Contact us
    • Trademarks
    • Privacy & cookies
    • Manage cookies
    • Terms of use
    • Terms & conditions