cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
SHBarrios
Frequent Visitor

Merge Excel rows from multiple files into a template one

I'm new to Power Automate and I want to solve a problem, I seek assistance to understand the issue. I have created 2 Cloud Flow: the first one that save all attachments from multiple emails address and store them in a single OneDrive Location. The second cloud flow is to send an email after it generate a report on such attachments and send it to a pre-arrange list of users.

 

I create a desktop flow that basically open a Report Template which have header on it, add the rows for all the excel files that are in OneDrive folder location and then save the report in a folder in OneDrive location. grab the date converted to a format that I need and save the in another location with the name and also the format as part of the name. Feel free to see the flow below, the template and output file is like this

 

Template form

SHBarrios_8-1715102022381.png

 

Output from my desktop flow (edited) 

SHBarrios_9-1715102247073.png

 

 

 

I have a few issues that I need help. I know that desktop flows are unable to run while my system is power down. I need a cloud flow to emulate my flow, I have been reading the forums, but I have no clear idea on how to implement my desktop flow successfully. I have been trying but I have to admit my knowledge is lacking and while Copilot AI suggested a few steps I'm still not able to figure it out the logic and how to set the correct parameters.

 

 

SHBarrios_0-1715101917739.png

 

Start Flow- Grab the excel files, open the template and add the info

SHBarrios_1-1715101918514.png

 

Mid Flow - save the document and add get the time

SHBarrios_2-1715101918581.png

 

final steps - save the document with time frame added

 

 

Copilot AI suggested the following flow - While I know that list files on folder is the same as my first desktop flow steps all other are unfamiliar:

 

 

SHBarrios_3-1715101918120.png

 

 

is this the template, if so how to get the right headers on it. if not, what else is missing?

 

SHBarrios_4-1715101918099.png

 

Is this the reader for all excel files excluding headers?

 

SHBarrios_5-1715101918090.png

 

 

I know this one , this is the UTC time format

SHBarrios_6-1715101918079.png

 

 

wait, what outputs, body parameter, I do not see them in any previous steps...I know the folder where I want those...

SHBarrios_7-1715101918383.png

 

 

I hope some guidance and thanks in advance for your kind help, I have received some work arounds using 3rd party vendors solutions

1 ACCEPTED SOLUTION

Accepted Solutions
SHBarrios
Frequent Visitor

Thanks to all , is far from perfect but is a solution of the issue that I have. Still a few things to improve, as always, but is a work in progress solution.

 

Feel free to review it and send your feedback on how to improve this code.

View solution in original post

11 REPLIES 11
Nived_Nambiar
Super User
Super User

Hi @SHBarrios 

 

I think this should include 

 

1. Listing all files in onedrive

2. Looping through each of excel files and listing the rows present in it.

3. append the row to master table 

4. Once done > send it as email.

 

Power Automate cloud requires table to be present in the excel sheet around the sheet content so to recognize the rows etc, even if it is report template file which is empty- there should be an empty table created.

 

see below - 

 

Assume this is excel template file

Nived_Nambiar_2-1715109375185.png

 

 

below are list of files to be merged

Nived_Nambiar_1-1715109359610.png

 

Now use below approach-

 

Nived_Nambiar_3-1715109633905.png

 

Nived_Nambiar_4-1715109651817.png

 

Nived_Nambiar_5-1715109676573.png

 

Expression- 

first(outputs('Get_tables')?['body/value'])?['id']
 
Nived_Nambiar_6-1715109722431.png

 

Nived_Nambiar_7-1715109750123.png

 

Overall flow

Nived_Nambiar_8-1715109805668.png

 

 

Thanks & Regards,

Nived N 🚀

LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
Blog: Nived Nambiar's Blogs

🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌

 

Wow!! That is great solution, but I do see 2 problems implementing that into the solution for my flow:

 

1) my saved files from my first cloud flow save them as .csv files, with no table format (please see the folder and data below).

SHBarrios_1-1715112570228.png

 

SHBarrios_0-1715112477657.png

 

2) in order to implement the solution proposed, I need to change my Cloud Flow "Gather all emails" and change the output to all files has a formatted table on it, which I believe will need to add an extra step on the loop for each after creating the file, am I right ?

 

SHBarrios_2-1715113050630.png

 

and that is when I get lost , I do not have an idea how to change that...

 

 

 

 

 

 

@SHBarrios 

 

You can parse data from CSV files using native expressions. This can be a little complicated but you'll find some topics on these threads.

 

To extract CSV data into Power Automate in a no code way, Encodian has two possible actions:

Parse CSV

Get Rows from Excel (works with CSVs too)

SHBarrios
Frequent Visitor

@AlexEncodian 

 

Thanks for the proposed solution, but 3rd party vendors and API may not be the solution I'm looking for, as I mention previously, this may be tempting but only if and only if there are no other solutions.  Beside that I need api keys and buy a subscription right?

 

@SHBarrios 

API Key is free to get with no credit card required.

 

