Cannot save file attachment outlook

I want save file .xlsx from outlook to local.
In my flow it go this email correct but Attachments.Count = 0

Please guide me for solve it.
Thank you.

Hi @Stef_99

Please follow the below approach

  1. Go to For Each Email activity
  2. Enable Retrieve Attachments
  3. Keep or remove:
    With attachments only (optional)
    4 Add Save Attachments activity inside loop
    Set:
    MailMessage → CurrentMail
    FolderPath → “C:\YourFolder”
    Optional
    1 Use loop For Each attachment in CurrentMail.Attachments
    2 Inside loop Use Save Attachment

If solution works for you please mark as solution
Thanks