cancel
Showing results for 
Search instead for 
Did you mean: 
Reply

MS Flow failing when there is no attachment/s

Hello,

 

I have an MS form created for IT Requests and the user has the ability to submit up to 3 attachments. On the form there are 3 separate upload fields where they can attach 1 file. My flow only works when I submit 3 attachments, I can see that they uploaded to the SharePoint list without issue. However, anything less than 3 causes my flow to fail and no attachments are added to the SharePoint list. If I upload 1 attachment, the 2nd Parse JSON fails, if I upload 2 attachments the 3rd Parse JSON fails. This is really odd to me because my flow was working fine without issue until a few days ago and I did not change anything, so I have no idea what happened. 

 

Here are screenshots of my workflow, any guidance would be appreciated. Note: In my Condition, I have it set to Attachments is equal to "".

 

LC_0004_1-1670428057761.png

LC_0004_2-1670428118501.png

LC_0004_3-1670428222878.png 

LC_0004_4-1670428840248.png

LC_0004_5-1670428914205.png

LC_0004_8-1670429192849.png

LC_0004_10-1670429370446.png

LC_0004_12-1670429490695.png

LC_0004_13-1670429559048.png

 

Here are the error messages that come up when the flow is run: In this example below, I uploaded 2 attachments...the Parse JSON 1 and 2 both have a green check mark (even though none are added to the SharePoint list, why?) and because there was no 3rd attachment uploaded the 3rd Parse JSON failed. As previously mentioned, this occurs for 1 attachment as well but instead Parse JSON 1 passes and Parse JSON 2 fails then the flow stops. 

LC_0004_14-1670430012530.png

 

I hope my post makes sense. I did research and found others coming across similar issues but when I tried some of the suggested fixes they did not work. Fingers crossed someone can help me out. Let me know if additional information is needed.

 

Thanks - LC_0004

2 ACCEPTED SOLUTIONS

Accepted Solutions

Hi @LC_0004 ,

If you don't like to judge [Attachment] contains attachments.
There is also a more direct method, which is to execute the next step regardless of whether the above action (get the attachment content) is successful or not. In this way, no matter how many attachments the user uploads, they can be identified

 

 

Please set【Configure run after】
Set the second whole, the third whole and [Send an email (V2)] according to the diagram

 

vchengfenmsft_1-1670830419523.png

 

 

Best Regards

Cheng Feng

View solution in original post

Hi @LC_0004 ,

Sorry for not explaining clearly and causing you trouble.


I mean put [ParseJSON] and [Apply to each] into Scope, and this Scope is seen as a whole.
If you don't want to use Scope, you can also set [Configure run after] for [ParseJSON] and [Apply to each] (for all [ParseJSON] and [Apply to each] and [Send an email (V2)] ), so even if any If an action reports an error, it will continue to execute.

 

 

It is recommended to judge the content of each attachment here,

if it is empty, it will not get the content, if it is not empty, it will get the content

 

Best Regards

Cheng Feng

 

View solution in original post

16 REPLIES 16

Hi @LC_0004 ,

The cause of this problem is:
1. When the user submits attachments below three.
2. [ParseJson] Parse content is empty
3. An error will be reported if the parsing is empty.

 

In order to avoid process failure caused by PraseJSON invalidation,
We parse through the Json() function,
Traverse this file set by 【Apply to each】
And get the file id by formula,
Note: (Files submitted by Form will be saved in a folder of OneDrive, we can get the files by parsing the obtained ID)

 

 

Here is a test for your reference:

vchengfenmsft_0-1670464818666.png

vchengfenmsft_1-1670465072894.png

Here is result:

vchengfenmsft_2-1670465668569.png

vchengfenmsft_3-1670465735347.png

 

 

Best Regards

Cheng Feng

 

Hi Cheng, 

 

I truly appreciate and thank you for your reply. I am new to Power Automate; therefore, I am not sure I completely understand your response.

 

A couple things I should point out are:

  1. I am not using One Drive; I am using the SharePoint Library...that is where attachments are being stored. 
  2. There are 3 upload sections for 1 upload each. Not 1 upload section where you can add multiple files. The reason I needed to set it up this way was because when I used 1 upload for multiple files it was not adding all files to the SharePoint library or list.

This is how I have the attachment section on my MS form set up:

LC_0004_0-1670512607299.png

Does what I mentioned change anything from your original response? And even if it doesn't as I mentioned before I am not sure I completely understand your response ☹️. I am still not sure where to go from here.

 

Thank you!

LC_0004

HI @LC_0004 ,

Sorry for my misunderstanding.
if it is like this. Each process of obtaining attachments [Parse JSON] and [Apply to each] should be regarded as a whole,
Before the whole, judge whether the content of the attachment is empty, if it is empty, skip it

 

 

Best Regards

Cheng Feng

Hi Cheng,

 

Not sure if I understood but when you say "regarded as a whole" do you mean like this? (See Parse JSON and apply's screenshot below). Also, when you say "Before the whole, judge whether the content of the attachment is empty, if it is empty, skip it"...If it's not too much trouble, could you please provide screen shots of everything you've mentioned above (regarding JSON and apply's as a whole and before the whole to judge whether content is empty) so that I make sure I set everything up correctly? As previously mentioned, I am new to Power Automate so it's helpful for me to see exactly how something is supposed to be set up. I truly appreciate it.

 

Thanks, LC_0004

LC_0004_0-1670597516716.png

 

Hi @LC_0004 ,

If you don't like to judge [Attachment] contains attachments.
There is also a more direct method, which is to execute the next step regardless of whether the above action (get the attachment content) is successful or not. In this way, no matter how many attachments the user uploads, they can be identified

 

 

