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 / Invalid number of argu...
Power Apps
Answered

Invalid number of arguments

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I'm just learning PowerApps and have gotten pretty far but now can't figure out what is wrong with this formula... 

 

If(IsEmpty(Filter(MIRes, Promo = DDPromo.Selected.Value && WeekRange = DateRange.Text ), DisplayMode.Edit, DisplayMode.Disabled))

I keep getting "Invalid number of arguments: recieved 3, expected 1." and "Invalid number of arguments: recieved 1, expected 2 or more."

 

Please Help!! 

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I figured it out! was missing a ) before I had my true or false results

  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    Hi @Anonymous,

     You left off a closing parenthesis of the IsEmpty function and have an extra one at the end of the If function.  I believe   If(IsEmpty(Filter(MIRes, Promo = DDPromo.Selected.Value && WeekRange = DateRange.Text )), DisplayMode.Edit, DisplayMode.Disabled) will work.

  • mogg Profile Picture
    2 on at

    Hi I am just a newbie to PowerApps but have done some excel previously I have checked and checked but cant work out why I am getting Invalid number of arguements recieved 1 expecting 2 or more......

     

    I am checking the 'Cal Due' date to today and changing the fill colour of a label depending if its > 30 days, 1-30 days, 0 days or < Today (Overdue) 

     

    If(IsBlank(ThisItem.'Cal Due'),RGBA(232,244,217,1),If(DateDiff(Today(),ThisItem.'Cal Due',Days) > 30),RGBA(232,244,217,1),If(30 > DateDiff(Today(),ThisItem.'Cal Due',Days)) > 0,RGBA(255, 255, 0, 0.42),If(DateDiff(Today(),ThisItem.'Cal Due',Days))=0,RGBA(204, 231, 246, 1),RGBA(238,204,204,1))

     

    Thanks for any help

     

  • Ronix_07 Profile Picture
    2 on at

    <html>

    <body>

    Can Anybody let me know what is the issue in the below string

     

    Now my string is

    Set(PDF , MuhimbiPDF.converthtml(Concatenate(“<div><p>”,TextInputName.Text,”</p>””<p>”,TextInputEmail.Text,”</p>”)))

     

    Where the name of my fields are (TextInputNmae) and (TextInputEmail)

    Error is : – Invalid number of arguement recieved 1: expected 2-3

    Kindly Please correct me where i am going wrong also let me know in case of any issue.

    Thanks !!

     

     

    </body>

    </html>

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 519 Most Valuable Professional

#2
11manish Profile Picture

11manish 489

#3
Haque Profile Picture

Haque 327

Last 30 days Overall leaderboard