Skip to main content

Hi, good day! Why does the taskbot I created also read those email without attachments using below actions? In my if condition only emails with attachment should be sent an acknowledgement receipt but when I run it, it also replies those emails without attachment. Hope can someone help me on this. Thanks in advance!

 

 

Hi ​@Shusha321,

which package do you use for this? (I guess the standard “Email” package)

Did you checked that on every iteration the number variable is correct?

(Use Message box between L14 and L15 with this: $Email_Attachments.Number:toString$)

 

Tip: You can also directly use the dict value without converting it with extra step on L14 in you If statement. 👇👀

$EmailDictionary{emailNoOfAttachments}.String:toNumber$

 

Cheers

Marc


@Shusha321  Ohhh hahaha forget what I wrote… 🤣

 

I see you use the string in If statement. 🙈

 

Have you checked with message box ref to EmailSubject and your Email_Attachments in the loop?

 

Cheers

Marc


@Marc 1985 I see! My missing action is to convert it from string to number the $Email_Attachments$. Thanks again for your great help! :)

 


@Shusha321 

Woohoo… 🎉😊

Now you are ready for the next step. 🚀💪