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

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 5

  • @sailing_life_
    @sailing_life_ 5 місяців тому

    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 2 місяці тому

    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?

  • @Drew-..
    @Drew-.. 4 місяці тому

    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 3 місяці тому

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

    • @Drew-..
      @Drew-.. 3 місяці тому

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