Unexpected behavior from Robot<Urgent>

Hi All,

I am working on one project in which I need to take a look into the particular subject so I am using mails.Subject.Contains(“String”) and mails.From.Address.Equal(“anmolkumar171@gmail.in”) but when I trigger this process manually it is working fine but when it is scheduled that it just sent false email.

I don’t know how to resolve this.
Please help me on this.

Thanks!
Anmol

Hi Anmolk,

  1. Make sure your mail is still in unread status or else check the unread mail(checkbox) on property of your activity.

  2. Ensure your input string and from address are fetching correctly.
    mails.Subject.Contains(“String”) and mails.From.Address.Equal(“anmkumar@ivp.in”)

Thanks!

@kadiravan_kalidoss: I have already done these steps still facing the same problem.

Thanks!
Anmol

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.