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

No attachment in my Power Automate Flow

Hi All,

 

I have created a Power Automate flow with the trigger (when a file is created property only) that should send an email with the attachments, the flow is running except I have no attachment in the file and I don't have the attachment(s), I don't see where the problem is, if you can help me

 

power automate 1.jpgpower automate 2.jpgPower automate 3.jpg

1 ACCEPTED SOLUTION

Accepted Solutions

Based on our previous discussions I think this is flow that will trigger when a new file is created, check if the file name begins with INFORM (the check is not case sensitive). If the file name begins with 'INFORM' email the file. As the trigger will operates on a single file being created we don't need handle multiple files in the flow:

2021-11-25_21-07-35.png

2021-11-25_21-07-58.png

 


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

View solution in original post

22 REPLIES 22

As you are dealing with a single file triggering the flow, see if the following flow with three steps will be suited to your needs:

2021-11-14_12-33-04.png

2021-11-14_12-33-29.png

 


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

Fantoma25
Frequent Visitor

Hi Ellis,

 

Thank you for your answer, I have created this flow to deal with several files,

 

if you can help me,

 

Regards

Hi Ellis,

 

Thank you for your answer, I have created this flow to deal with several files,

 

if you can help me,

 

Regards

Can you share screenshots of the flow so I can understand the context and any error messages.

As far as I understand:

  • the trigger is when a file is created in a document library,
  • then based on some condition you are getting a number of documents files (Get Files) from another document Library?
  • these documents are sent as an email attachment
  • the attachments are received but they have no content - i.e. they are empty.


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

Hi Ellis,

 

See below screenshots below, tell if it what you need

1)pic 1.jpg

2)pic 2.jpg

3)pic 3.jpg

4)pic 4.jpg

5)pic 5.jpg

6)pic 6.jpg

7)pic 7.jpg

😎pic 8.jpg

9)pic 9.jpg

Thanks for the images from the flow. That was really helpful

 

(1) I am trying to understand what needs to be done in the flow:

  1. Trigger: When a file is created in a document library
  2. If the filename from the trigger action starts with 'INFORM.' then email the file as an attachment

(2) Is this understanding correct? If so, the flow can be created as mentioned before (see below). Note the flow is only triggered for each new file that is added to the document library - so the email will only contain ONE attachment file:

2021-11-17_09-20-43.png

We can later add a condition later to check if the filename starts with 'INFORM.' This can either be a trigger condition or a condition action. Will the above type of flow suit your need? Are you able to create a simplified flow like above and re-test

 

(3) Can you also send screenshots of the runtime. For example:

2021-11-17_09-22-34.png

Ellis

Hi Ellis,

 

the flow failed, below details :

 

issue 1.jpgissue 2.jpgissue 3.jpgissue 4.jpg

 

Fantoma25_0-1637220393552.png

Regards

Thanks for the screen shots.

I noticed that then I ran my test flow,  the Get file content action has the spaces and slashes in the url are encoded. In your action they are not encoded:

2021-11-18_07-49-52.png

Both actions should work. However,  in your flow can you replace the Get file content action with Get file content using path as below and re-test:

2021-11-18_08-01-15.png

Remember to update the email attachment details:

2021-11-18_08-03-10.png

 


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

Hi,

Now is working, what I would like now it is to apply a each statement as I can receive several file with the name starting by "INFORM."

Could you remind me what the original flow was trying to achieve.  This is what I understand:

 

Untitled Diagram.drawio2.png

 


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

Hi Ellis,

 

This is the flow, in this folder I can have 1 or more file with the name starting with : "INFORM."

Regards

Based on our previous discussions I think this is flow that will trigger when a new file is created, check if the file name begins with INFORM (the check is not case sensitive). If the file name begins with 'INFORM' email the file. As the trigger will operates on a single file being created we don't need handle multiple files in the flow:

2021-11-25_21-07-35.png

2021-11-25_21-07-58.png

 


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

Fantoma25
Frequent Visitor

Hi Ellis,

 

thanks a lot for your time and your support, it is working perfectly,

 

Regards

Hi Ekarim,

Good afternoon, 

 

I created a Flow like the mentioned one, but due to check the file, I didn't use same folder to send email if there is any new file, I used another folder, my issue is like this:

 

Flow sends email if there is no attachment, but I don't want the flow to send the email, if there is no attachment, can you give me a solution?

 

Lovemolecule_9_0-1692621785600.png

 

Thanks in advance, 

Have a nice day

Mohammad

 

 

 

I added a condition after getting file content; but it is still sending emails if there is no attachment.

Please share your flow.

 


Ellis
____________________________________
If I have answered your question, please mark the post as ☑️ Solved.
If you like my response, please give it a Thumbs Up.
My Blog Site

Hi Ellis

Good morning, 

 

Thanks for your reply; please see what I made last, 

 

Lovemolecule_9_0-1693378485863.pngLovemolecule_9_1-1693378507168.png

 

Somehow, this flow works, but I was forced to use cancel flow, which I believe is not a proper solution; I made some criteria to prevent some mistakes:

 

1- Flow should send if file name/s doesn't contain the specific word (Company names)

2 - Flow should not send an email if the folder is empty.

 

Thanks again

Have a nice day,

Mohammad

Hi @Lovemolecule_9 ,

 

Can you explain in simple terms what your flow is designed to do, and then how the flow works?

 

Please also tell me where the Body property is coming from in your flow:

 

ekarim2020_0-1693380110139.png

And

ekarim2020_1-1693380125431.png

 

Also note that the "When a file is created in a folder (depreciated)" action used in your flow. "(depreciated)" means that this action is no longer recommended for use. Use a recommended replacement action to ensure compatibility and continued support. For example, you could use the When a file is created (properties only): 

 

ekarim2020_2-1693380232128.png

 


Ellis
____________________________________
If I have answered your question, please mark the post as ☑️ Solved.
If you like my response, please give it a Thumbs Up.
My Blog Site

Hi again Ellis,

Thanks for your quick replies.

 

Sure, as I need to send emails to more than 40 contractors, do the below actions:

 

1 - I need to check the files before the email is sent. Therefore I asked Flow to start if I put a file in a separate folder than the place the files are there,

2 - Flow will get file/s inside each folder (there are 40 folders), 

3 - Flow check them if they contain specific word/s (Contractor name),

4 - Flow attach the files and send email, 

 

What were the challenges:

 

1 - Sometimes I had no file/s but Flow was sending email even if there is no attachment,

2 - Follow was sending multiple emails if I had more than one attachment, 

 

Also for your question; Body (get file content by using path) is created when I used "Get file Content and then when I used "Path";

 

 

Lovemolecule_9_0-1693387447858.png

 

I appreciate your attention and look forward for any suggestion, 

 

Stay safe

Mohammad

 

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

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!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

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  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

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.    

Updates to Transitions in the Power Platform Communities

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

Users online (854)