Office365Outlook.SendEmailV2(
YourToEmail,
"Subject here",
"Body here",
{
Attachments:
{
Name: Last(AttachControlName.Attachments).Name,
ContentBytes: Last(AttachControlName.Attachments).Value
}
}
)