Hi @cthamizh,
If you want to download only Excel files, use this in the Filter property of the Save Attachment Activity.
".*(.xlsx|.XLSX|.xls|.xls)"
It will download only excel file.
Hi @cthamizh,
If you want to download only Excel files, use this in the Filter property of the Save Attachment Activity.
".*(.xlsx|.XLSX|.xls|.xls)"
It will download only excel file.