Hi ! I'm creating app in Power apps and especially a LogIn Screen and I check columns in my list of credentials with this script and I have this error → "Number of invalid arguments: 1 were received, 2 or more were expected"
my two inputs are "UserLabel" & "PasswordLabel"
Her late my btn script :
If(!IsBlank(LookUp('Credentials', Titre=UserLabel.Text && Password=PasswordLabel.Text).Titre),Navigate(HomeScreen),Navigate(ErrorLogInScreen));
here is my list :

I really don't see where the problem come from ....
Thanks for your help guys
