I want to check the attachment in outlook have attachment or not.
Guide me please.
I want to check the attachment in outlook have attachment or not.
Guide me please.
@1996 According your refer , If I send email to B and attachment and B reply to A (no attachment)
But now flow show have attachment.
Guide me please.
Hi @fairymemay
You can check this workflow
Main.xaml (7.6 KB)
Here what i had done is
Iterate through mail in the mail_list obtained as output from Get Outlook mail messages activity
then use if condition as item.Attachments.Count<>0 which implies there is attachment
u can check this workflow for further information
Mark it as solution if it resolves your query
Regards
Nived N
Happy Automation
@NIVED_NAMBIAR From upper example case.
If I send email to B and attachment and B reply to A (no attachment)
In this case I want set number attachment = 0 .