Save file attachment from outlook (.xlsx only)

I want to save file attachment that .xlsx only.

Now I write flow as below.

But output have wrong. (it save .jpg and .xlsx)

image

Please guide me about it.

@fairymemay

In Save Attachment activity, set below value
to Filter field.

           ".*(.xlsx|.XLSX)"
1 Like

Hi @fairymemay
Actually, the Filter property from Save Mail Attachment will filter on which attachments should be saved. The filter should be in RegEx format.
For your scenario, you can use “.xlsx” filter.

1 Like

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.