Hello,
I'm new to power apps and I have a problem, I'm creating a login page for my application, and to do so the user has to enter his username and password. The application is linked to SharePoint, where the table containing this information is located.
but the problem is that my "OnSelect" entry doesn't work because there is an error I can't find. Here is the line :
If(LookUp(access_account, Title = username.Text, mukq) = password.Text,
Navigate([@HomeScreen], ScreenTransition.Fade), "")
the column of the identifier is "Title".
and the password column is "mukq".
thanks in advance and sorry for my english