But yes, the free plan gives you 50 credits per month (i.e. extracting data from 50 CSVs). Above that you would need a paid subscriptions.

 

As mentioned, you can parse CSVs natively. I'm not an expert on this but you'll find threads on this topic so you can start studying it.

SHBarrios
Frequent Visitor

@AlexEncodian ,

I figure it out in our previous interactions, I get the API key free at subscription, but I need to buy a lot more credits than just 50 a month is 8 .csv files a day, so I will run out of credits in a week.

 

I will continue looking in this topic, I learn a lot, but is not quite easy to implement desktop flow to cloud flow.

SHBarrios
Frequent Visitor

@Expiscornovus 

 

I was reading your solution for Removing header (first row) in CSV files, I was wondering if you kindly guide me to the process to solve my issue of parsing multiple .csv files that I have in my OneDrive folder and marge into my template file.

 

SHBarrios_0-1715120115615.png

 

Hi @SHBarrios 

 

Given that output excel file should have empty table present it, we can still proceed with if the input files are of csv type.

 

see below

 

I have placed csv files in input folder in sharepoint

Nived_Nambiar_0-1715194443604.png

 

Now see the flow design

 

1. use get files properties to get the list of all files from the folder location where csv files are stored

Nived_Nambiar_1-1715194502174.png

 

2. Now use an apply to each loop to loop through all files 

Nived_Nambiar_2-1715194537658.png

 

 Inside the loop, follow the below sub-steps 

2.1- Use get file content to get file content of the csv file 

Nived_Nambiar_3-1715194614518.png

 

2.2 - use compose action to decode text from csv file get file content action 

Nived_Nambiar_4-1715194695844.png

 

Expression - 

decodeBase64(outputs('Get_file_content')?['body']?['$content'])
 
2.3 Now use another apply to each which loops through csv file content and add row to excel table 
Nived_Nambiar_5-1715194770544.png

 

Expression - 

skip(split(trim(outputs('Compose')),decodeUriComponent('%0A')),1)
The above expression will skip the headers of csv file.
 
2.3.1- inside the above apply to each loop, use add row to table to add the csv row content to excel table 
Nived_Nambiar_6-1715194853987.png

 

Nived_Nambiar_7-1715194872306.png

 

Since apply to each iterates through rows , each element in a row is separated by comma,  so will be splitted by comma and take the respective element out of it.

 

 

This is how input data looks like

Nived_Nambiar_8-1715194978405.png

 

Nived_Nambiar_9-1715194988702.png

 

Output should look like 

Nived_Nambiar_10-1715195006681.png

 

 

Hope it helps !

Thanks & Regards,

Nived N 🚀

LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
Blog: Nived Nambiar's Blogs

🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌

 

SHBarrios
Frequent Visitor

@Nived_Nambiar 

 

That is close enough, I think I can edit the code for work in OneDrive location. Let me try and get back to you if not able to work it out.

SHBarrios
Frequent Visitor

@Nived_Nambiar ,

 

well it does not work at all.... or at least will take a long time. each of the  .csv files is having over 250 rows each one and is still running after 35 minutes.

 

SHBarrios_0-1715209029377.png

SHBarrios_1-1715209192615.png

 

SHBarrios
Frequent Visitor

Thanks to all , is far from perfect but is a solution of the issue that I have. Still a few things to improve, as always, but is a work in progress solution.

 

Feel free to review it and send your feedback on how to improve this code.

Helpful resources

Announcements

Win free tickets to the Power Platform Conference | Summer of Solutions

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**

Celebrating the June Super User of the Month: Markus Franz

Markus Franz is a phenomenal contributor to the Power Apps Community. Super Users like Markus inspire others through their example, encouragement, and active participation.    The Why: "I do this to help others achieve what they are trying to do. As a total beginner back then without IT background I know how overwhelming things can be, so I decided to jump in and help others. I also do this to keep progressing and learning myself." Thank you, Markus Franz, for your outstanding work! Keep inspiring others and making a difference in the community! 🎉  Keep up the fantastic work! 👏👏 Markus Franz | LinkedIn  Power Apps: mmbr1606  

Copilot Cookbook Challenge | Week 1 Results | Win Tickets to the Power Platform Conference

