Hello Experts,
I hope I can get quick assistance to the issue I'm facing when it strange to be happened when I'm following the correct steps as per my online search checkup.
I'm building a flow with the trigger “when a file is created or modified (properties only)” and then I did the following two actions to be able attach a file from the SharePoint library document to an email.
1- After the “when a file is created or modified (properties only)” I added the action "Get file content” and specified the Site Address, the file Identifier, and Infer Content Type=Yes.
2- After a valid condition, I added the action "Send an Email” and specified the Attachment name and Attachment content that is outputted from "Get file content”
The flow run successfully and I received the email with attachment; but the attachment file type is not valid or recognize and unable to open it.
Any advice…
Solved! Go to Solution.
Hi @m_k,
Could you please share a screenshot of your flow's configuration?
Do you type the output of "Get file content" action within Attachments Name field of the "Send an email" action?
I think there is something wrong with Attachments Name field and Attachments Content field of the "Send an email" action within your flow. I have made a test on my side and please take a try with the following workaround:
@not(empty(body('Get_file_content')))
Image reference:
The flow works successfully as below:
Best regards,
Kris
Hi @m_k,
Could you please share a screenshot of your flow's configuration?
Do you type the output of "Get file content" action within Attachments Name field of the "Send an email" action?
I think there is something wrong with Attachments Name field and Attachments Content field of the "Send an email" action within your flow. I have made a test on my side and please take a try with the following workaround:
@not(empty(body('Get_file_content')))
Image reference:
The flow works successfully as below:
Best regards,
Kris
Thank you very much @v-xida-msft
It worked now 🙂
I missed the action "Get file metadata" to get the attachment name. I used previously the file name from the trigger "When a file is created or modified (properties only)" as the attachment name and may be this is the problem.
I've set-up a flow following the guidance on this topic (thanks!) and the file is delivered etc - however the file is missing the extension.
The type of file's im typically looking to send are .xlsx but i have also tested with .png and .jpg - all have the same issue.
I cant see how or where I can upload a screenshot. I'm using the dynamic content tag of 'name' for the AttachmentName, I cannot see 'DisplayName' as an available content tag.
Hi,
I followed your instructions, but am not having success with sending the email. It's not failing, rather, I am told that the condition is not being met, so it is stopping on the email part. I have included a screen shot. Any help is greatly appreciated.
I have been struggling to do just this Your solutional worked perfectly. Thank you!
Excellent solution works well I attached it to the end of a "create document from List Item" then send the created document... All good ... Hans
Hi @v-xida-msft,
I tried this solution, In Outlook Attachment content I could not pass File Content. No values is shown in dynamic variables.
Need help?
Hi Experts,
I've set-up a flow following the guidance on this topic. but it doesn't work when the new item is created on my list. Did I do anything wrong. could you please advise ?
Currently I experienced difficult when I am developing the flow for getting the attachments contained in the email notification when new item added on the list.
Thank you
Thank you very much for your help. I have been trying to figure out why I can't attach the PDF that I just created from a Word Template from and list.
I went through your steps but I don't have an advance option for the control. Sorry might be looking in the wrong location.
I get this error when getting the PDF metadata.
I have been able to send an email attachment using the information discussed, but the attachment comes through as an unidentified file type rather than the file type it was uploaded as (PDF file).
Any ideas on how to resolve?
Is there a way to do this without the share point list?
Regards,
Make sure you are passing the DisplayName or the Name parameter to the Attachment Name :
Good afternoon,
I have a similar situation. However, I am unable to
Add a Condition, click “Edit in advance mode”, type the following formula:
When I add the condition - is does not allow me that option.
Hey!
I tried this and it works, but to a point. And I've followed other posts too about attaching documents for emails but I get the same result. The email body goes through but when I test it on myself or another user the attachment is in a weird format and gives me a warning pop-up for trusting the PDF I attached. Is something wrong with what I'm doing. I've attached the screenshots for better understanding.
Here is the Flow I'm using:
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
70 | |
24 | |
18 | |
16 | |
13 |
User | Count |
---|---|
137 | |
44 | |
32 | |
32 | |
29 |