• Why do i have an error?

    If(CountRows(Filter(‘Utilizadores’;And(txtEmail.Text=Title;txtPassword.Text=Password)))=1,Navigate(Screen2,None),
    Notify(“Credenciais Inválidas”,Error));
    Reset(txtEmail);
    Reset(txtPassword);

  • >