How to Send SharePoint List Attachments 📎 via Email with Power Automate

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 19

  • @nkogr
    @nkogr 4 หลายเดือนก่อน +2

    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.

    • @moonseeds1
      @moonseeds1 หลายเดือนก่อน

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

  • @philippvanderheide7494
    @philippvanderheide7494 11 หลายเดือนก่อน

    Nicely explaind! thanks for your great content.

  • @AZNISYAZWANI
    @AZNISYAZWANI 4 หลายเดือนก่อน

    Just wondering, whether this method can be applied to Send an Email Notification (V3). Thank you

  • @otpisani123
    @otpisani123 8 หลายเดือนก่อน +1

    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?

  • @simonfesting8933
    @simonfesting8933 8 หลายเดือนก่อน

    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?

    • @acreativeopinion
      @acreativeopinion  8 หลายเดือนก่อน

      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!

  • @mandijohnson-fisher5370
    @mandijohnson-fisher5370 3 หลายเดือนก่อน

    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?

  • @q8paramedic
    @q8paramedic 5 หลายเดือนก่อน

    Very helpful and simple- thank you

  • @MohamedSalem-cc9ww
    @MohamedSalem-cc9ww 9 หลายเดือนก่อน

    Very Useful, thanks a lot

  • @vitosabia1860
    @vitosabia1860 7 หลายเดือนก่อน

    Hi, is it possible to insert several attachments in a Word template?

  • @enjoyhub11
    @enjoyhub11 6 หลายเดือนก่อน

    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

  • @AvionExpress_Engagement
    @AvionExpress_Engagement 2 หลายเดือนก่อน

    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?

    • @leak94_
      @leak94_ หลายเดือนก่อน

      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]}

  • @finzblazin
    @finzblazin 8 หลายเดือนก่อน

    Love your content, thank you - automate that sh!t!

    • @acreativeopinion
      @acreativeopinion  8 หลายเดือนก่อน

      Thank you for watching! Automate it all! 😂

  • @SantosChimal-r5m
    @SantosChimal-r5m 3 หลายเดือนก่อน

    Nice

  • @visalpucca5760
    @visalpucca5760 7 หลายเดือนก่อน

    How to reduce size of the picture when attach to email ?