Outlook download attachment by date

Hi,
i am creating a flow where i have to download a file from outlook with subject line “test 08-jan-2020” and i have created one tracker file in excel if my tracker has status “No” then it will download the particular date file, if i have 3 dates with status no then it will download all previous 3 dates attachment through outlook like (test 07-jan-2020,test 06-Jan-2020…)

@Gauri_Rawool

Refer this link

but my date is changing everyday. i have to download by date if i downloaded already then it will not download same file again

Hi @Gauri_Rawool

Give a condition as based on tracker you can say as row(“Date”).ToString or row(“ColumnName”).ToString.Contains(“No”) or row(“ColumnName”).ToString.Contains(“No”)

Thanks
Ashwin S