Hi,
I have a complex Excel file that uses a connection to an Access query, which is pulling from a SQL database. I already figured out how to turn the Excel report into a Sharepoint list. But what I want is for the list to be a (close to) real time version of the Excel as changes occur to it. Bascially, I just want a live Sharepoint list. Is there any way to get at least part of this accomplished with Flow?
Solved! Go to Solution.
Hi @GerryL,
Could you please share more details about your Excel file?
Has the data of your Excel file been formatted as a table?
Further, do you want to update your SharePoint list when some changes occured to your Excel file?
I assume that your SharePoint list has same data structure with that in your Excel file and the data of your Excel file has been formatted as a table. In addition, I assume that there is a column in your Excel table (or SharePoint list) could uniquely identify a record (or a item). I have created a Excel file (Stored in my OneDrive for Business folder) on my side and the data structure of it as below:
The data structure of my SharePoint list as below:
Note: The Email Address column could identify one record in my Excel table (or one item in my SharePoint list) uniquely.
There is no trigger could detect if there are some changes in a Excel file in Microsoft Flow currently, I afraid that there is no way to achieve your needs directly in Microsoft Flow. If you would like this feature to be added in Microsoft Flow, please submit an idea to Flow Ideas Forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
In addition, you could consider take a try with the following workaround as an alternative solution:
Within "Apply to each" action, add a "Get items" action, specify Site Address and List Name. Add a "Apply to each 2" action, input parameter set to output of "Get items" action.
Within "Apply to each 2" action, add a "Update item" action, specify Site Address and List Name.
Image reference:
The flow works successfully as below:
Best regards,
Kris
Hi @GerryL,
Could you please share more details about your Excel file?
Has the data of your Excel file been formatted as a table?
Further, do you want to update your SharePoint list when some changes occured to your Excel file?
I assume that your SharePoint list has same data structure with that in your Excel file and the data of your Excel file has been formatted as a table. In addition, I assume that there is a column in your Excel table (or SharePoint list) could uniquely identify a record (or a item). I have created a Excel file (Stored in my OneDrive for Business folder) on my side and the data structure of it as below:
The data structure of my SharePoint list as below:
Note: The Email Address column could identify one record in my Excel table (or one item in my SharePoint list) uniquely.
There is no trigger could detect if there are some changes in a Excel file in Microsoft Flow currently, I afraid that there is no way to achieve your needs directly in Microsoft Flow. If you would like this feature to be added in Microsoft Flow, please submit an idea to Flow Ideas Forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
In addition, you could consider take a try with the following workaround as an alternative solution:
Within "Apply to each" action, add a "Get items" action, specify Site Address and List Name. Add a "Apply to each 2" action, input parameter set to output of "Get items" action.
Within "Apply to each 2" action, add a "Update item" action, specify Site Address and List Name.
Image reference:
The flow works successfully as below:
Best regards,
Kris
Hi there! is this solution (very good by the way) insert and update records or we just need to add that verification as an if condition?
Regards,
Diego!
Hi @v-xida-msft,
Thanks for the nice workflow. However, does this solution implies that the number of rows in the excel file (and in the SP list) is the same? What if the number of rows in the Excel is greater than what the rows in SP are? I assume there will be the need for checking the contents of the SP vs these of Excel and then a 'create item' outside the apply to each loop.
I got a question here, but I have not figured out the solution from your proposed flow.
Thanks for helping.
Hi @v-xida-msft,,
I'm not the OP, but found this while trying to do something similar.
One question about your solution: where in the flow do I specify which column should be used as unique identifier when running the update?
In my case, I have added a column in SP list called "Row ID", which takes the data from Excel Table's row ID (which is unique, I think?)
Thanks!
Hello! I'm trying to do the same thing but my file is in a shared document folder in Sharepoint. This is the easiest place for it to be because of ever-changing permission. I'm also trying to complete this trigger through Powerapps. I've attached what I copied. Any help is greatly appreciated. My ultimate goal is to be able to connect is to that I can create a status bar in Powerapps that Management can see.
Hello,
I have noticed that this is no longer possible now that there isn't a "Get Rows" action available. Is the new action get tables or what do I need to do in order to accomplish this now?
Thanks,
Ben Fetters
I would like to know that as well, have been browsing everywhere, but found nothing that can make this happen anymore - why did they remove this feature?
What I ended up doing is using the list rows present in table. That ended up being pretty much the same things and seemed to work just fine.
Hope that helps!
Ben Fetters
@danwolthers, can you also advise which filed in the flow helps identify the common filed which is present b/w the excel and the sharepoint
@SachinKukreja , I set up a recurrence on twice a day, more than that is not worth it for me - you can set it up however you prefer.
After that:
@danwolthers thanks so much for your quick response.. i was able to run the flow as you advised and the flow showed as successful too.. but it did not create any item on the sharepoint.. what wrong am i doing? i wanted to create a new item on the share point if a new line is created in excel and modify the existing share point list item if the existing line in the excel is updated.
Plus when i now run the flow in live data, it throws out an error as well
@SachinKukreja make sure the table columns on your spreadsheet are exactly the same name as in your SP list. Also check on your Get Items if you specified the Filter Query, like this: Title Eq'("Column id")
Hi! did you figure out how to achieve this with common fields? Can you show me how?
Hello @danwolthers ,
I just wanted to thank you for your post as this helped me solve the issue I have been looking for.
I have managed to follow your screenshot and complete my own flow that updates a SharePoint List from Excel, I added an extra condition in, where the fields I want to update are equal to null to update my SharePoint list, if they are not equal to null, the action is to do nothing.
Thanks again.
Claire
Hi Claire,
Really happy that it helped you out!! It's been so long that I did this, I even forgot about it!
Appreciate your comments 🙂
Have a wonderful week!
Best,
Daniel
Hello,
I have tried to follow this and it looks like I have done the right things, although there is a difference where I am having to use a csv which is parsed as json before doing the get list items and update.
The issue I am having is that the first loop that retrieves the Sharepoint List items, is getting the same item over and over (for as many items that exist in the list).
In loop 2 it then updates each item in the sharepoint list with the information from the single item (from loop 1).
I am clearly not getting this right but I am not sure what to change, can anyone give me some pointers?
Here are the screenshots of the flow and of the source data and the list after it has been through the flow.
Thanks
Rosie
Hi, I'm trying to achieve a similar thing but herein I'm unable to find the number columns to populate. For reference,
I want to update a Record ID. But when trying to look for it, it does not show the Excel fields list.
Whereas, in case of text / date fields, it gives the list properly.
Any ideas or suggestion on why this may be happening ? Many thanks in advance.
Hi @danwolthers,
I know this is an old thread but It still is the most recent one and close to what I am attempting to do. I followed your flow and replicated it on my end since I want to do the same thing; update a sharepoint list based on the content of an excel file on a weekly basis. However, I am stuck in the "Apply to each" section. I can't verify which one of the 3 its stuck in but if you have any idea of what my issue is that would be helpful.
I kept hidden the "update item" from the screenshot since it refers to column names that are confidential. I associated to the corresponding column names in my excel source file.
@v-xida-msft Will the need For each cause an issue of the Excel or SharePoint list has more than 2000 rows?
Thanks
Dear Community Members, We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd. During this period, members will not be able to Kudo, Comment, or Reply to any posts. On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities. What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!
We are excited to announce the Summer of Solutions Challenge! This challenge is kicking off on Monday, June 17th and will run for (4) weeks. The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities. Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”) - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024 Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods. You must enter into each weekly Entry Period separately. How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different. Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers. At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing. Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner. A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random. Individuals will be contacted before the announcement with the opportunity to claim or deny the prize. Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners. Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event. ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE** Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24 17 @Anil_g 7 @ManishSolanki 13 @eetuRobo 5 @David_MA 10 @VishnuReddy1997 5 @SpongYe 9JhonatanOB19932 (tie) @Nived_Nambiar 8 @maltie 2 (tie) @PA-Noob 2 (tie) @LukeMcG 2 (tie) @tgut03 2 (tie) Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate @Deenuji 12@ManishSolanki 19 @Anil_g 10 @NathanAlvares24 17 @VishnuReddy1997 6 @Expiscornovus 10 @Tjan 5 @Nived_Nambiar 10 @eetuRobo 3 @SudeepGhatakNZ 8 Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22 Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2 Anil_g2 SharonS2
On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners. The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights. Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.
We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for. We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer. Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together. Here's to new beginnings and endless possibilities! If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport. To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages