Hi Team - as subject states: I want to create a login in screen with a password ONLY to access the other screens.
If the password is incorrect I want to have a text popup that says 'Try Again' or 'Contact Us'.
However I am a little bit lost and need some input please.

My Onselect for my login button:
If('password'.text = "1234",
Reset('password');
UpdateContext({PopUp:false]);
Navigate(ScreenHome)
If('password'.text = "summeriscool",
Reset('password');
UpdateContext({PopUp:false]);
Navigate(ScreenHome)
UpdateContext
({
Message Text: Incorrect. Try again.",
BadPasswordCount: Sum(Value(BadPasswordCount),1),
{);
Reset(password input)
);
If(BadPasswordCount = 3)
UpdateContext({PopUp:true})