Please set【Configure run after】
Set the second whole, the third whole and [Send an email (V2)] according to the diagram

 

vchengfenmsft_1-1670830419523.png

 

 

Best Regards

Cheng Feng

Hi Cheng,

 

Prior to your reply above, last week I made a change that then allowed me to start seeing my attachments whether it was 1 or 2. However, the workflow still fails, even though now it is pulling the 1 or 2 attachments where it wasn't adding them at all before. Why would the flow fail if it is now pulling attachments?

 

Also, I assumed from your screen shots that I had to remove the condition. Is that correct? I removed the condition and just now added the scopes you mentioned to the 2nd and 3rd whole in addition to the "send email", but I still receive the error message. 

 

See below:

 

LC_0004_0-1670871241142.png

LC_0004_3-1670871435265.png

LC_0004_2-1670871292645.png

Thanks.

HI @LC_0004 ,

 

Please see and try:

How to send Microsoft Forms file uploads from multiple questions to an Approval workflow using Power...

 

Although written for an approval action, you can change the "Append to Attachments array" action to "Add an Attachment action".


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 | Twitter | LinkedIn

Hi @LC_0004 ,

Sorry for not explaining clearly and causing you trouble.


I mean put [ParseJSON] and [Apply to each] into Scope, and this Scope is seen as a whole.
If you don't want to use Scope, you can also set [Configure run after] for [ParseJSON] and [Apply to each] (for all [ParseJSON] and [Apply to each] and [Send an email (V2)] ), so even if any If an action reports an error, it will continue to execute.

 

 

It is recommended to judge the content of each attachment here,

if it is empty, it will not get the content, if it is not empty, it will get the content

 

Best Regards

Cheng Feng

 

Hi Cheng,

 

Thank you for your patience and your willingness to help me.

 

Ok, so I moved the Parse JSON (2 & 3) and the Apply to each (2&3) within the Scopes and I moved the "Send an Email" into the scope as well. I ran it twice and it "Succeeded".

LC_0004_1-1670947579145.png

 

So, when I open the workflow that was run, the results (shown below) are what's expected, correct?

 

I just want to make sure this is how it is supposed to display even though it shows the red exclamation marks in the 1st & 2nd Scope for the areas that did not run. (The example below was for 1 attachment added).

LC_0004_0-1670947012633.png

Again, thank you.

-LC_0004-

Hi ekarim2020,

 

Thank you for your reply. I have not tried what you sent yet for this issue as I am still testing out what the previous replier has provided, but if I do, I will keep you posted on my results!

 

I will save the information you provided though as I will be needing this for another project I am working, where approvals of documents are required. So, either way, thank you so much! 😊

 

LC_0004

Hi @LC_0004 ,

Will there be a situation where the user does not submit the first attachment, but submits the second or third attachment?
Here it is suggested that the first part also use Scope, which is regarded as three parts,
If any one of them goes wrong, it will go to the next one, and then to the end.

 

 

If this post helps, then please consider Accept it as the solution to help the other members find it.

 

Best Regards

Cheng Feng

 

 

Good day, Cheng

 

Thank you for bringing that up as a I forgot to test without adding attachments. So, to answer your question no, there will not be a case where the user is not submitting the first attachment but then submits a 2nd and 3rd. However, there could be cases where the user decides they do not need to submit an attachment at all. 

 

So, I added the first part (1st parse JSON and apply) into the scope and updated "configure run after" check boxes to "is successful" and "has failed". I then submitted my form without attachments, and it failed. ☹️ What do I do now?

LC_0004_0-1671031037776.png

In addition, I do have an overall question, when I first submitted this post the screenshots that I provided of my workflow was working without issue the way I had it set up...then out of nowhere started failing. Do you have any idea why a workflow would work without issue (always providing a successful run) and then all of a sudden stop & start failing?

 

Thank you, 

LC_0004

Hi @LC_0004 ,

The cause of this problem is:
If the operation of setting 【Scope4】is successful or failed, it is for the previous [Get items].

If we want to consider the success or failure of [Scope4], we should set [Configure run after] for the action under [Scope 4]

 

If this post helps, then please consider Accept it as the solution to help the other members find it.

 

Best Regards

Cheng Feng

Ok,

 

So, I re-arranged some things...moved Scope 4 to the bottom and moved the Parse JSON's and apply's so that they are in order. I submitted a form, and it was successful. 

Sending screen shots below so that you can let me know if everything is set up properly.

Here is how the "successful" flow run appeared:

LC_0004_0-1671118377152.png

Here is how I have everything set up in detail:LC_0004_1-1671118899298.png

      LC_0004_2-1671118990311.png

     LC_0004_4-1671119076058.png

     LC_0004_5-1671119176504.png

Can you confirm if everything above looks, correct?

 

Thanks, LC_0004

Hi @LC_0004 ,

Please test:
Will adding just one attachment do the trick?
What about adding two attachments?
What about adding three attachments?

I think there should be no problem with the overall flow. If there are unexpected problems, please send me the error and screenshot of the error

 

 

If this post helps, then please consider Accept it as the solution to help the other members find it.

 

Best Regards

Cheng Feng

Hi Cheng,

 

The flow is successful whether I add 1, 2, 3 attachments.

  • If I do not add attachments (0), Scope 1, 2, & 3 fail, and Scope 4 (email) is successful.
  • If I add 1 attachment, Scope 2 & 3 fail, and Scope 4 (email) is successful.
  • If I add 2 attachments, Scope 3 fails, and Scope 4 (email) is successful.
  • If I add 3 attachments, there are no fails at all in the flow. Everything is successful.

 

As of now, I think I am good and will accept as solution. But if I come across anything else with this, I will be sure to reach out.

 

Thank you again for your time and assistance.

 

LC_0004

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 (784)