Thank you for that.
I think using the UUID was a bad example.😁
I will be giving the user a UUID that I already have on a table in supabase.
The user will be required to enter the UUID I have given them and some info... (i.e. username, email, phone number....)
If the UUID exist on our supabase, then it will log their info on the row that matches the UUID.
I'm trying to figure out how to:
1)display an error if the UUID doesn't match anything on our supabase...
2) display an error if it does match a UUID but info has already been submitted.
I'm sorry cause I know that's really long and I'm not very good at describing what I'm trying to do.