Send SharePoint Attachments In One Or Multiple Emails With Power Automate (Ep. 6)

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 8

  • @Raidenakarosemasivo1
    @Raidenakarosemasivo1 10 дней назад

    You are the best ❤❤❤❤❤❤❤

  • @sailing_life_
    @sailing_life_ 8 месяцев назад

    Thanks Matt, great video! Just curious, how come you reverted back to the old editor instead of the new editor? I've found the new one hard to use because of the lack of copy/paste

  • @reneejohnson2293
    @reneejohnson2293 4 месяца назад

    How do you check to ensure you attachments haven't maxed out the size limit of Outlook? Is there a way to iterate through a library and send an email once you reach that threshold?

  • @ChrisLawrence-oe8bb
    @ChrisLawrence-oe8bb 2 месяца назад

    Hi there is it possible to filter to send only the most recently created attachment rather than iterating and sending them all?

  • @Samraj_D
    @Samraj_D 2 дня назад

    Hi there,
    Can anyone help with my automation? I've developed the scheduled automation flow with multiple attachments to send to my multiple customers. It's sending along with the attachment, but it has sent duplicate mail to customers; each customer is getting the same mail multiple times. I just want to stop it. Please assist me on this.

  • @Drew-..
    @Drew-.. 7 месяцев назад

    Hi! Is it possible to use power automate to add files from a sharepoint folder to a sharepoint list and then follow this process to send a single email with multiple attachments? I have a python script that generates two files and I currently have a power automate flow that will send a newly added file as an email, but that generates two emails. Do you know of a way to get the two files in one email? Thanks!

    • @MrOLoLxD
      @MrOLoLxD 6 месяцев назад

      I have the same problem, did you find a solution to that?

    • @Drew-..
      @Drew-.. 6 месяцев назад

      @@MrOLoLxD hey! what I ended up doing was modifying my python script to generate a zip file that contained both files and writing that to a separate folder on sharepoint. this then sends one email with the zip attached.