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

Flow works correctly but attachment can't be opened

Hi,

 

Please be gentle with me, I'm new to Power Automate and have no coding experience! Somehow I have managed to build a flow that takes input from a form, creates a sharepoint list item and creates an email (routing to the relevant teams). The form includes an upload option for attachments.  I've got the attachments routing into sharepoint and attaching to the email, but when we try to open the attachment we get this message:

J_Price_0-1600184058582.png

I thought there might be a permission issue but neither I or the teams can open the attachment so I don't think its permission related.  The attachment looks perfect in the email:

J_Price_1-1600184169108.png

Does anyone have any ideas?  At the moment, I'm going into the sharepoint list, exporting the attachment and replying to all to submit the attachment as a work around but that can't be a permanent solution.

 

Thanks!

18 REPLIES 18
ScottShearer
Super User
Super User

@J_Price 

Can you post a screen shot of your Flow?  That will be a big help to those trying to assist.

Also, check to make sure that the file extension is included in the name of the file that you created.

 

 

 

 

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

Scott
J_Price
Frequent Visitor

I've expanded the bits of the flow I think are relevant but if you need to see other bits, let me know

J_Price_0-1600189492875.png

 

J_Price_2-1600189557648.png

J_Price_4-1600189643550.png

 

CFernandes
Super User
Super User

Hi @J_Price

 

 As @ScottShearer mentioned a screenshot would help.

 

With reference to your problem it seems there is a problem with File Content. 

Untitled.png

 

If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

 

 

 

Hi,

 

I did add images as a reply.

 

If I switch to file content in my flow, the flow fails at the send email stage.

 

This is what I have in my flow:

J_Price_0-1600271075175.png

This is the message in the run: (it means nothing to me but seems like it thinks there isn't an attachment, but there is)

J_Price_1-1600271148721.png

Thanks

 

Jo

@J_Price  Add a compose action just above the Append array action and log the 'File Content' do you get content in Compose action.

 

The error tells me attachment content cannot be null.

@CFernandes 

 

Like this:

J_Price_0-1600274766455.png

That gets me the same error message I was getting before.

@J_Price  Very Strange problem. Can you remove the get File content using Path and reconfigure it.. 

 

From the error it tells me that the 'Attachment Content' is null... Which should not be the case, as your Power Automate solution looks correct.. 

 

 

I tried that yesterday 😞 

 

This might be nothing, but in the code for the file, each one has this: "type":null.  Is this expected or could this be the thing that's causing all the issues?

Hello Team,

 

Can you please share a screenshot of the GET FILE CONTENT USING PATH action, I want to take a look at this. The issue is really with that action in itself.

 

I can see you have the Action GET FILE CONTENT USING PATH, but there is no way for you to push the FULL PATH as a dynamic content to this action because in the Flow above i do not see any action that makes this dynamic property available which is Get file (properties only).

 

The best way to use the GET FILE CONTENT USING PATH action is to first include the GET FILE (properties only) action in the flow which gives as an output a property called Full Path and then use this Full path in GET FILE CONTENT using path action.

 

So just share the screenshot along and let me check.

 

If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

 

 

 

Hello!

 

I would share it but the changes I made caused the whole flow to fail so I deleted the attachment section and advised the team to manually attach the quote once they'd received the confirmation email.  Could you send me a screenshot of what you mean (I've been using power automate for about 2 weeks and am soooo far out of my depth but learning fast!) and I'll try that tomorrow and share screenshots of that?

 

Thanks

 

Jo

Hello Team,

 

No worries, situations like this can happen.

 

I only need to check one small thing, how you have configured your Get file content action.

 

The action highlighted in the image below, can you open it and show me how you have configured it.

 

 

yashkamdar_0-1600361372540.png

 

 

If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

 

 

Hi, I've recreated it. It looked like this.  The bit that's crossed out is the sharepoint site where the attachments are uploading ok.

 

J_Price_0-1600427392020.png

Interestingly, the flow won't save with this bit rebuilt.  I'm getting this error now:

J_Price_1-1600427578359.png

 

Anonymous
Not applicable

Did you find a solution?

 

I am having a similar problem with my attachments which won't open from the approval email or approval saying it is corrupted - but I can open it directly from the SharePoint folder.

 

I don't know what the problem is - so would appreciate your help!

 

zn_0-1613712603024.png

 

Anonymous
Not applicable

Hi Yashkamdar, 

 

Can you please check my flow. I am having the same problem with it being corrupted.

 

I tried the get file content using path as you suggested. 

 

zn_0-1613721704677.png

 

Many thanks!

 

 

IG1984
New Member

Hi there,

 

I'm having the same problem too. Can you please review my flow?

1.PNG2.PNG

Many thanks..

p_doc
Helper IV
Helper IV

Hi @J_Price and others,

 

I also had to same issue, my work around was to create a SharePoint sharing link and send that sharing link in the email.

Hope so this helps.

 

Thanks,

Paul

VincentBvS
New Member

Bit late response to this topic but I just got the same errros and was looking for a solution as well.

In the end I found out that recreating the "File Content" in the "Append to Array Variable" solved my problem.

Strangly enough it rename itself to "Body" after saving.

 

VincentBvS_0-1643992618151.png

 

I thought maybe handy for others to know when searching for this annoying issue....

 

The Apply to each loop requires information about the uploaded files to be in JSON format. We can construct an expression get this information into JSON format by "wrapping" the dynamic content for the Upload your file property inside a json function:

snag_72e9ce0

 
 
 

ekarim2020_1-1644089753125.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.

Helpful resources

Users online (4,283)