When a new user registers I have set up the Signup button to sign them up and redirect them to a waiting room.
Once the new member has been approved they get a notification and in the waiting room an ‘Enter app’ button becomes visible.
I have set the same up for the Login button.
However, this works for the signup button, (send new user to the waiting room), but it does not work for the login button, (it remains on the login screen )
I think it’s not good for add conditional actions after Login. You can add this action on another screen and link the Login form to that screen and in that screen you can add this action as a screen action!
Hello, the problem here is that you have added linking action that have a condition in the same button of the login action, and that won’t work because the condition that you have added is related to the logged in user’s data, and the linking action cannot access the user’s data at the same time the user logs in. This condition should be added in another screen or other component after the user signs in.