How to solve this issue?

Hi @Venusha_Sree,

It may be due to this. You are using “Contains” in Flow Decision

image

Kindly change “Equals” like belowthen try it

Email.Where(Function(s) s.Subject.ToString.Equals(Subject_Setup.Split(" "c)(0).ToString)).Any Or Email.Where(Function(s) s.CC.ToString.Equals(Cc_Setup)).Any

Thanks
Rajkumar