I have an issue. It’s probably simple, but my heads about to explode.
The sign up is using custom forms. there are 4 steps. At the end of the process, inside the app, none of the data is shown e.g name etc etc. It is in the database. Account/record is created successfully.
Name, email, phone number > create account > step 2
Profile pic, description, etc > update current user> step 3
Multi select menu > updates user on selection > step 4
Mobile verification screen > success > timer screen > login
According to the editor “current user” data should be sent to the app internal home screen from the verification screen. In reality no data is shown in the app until the user logs out and then in again.
Do I understand correctly, that on step 1 you have an action “Create User”, then on steps 2 & 3 &4 you have an action “Update Current User”?
And then on step 4 you have “Log In” with credentials taken from Current User?
Just in case - on the Home screen you can use Logged-In User → propertyX to show, not Current User.
Hopefully, this helps explain things a bit better. A workaround I found is to direct people to log in again after the account is created. Obviously, this is not ideal.
Again, really appreciate all your time and input for anyone who can help.
Thanks! Sometimes you can’t see the simple things.
I’ll add this to the flow and see how it works. Is there a recommended place I should do this, after the first screen of sign up or as the user enters into the main part of the app (after the mobile is verified)?
A couple more quick questions. I guess I can use the login action and pull in the data from the input fields using magic text - email and password - to automatically log the new user in?
Also, do you explicitly need the “sign in” action in the flow as well as login action? Or, are they interchangeable?