web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Infinite error.... PLE...
Power Apps
Answered

Infinite error.... PLEASE HELPPP !!!

(0) ShareShare
ReportReport
Posted on by

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 : 

ProtoSup_0-1689167820178.png

 

 

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

ProtoSup_1-1689167819976.png

 

Categories:
  • eddiecoldrick Profile Picture
    15 on at

    From memory, I think IsBlank(value) only allows one input, but your LookUp might return more than 1. Could you try using IsEmpty(value) instead?

    Blank, Coalesce, IsBlank, and IsEmpty functions in Power Apps - Power Platform | Microsoft Learn

  • Verified answer
    timl Profile Picture
    37,287 Super User 2026 Season 2 on at

    Hi @ProtoSup 

    If you're using a language such as French, you can try this:

    If(!IsBlank(LookUp('Credentials'; 
     Titre=UserLabel.Text && Password=PasswordLabel.Text).Titre
     );
     Navigate(HomeScreen);
     Navigate(ErrorLogInScreen)
    )
  • ProtoSup Profile Picture
    on at

    Thanks a lot, it works perfectly 😁

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard