Hi @mandycuba ,
Please find the solution.

Code:
Please copy the below code to your flow.
Folder.GetFiles Folder: $'''C:\\Users\\OneDrive\\Desktop\\Power Automate Desktop\\Practice\\Excel\\Excel Input''' FileFilter: $'''*''' IncludeSubfolders: False FailOnAccessDenied: True SortBy1: Folder.SortBy.NoSort SortDescending1: False SortBy2: Folder.SortBy.NoSort SortDescending2: False SortBy3: Folder.SortBy.NoSort SortDescending3: False Files=> Files
Outlook.Launch Instance=> OutlookInstance
Outlook.SendEmailThroughOutlook.SendEmail Instance: OutlookInstance Account: $'''vishnuvardhan.reddy@acme.com''' SendTo: $'''vishnuvardhan.reddy@acme.com''' Subject: $'''Sample Test''' Body: $'''Hi,
PFA
Regards,
BOT''' IsBodyHtml: False IsDraft: False Attachments: $'''\"%Files[0].FullName%\" \"%Files[1].FullName%\"'''
(Note:- if you got your solution you can mark as solution and gives kudos)
Thanks & Regards
Vishnu Reddy