Hi! I'm making a login page that has the users connected to a List in SharePoint.
My problem is that i don't know how to validate the email and password that is in the textfield. i tried with this formula:
If( UserField.Text = Filter(contraseña_prueba2983;Título);
Reset(UserField) & Navigate(HomeScreen;Cover) )
But i know i'm comparing a Table with a String and i don't know how to do it. I appreciate any kind of help.
Thank you!!