Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Export new list items to existing table in Excel file once daily

(0) ShareShare
ReportReport
Posted on by 3

Hi all - help needed.

 

Has anyone built a flow to export new list items to an existing table in an Excel file once daily and could share? 

 

I have a SharePoint list:

samclark6_1-1657538322817.png

 

And a table in an Excel file on the SharePoint site:

samclark6_0-1657538069220.png

 

What I would like to do is export new items at 22:00 daily from the SharePoint list to the table (so each day the new items that day will be added to the end of the table).

  • MarconettiMarco Profile Picture
    3,812 Super User 2024 Season 1 on at
    Re: Export new list items to existing table in Excel file once daily

    I think so too 😁

  • JonDoesFlow Profile Picture
    1,304 on at
    Re: Export new list items to existing table in Excel file once daily

    Hey @MarconettiMarco , I think we are both right here haha 🙂

  • JonDoesFlow Profile Picture
    1,304 on at
    Re: Export new list items to existing table in Excel file once daily

    I have written about this in a blog post here - https://www.jondoesflow.com/post/export-new-sharepoint-list-items-to-existing-table-in-excel-file

  • MarconettiMarco Profile Picture
    3,812 Super User 2024 Season 1 on at
    Re: Export new list items to existing table in Excel file once daily

    Hello @samclark6 ,

    please follow these steps:

    1. Trigger "Recurrence", interval 1 per Day at 22:00

    MarconettiMarco_0-1657542640888.png

    2. Get Items (from SP list); in the filter query put this expression in order to get only the records created today:

    addDays(utcnow('yyyy-MM-ddTHH:mm:ssZ'),-1)

    MarconettiMarco_1-1657542678871.png

    3. Add the "Add a row into a table" action in order to create as many rows as your SP list created within the current data:

    MarconettiMarco_2-1657542750739.png

     

    That's it.

     

    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.

    BR,

    Marco

     

     

  • JonDoesFlow Profile Picture
    1,304 on at
    Re: Export new list items to existing table in Excel file once daily

    Hey @samclark6 

     

    Yes, this is possible.  First, I would add a new column to your SharePoint list and call it "Processed", make it a Yes/No column.

     

    Then in Power Automate create a scheduled cloud flow, to run at whatever frequency you like.

     

    Next step, get the items from the SharePoint list, an in the Filter query section put in Processed eq 'false', like below

     

    Jondoesflow_0-1657541021607.png

    This will get you all of the items that haven't been added to the Excel spreadsheet.

     

    Next step, Add a row to a table:

     

    Jondoesflow_1-1657541093613.png

     

    This step will be automatically added into an Apply to Each section, under this add a Update Item action, and set the Processed field to Yes:

     

    Jondoesflow_2-1657541162350.png

    The entire flow is below:

     

    Jondoesflow_3-1657541208382.png

     

     

    If I have helped you solving your issues, please can you thumbs up this reply and accept it as a solution.

     

    Thanks !

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1