Hi,
Thank you for your reply. Here is my code:
If(
IsBlank(
LookUp(
UsersTable,
Username = TextInput2.Text && Password = TextInput3.Text
)
),
Set(errorMessage, "Wrong account name or password") & Reset(TextInput3),
Set(errorMessage,""); Navigate(FacilitySelect, ScreenTransition.Fade, {ValName: TextInput2.Text}) & Reset(TextInput3) & Reset(TextInput2)
)
Screens of the app attached too. I would like to keep the functionality of registering new users, if possible.
Thank you,