Thank you for your helpfull content. Please note that for multiple attachments when append data to varAttachment you should remove the brackets from ContentBytes value which is the body of get file content, otherwise will return "blank pages" for files, eg. PDFs.
can you expand on this in more detail please? I am getting the blank PDFs for multiple attachments and tried to remove all brackets at append to array variable step but now emails are sending without any attachments...
Is there a Limit to the Size of the Attachment or Attachments witch could abort the email? Sice there is a 25mB limit to the email size or does this not apply here?
Fantastic. I really like the explanation. I think towards the end even a little more explanation would have been helpful, with a bit more discussion about running it for single item, where I got a bit lost. I plan to work my way through a number of the scenarios. Presumably to be able to run both on a schedule and for a single item would require two separate flows?
This is great! I am having trouble with the content though. The email contains the two expected attachments but both files have the content of the first file. What am I missing/doing wrong here?
I have a query. Like there if a form is submitted with a single/multiple attachment. This work fine Now assume if after submitting user is editing and adding one more file, then how to attach the only last uploaded file into mail not the all files. I need to attach only the last uploaded file into mail attachment
I just figured out the issue, and it's the quotes! For some reason, it doesn't break the automation. But if you add quotes to the append variable action in the value of both the name and contentBytes, it breaks the files. I was doing this: {"name" : "[dynamic variable]", "contentBytes" : "[dynamic variable]"} And SHOULD be {"name" : [dynamic variable], "contentBytes" : "dynamic variable]}
Thank you for your helpfull content. Please note that for multiple attachments when append data to varAttachment you should remove the brackets from ContentBytes value which is the body of get file content, otherwise will return "blank pages" for files, eg. PDFs.
can you expand on this in more detail please? I am getting the blank PDFs for multiple attachments and tried to remove all brackets at append to array variable step but now emails are sending without any attachments...
Nicely explaind! thanks for your great content.
Just wondering, whether this method can be applied to Send an Email Notification (V3). Thank you
Is there a Limit to the Size of the Attachment or Attachments witch could abort the email? Sice there is a 25mB limit to the email size or does this not apply here?
Fantastic. I really like the explanation. I think towards the end even a little more explanation would have been helpful, with a bit more discussion about running it for single item, where I got a bit lost. I plan to work my way through a number of the scenarios. Presumably to be able to run both on a schedule and for a single item would require two separate flows?
Thanks for watching. If you want to trigger the flow from a selected item, then yes, you would require a separate flow.
Hope this helps!
This is great! I am having trouble with the content though. The email contains the two expected attachments but both files have the content of the first file. What am I missing/doing wrong here?
Very helpful and simple- thank you
Very Useful, thanks a lot
Thank you for watching!
Hi, is it possible to insert several attachments in a Word template?
I have a query. Like there if a form is submitted with a single/multiple attachment. This work fine
Now assume if after submitting user is editing and adding one more file, then how to attach the only last uploaded file into mail not the all files. I need to attach only the last uploaded file into mail attachment
Nice video, everything works except when I try to open the sent attachments it says that the files are corrupted and do not open them. Any idea why?
I just figured out the issue, and it's the quotes! For some reason, it doesn't break the automation. But if you add quotes to the append variable action in the value of both the name and contentBytes, it breaks the files.
I was doing this:
{"name" : "[dynamic variable]",
"contentBytes" : "[dynamic variable]"}
And SHOULD be
{"name" : [dynamic variable],
"contentBytes" : "dynamic variable]}
Love your content, thank you - automate that sh!t!
Thank you for watching! Automate it all! 😂
Nice
How to reduce size of the picture when attach to email ?