Update instead of Insert on Duplicate

Create an if-then-else column in your User Profiles table:

  • If name is empty, then null
  • If phone is empty, then null
  • etc…
  • Else true

And then only allow them to leave that screen when that column is checked.

3 Likes