function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bill FoxBill Fox 

can flow sendemail attach multiple attachments

can flow sendemail attach multiple attachments?
ShashankShashank (Salesforce Developers) 
I'm afraid that is not possible with standard functionality. You may have to use an apex plugin within the flow instead of the send email action. Here's one: https://github.com/rajasGit/FlowPluginPack/blob/master/FlowPluginPack/classes/SendEmail.cls