Edit Profile Screen

How can I make the profile-filling field mandatory after registration? Currently, if people do not enter this field after registration, they can pass without filling it out.

Hey
Welcome to the community
So you could set a IfElse column that returns false if the mandatory columns are empty (ie profile not set) or else. Let’s call it ProfileReady.
and have 2 sets of screens:

  • the “onboarding” screen that is shown for users where ProfileReady is false
  • the other screens that are shown only if ProfileReady is true

You would do that in the Visibility Conditions of the screens

Give it a try and let us know if that helps!

1 Like

You can also check this:

1 Like