Hi All,
An Email Received - So i need to validate the Received Time of the Email, in such a way that,
it should not belong to perticular Time Interval.
Say, Received Time = 2PM
Condition should be like,
If Received time is between 3Pm to 4pm, then Bot should Run.
@Pavan_Kodali split 2PM into 2 and PM. First check obtain value=PM if it equal and check condition received number is in between 3 and 4(recviednum>=3 and recviednum<=4)