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
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?
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.
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 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.
You are the best ❤❤❤❤❤❤❤
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
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?
Hi there is it possible to filter to send only the most recently created attachment rather than iterating and sending them all?
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.
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!
I have the same problem, did you find a solution to that?
@@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.