Hello everyone, I have a issue that I’m facing whenever a new user is signing up in my app:
I have a welcome screen that opens only when a new user is signed up and fill there details through that screen.
But whenever a new user fill in their details 2 rows are made up in my table. 1 row contains all the values that user extracted from signing up details and the onboarding form details such as Name and email comes from signing up through email and phone number city etc comes from the user form. And another row only contains the data extracted from the user form.
Why is this happening and what do I do to solve it?