Skip to main content
Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
Answered

Hide button based on 4 input text fields

(0) ShareShare
ReportReport
Posted on by 45

Hide button based on 4 input text fields.                                     

This is the formula that is inserted button / property / visible:

If(And(!IsBlank(Firmanavn.Text),!IsBlank(Adresse.Text),!IsBlank(Postalkode.Text), !IsBlank(Cvrnr.Text)),true,false)

But I'm getting syntax error.
Thanks for your help

  • bitvrbit Profile Picture
    45 on at
    Re: Hide button based on 4 input text fields

     Thank you very much v-bofeng-msft  thank you .you don't know how much time I have lost for this function. I gladly accept info for syntax for beginners. ciao ciao 🙂

  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: Hide button based on 4 input text fields

    Hi @ bitvrbit:

    Do you want the button control to be visible when all four of these TextInput controls are not empty?

    I did the same test but didn't encounter the problem you said:

    Set the button’s visible property to:

     

    If(And(!IsBlank(Firmanavn.Text);!IsBlank(Adresse.Text);!IsBlank(Postalkode.Text);!IsBlank(Cvrnr.Text));true;false) /* Same as your code*/

     

     

    1.jpg

     

    To find the problem, I suggest you check the following two points:

    1\The name of your Text Input control: Did you quote them correctly in the formula?

    2\ In some region, ; represent ,;;, represent ;,maybe you can try:

     

    If(And(!IsBlank(Firmanavn.Text);!IsBlank(Adresse.Text);!IsBlank(Postalkode.Text);!IsBlank(Cvrnr.Text));true;false)

     

    In addition, I think

     

     And(!IsBlank(Firmanavn.Text),!IsBlank(Adresse.Text),!IsBlank(Postalkode.Text), !IsBlank(Cvrnr.Text))

     

     is enough. For brevity, there is no need to use "if"

     

    Best Regards,

    Bof

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35