To attach the file to action Send email (V2) - you need to convert the file to binary format, then attach it to the send email action.
See below on how to do it
1. Use find files in folder action
2. Create a list variable which stores file attachments
3. Use for each loop to loop through each file
Below set of actions will be done under the loop
3.1 - use convert file to binary data to convert the file content to binary format.
3.2 Create a custom object which represent an attachment format to be attached as email attachment like below
3.3 Use add item to list action to add the above custom object to Attachments list
---------------------Exit of loop----------------------------------------------------------------------------
outside the loop - use the send email (V2) action by adding attachment variable
You will finally see an email like below
Hope it helps !
Thanks & Regards,
Nived N
Stay connected:
LinkedIn | YouTube | Blogs
Was this answer helpful?
If yes, please mark it as the solution by selecting the checkbox in the discussion thread.
Your feedback motivates me to keep contributing. Thank you!