Email OTP inconsistent

I need to login into one application where my OTP comes from email which doesn’t have time …it may come in 2 mins or it may come in 30 secs or it may take 5 mins .once OTP receive we need to start process and can anyone help here
How can we achieve this

@anil_mudiraj,

You can use Integration Services for this.

Thanks,
Ashok :slight_smile:

@anil_mudiraj

Welcome to the community

After click of login…you can use a loop with get mails to check if email is received or not…if not wait for sometime usign deay in loop and check again

Cheers