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!
Page 1 / 1
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 boxbetween 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.