Hello,
I have to do a loging screen in one app. How should I do?
If were on php and mysql i could prepare a form with email and password to compare to data strored in a table.
But in power apps how can I do? Wich is the sintax?
I thought something like this:
If(_email.Text = Or('kuygonigh@tvf7iyugbh.com';'ioibguniouh@u5rtfg7hygu.com'); Navigate(page1;ScreenTransition.Fade); Navigate(pagina2;ScreenTransition.Fade));
But In this if there is not the comparison with data stored.