"Check if Email is available" takes 30s

I’m experiencing very long latency on this native backend workflow. Once the sign up button is clicked, it takes more than 30 seconds for the app to check if email is available… I checked the logs, it’s the step 2 that takes 30s.

Anybody had the same issue? I’m considering replacing that step by a standard “do a searchfor”…

Thanks!

1 Like

If you purpose is a do a search to verify duplicate emails, you can trigger this BW just when the input value is changed. Generally, the email is a 1st field on form.

1 Like

Yes indeed, and corrected. I removed to other steps on button click.

Just wondered why this bubble-native backend workflow would cause such issue, and why there would be a need for such backend workflow in the first place!

Thanks!

1 Like