We are excited to announce the "The Copilot Cookbook Community Challenge is a great way to showcase your creativity and connect with others. Plus, you could win tickets to the Power Platform Community Conference in Las Vegas in September 2024 as an amazing bonus.   Two ways to enter: 1. Copilot Studio Cookbook Gallery:  https://aka.ms/CS_Copilot_Cookbook_Challenge 2. Power Apps Copilot Cookbook Gallery: https://aka.ms/PA_Copilot_Cookbook_Challenge   There will be 5 chances to qualify for the final drawing: Early Bird Entries: March 1 - June 2Week 1: June 3 - June 9Week 2: June 10 - June 16Week 3: June 17 - June 23Week 4: June 24 - June 30     At the end of each week, we will draw 5 random names from every user who has posted a qualifying Copilot Studio template, sample or demo in the Copilot Studio Cookbook or a qualifying Power Apps Copilot sample or demo in the Power Apps Copilot Cookbook. Users who are not drawn in a given week will be added to the pool for the next week. Users can qualify more than once, but no more than once per week. Four winners will be drawn at random from the total qualifying entrants. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once. If they are drawn multiple times, another user will be drawn at random. Prizes:  One Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value, does not include travel, lodging, or any other expenses) Winners are also eligible to do a 10-minute presentation of their demo or solution in a community solutions showcase at the event. To qualify for the drawing, templates, samples or demos must be related to Copilot Studio or a Copilot feature of Power Apps, Power Automate, or Power Pages, and must demonstrate or solve a complete unique and useful business or technical problem. Power Automate and Power Pagers posts should be added to the Power Apps Cookbook. Final determination of qualifying entries is at the sole discretion of Microsoft. Weekly updates and the Final random winners will be posted in the News & Announcements section in the communities on July 29th, 2024. Did you submit entries early?  Early Bird Entries March 1 - June 2:  If you posted something in the "early bird" time frame complete this form: https://aka.ms/Copilot_Challenge_EarlyBirds if you would like to be entered in the 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. Copilot Cookbook Gallery:Power Apps Cookbook Gallery:1.  @Mathieu_Paris 1.   @SpongYe 2.  @Dhanush 2.   @Deenuji 3.  n/a3.   @Nived_Nambiar  4.  n/a4.   @ManishSolanki 5.  n/a5.    n/a

Your Moment to Shine: 2024 PPCC’s Got Power Awards Show

For the third year, we invite you, our talented community members, to participate in the grand 2024 Power Platform Community Conference's Got Power Awards. This event is your opportunity to showcase solutions that make a significant business impact, highlight extensive use of Power Platform products, demonstrate good governance, or tell an inspirational story. Share your success stories, inspire your peers, and show off some hidden talents.  This is your time to shine and bring your creations into the spotlight!  Make your mark, inspire others and leave a lasting impression. Sign up today for a chance to showcase your solution and win the coveted 2024 PPCC’s Got Power Award. This year we have three categories for you to participate in: Technical Solution Demo, Storytelling, and Hidden Talent.      The Technical solution demo category showcases your applications, automated workflows, copilot agentic experiences, web pages, AI capabilities, dashboards, and/or more. We want to see your most impactful Power Platform solutions!  The Storytelling category is where you can share your inspiring story, and the Hidden Talent category is where your talents (such as singing, dancing, jump roping, etc.) can shine! Submission Details:  Fill out the submission form https://aka.ms/PPCCGotPowerSignup by July 12th with details and a 2–5-minute video showcasing your Solution impact. (Please let us know you're coming to PPCC, too!)After review by a panel of Microsoft judges, the top storytellers will be invited to present a virtual demo presentation to the judges during early August. You’ll be notified soon after if you have been selected as a finalist to share your story live at PPCC’s Got Power!  The live show will feature the solution demos and storytelling talents of the top contestants, winner announcements, and the opportunity to network with your community.  It's not just a showcase for technical talent and storytelling showmanship, show it's a golden opportunity to make connections and celebrate our Community together! Let's make this a memorable event! See you there!   Mark your calendars! Date and Time: Thursday, Sept 19th Location: PPCC24 at the MGM Grand, Las Vegas, NV 

Tuesday Tip | Accepting Solutions

It's time for another TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   To enhance our collaborative environment, it's important to acknowledge when your question has been answered satisfactorily. Here's a quick guide on how to accept a solution to your questions: Find the Helpful Reply: Navigate to the reply that has effectively answered your question.Accept as Solution: Look for the "Accept as Solution" button or link, usually located at the bottom of the reply.Confirm Your Selection: Clicking this button may prompt you for confirmation. Go ahead and confirm that this is indeed the solution.Acknowledgment: Once accepted, the reply will be highlighted, and the original post will be marked as "Solved". This helps other community members find the same solution quickly. By marking a reply as an accepted solution, you not only thank the person who helped you but also make it easier for others with similar questions to find answers. Let's continue to support each other by recognizing helpful contributions. 

Reminder: To register for the Community Ambassador Call on June 13th

Calling all Super Users & User Group Leaders   Reminder: To register for the Community Ambassador Call on June 13th—for an exclusive event for User Group Leaders and Super Users! This month is packed with exciting updates and activities within our community.   What's Happening: Community Updates: We'll share the latest developments and what's new in our vibrant community.Special Guest Speaker: Get ready for an insightful talk and live demo of Microsoft Copilot Studio templates by our special guest.Regular Updates: Stay informed with our routine updates for User Groups and Super Users.Community Insights: We'll provide general information about ongoing and upcoming community initiatives. Don't Miss Out: Register Now: Choose the session that fits your schedule best.Check your private messages or Super User Forum for registration links. We're excited to connect with you and continue building a stronger community together.   See you at the call!  

Users online (2,251)