Hi Automaters,
I'm trying to create a flow where I do the following:
1. Register when a mail comes into a shared mailbox in Outlook. With a specific name for example: "Robot Data: 20/10/2023". In this activity i need help figuring out how to make sure I would also catch future mails where the date is at a later time. Is it possible to just write "Robot Data: *" in my SubjectFilter in the activity?
2. Then i need to get the attached file from the mail (Always an Excel file).
3. Take each row and populate them into an Excel file that is in a Teams group.
How would I go about each step?
Solved! Go to Solution.
@MadsV
1) Yes - you can just write "Robot Data:" in the Subject Filter. Best way to ensure it works, is to test it out.
2) Get file attachment and check the file extension e.g. Solved: get ONLY PDF attachement from email and save to Sh... - Power Platform Community (microsoft....
3) If your data is in an Excel content type Table, then you can use the native Excel connector "List Rows" action.
4) Loop through each value and use Excel connector to Add rows in your new excel file (again assuming your target excel file data is in a table structure).
If your data is not in a table content structure, you might be able to use the following Encodian actions:
Get Rows from Excel
Add Rows to Excel
Parse CSV
Hey there!
Sure thing, happy to help you out with this automation adventure.
Subject Filtering in Outlook:
For subject filtering in Outlook.. Yup, you're on the right track! To catch those future mails, use "Robot Data: *" in your SubjectFilter. The asterisk acts like a wildcard, so it'll match any subject that starts with "Robot Data:" followed by anything.
Now, for the Excel attachment snatch. In your flow, after the trigger, add an action to "Get attachments." Choose the "List rows present in a table" action from Excel Online (Business), and point it to your Teams group Excel file. This sets the stage.
To populate rows into your Teams group Excel file, use the "Add a row into a table" action. Map the columns from your incoming Excel attachment to the corresponding columns in your Teams group file. It's like giving each piece of data a comfy seat in its new home.
Remember to handle potential hiccups gracefully, like checking if the attachment is indeed an Excel file. This is how me and my team at triotech systems work. Test, tweak, and you're good to go!
Give it a whirl and let me know how it dances. If any snags come up, we'll untangle them together.
Hi @MadsV ,
You should be able to find the file name when you click on the dynamic content as shown below
If this post helps you with your problem, please mark this answer as Accepted Solution.
If you like my response, please give it a Thumbs Up.
@MadsV
1) Yes - you can just write "Robot Data:" in the Subject Filter. Best way to ensure it works, is to test it out.
2) Get file attachment and check the file extension e.g. Solved: get ONLY PDF attachement from email and save to Sh... - Power Platform Community (microsoft....
3) If your data is in an Excel content type Table, then you can use the native Excel connector "List Rows" action.
4) Loop through each value and use Excel connector to Add rows in your new excel file (again assuming your target excel file data is in a table structure).
If your data is not in a table content structure, you might be able to use the following Encodian actions:
Get Rows from Excel
Add Rows to Excel
Parse CSV
Hi @AlexEncodian,
First I would like to thank you a lot for replying 🙂
1. Great that I can just write the first part in my Subject Filter.
2. It seems that this just loops through and checks if the file format is the correct type. Which I don't need since i know that every mail i get with the specific Subject will only have 1 attachment that is an Excel file. (Please correct me if I didn't understand the post that you linked 🙂 )
3. Should i use the "List Rows..." or the "Add a row into a table" function for what i'm trying to do?
- That is: Take the rows from the Excel attachment from the mail, and insert them into an existing Excel File that is located in a Teams folder.
4. That makes sense 🙂
Hi @MadsV ,
I think you can find the needed solution after checking the below link
Extract excel data from email attachment and add t... - Power Platform Community (microsoft.com)
If this post helps you with your problem, please mark your as Accepted solution.If you like my response, please give it a Thumbs Up.
Hi @EmadBeshai,
Thank you for replying.
I can't seem to wrap my head around how to apply that solution to my problem.
Hi @MadsV ,
1- As you mentioned you can just write "Robot Data:" in the subject filter.
2- Getting the file attached and make sure from its extension by following the second step link at @AlexEncodian's reply.
3- If you want to catch each row inside the excel sheet and create an excel file then you need to follow the same steps here Extract excel data from email attachment and add t... - Power Platform Community (microsoft.com)
4- To send these files to teams group then you can follow this article File management with Power Automate and Microsoft Teams - nBold
If this post helps you with your problem, please mark your as Accepted solution.If you like my response, please give it a Thumbs Up.
Hi @EmadBeshai,
I've almost finished my flow, the only thing i'm struggling with is getting the data from sharepoint when the file is dynamic (e.g. it changes name for each time).
The flow does the following now:
1. Checks the mailbox for mails with a specific subject and attachment.
2. Takes the attachment and uploads it into a folder to Sharepoint
3. STEP THAT IS NOT DONE - Take the data from the excel sheet and paste into another excel sheet in another Sharepoint folder. (I can only do this when the filename is static (Doesn't change)) - So if you could help me with how i use a file that changes name for each run.
Hi @MadsV ,
Which file you are facing the issue with, is it the excel sheet created from the email's attachment or the excel you want to copy the rows to it?
Hey there!
Sure thing, happy to help you out with this automation adventure.
Subject Filtering in Outlook:
For subject filtering in Outlook.. Yup, you're on the right track! To catch those future mails, use "Robot Data: *" in your SubjectFilter. The asterisk acts like a wildcard, so it'll match any subject that starts with "Robot Data:" followed by anything.
Now, for the Excel attachment snatch. In your flow, after the trigger, add an action to "Get attachments." Choose the "List rows present in a table" action from Excel Online (Business), and point it to your Teams group Excel file. This sets the stage.
To populate rows into your Teams group Excel file, use the "Add a row into a table" action. Map the columns from your incoming Excel attachment to the corresponding columns in your Teams group file. It's like giving each piece of data a comfy seat in its new home.
Remember to handle potential hiccups gracefully, like checking if the attachment is indeed an Excel file. This is how me and my team at triotech systems work. Test, tweak, and you're good to go!
Give it a whirl and let me know how it dances. If any snags come up, we'll untangle them together.
Hi @EmadBeshai,
It's the file that i get from the email and i upload to sharepoint. After uploading it to sharepoint i can't access it again when i try to "Add row into a table"
The reason i can't access it, is because i don't know how to get the file name from sharepoint since the file i upload changes name everytime i upload a new file
Hi @expertopinionsa,
What wonderful message, it was a joy to read 😄
The only place i have problems is with this part of the flow:
"To populate rows into your Teams group Excel file, use the "Add a row into a table" action. Map the columns from your incoming Excel attachment to the corresponding columns in your Teams group file. It's like giving each piece of data a comfy seat in its new home.."
I have a hard time figuring out how i get a hold of the Excel file i just uploaded into sharepoint. Because the name isn't static, it changes everytime the flow runs because of the date 🙂
Hi @MadsV ,
You should be able to find the file name when you click on the dynamic content as shown below
If this post helps you with your problem, please mark this answer as Accepted Solution.
If you like my response, please give it a Thumbs Up.
Hi @EmadBeshai,
Sorry for all the trouble, I might have miscommunicated my issue.
I don't have trouble taking the attachment from the email and uploading it into sharepoint.
The issue is when trying to write the data from the uploaded file, into the static document that is always available on Sharepoint.
I get the following error when running:
"The execution of template action 'Apply_to_each:_Sæt_data_ind_i_Statistikark' failed: the result of the evaluation of 'foreach' expression '@outputs('Create_file_Børneflyt2_-_Sharepoint')?['body/Id']' is of type 'String'. The result must be a valid array."
I see my issue now since i used the apply each to "Name" content from the sharepoint and it needs to be an array. Now i switched it to "Value" content from the List data, but i get this error instead
"File /BF2 PowerAutomate Midlertidig test/Børneflyt2_Robotdata_test_23102023.xlsx is locked for shared ussage of {My ID}[membership].
clientRequestId:...
serviceRequestId:..."
Hi @MadsV ,
Please make sure to close the file you are updating against if you are opening it anywhere, and also make sure if you give the needed SharePoint permissions to the user where the power automate is running by using this user's connection.
If this post helps you with your problem, please mark this answer as Accepted Solution.
If you like my response, please give it a Thumbs Up.
Hi @MadsV
I'm thrilled to hear that you found my message helpful! Let's tackle the challenge of dynamically retrieving the Excel file from SharePoint, considering the changing date in the file name.
After you've uploaded the Excel file to SharePoint, you can use the "List files in folder" action for SharePoint. Configure it to point to the folder where your Excel files are stored within the Teams group. Since the file name changes with the date, you'll need to filter the results based on some other criteria.
Once you have identified the correct file, you can proceed with the "Add a row into a table" action as mentioned in the previous message.
Remember to handle any potential errors or exceptions gracefully to ensure the robustness of your flow.
Give this approach a shot, and if you encounter any hiccups or need further clarification, feel free to reach out. We're in this automation journey together!
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