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 / Check if variable are ...
Power Apps
Answered

Check if variable are filled then true or false

(1) ShareShare
ReportReport
Posted on by 115

Hi,

 

 I am wondering if it's possible to check multiple variable are not blank, with multiple variable nested as Or.

 something like this:

 

If(IsBlank(var_A) +

 IsBlank(var_B) And

   IsBlank(var_1 || var_2),

     true, false)

 

Categories:
I have the same question (0)
  • Verified answer
    mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @NielsNachtegaal 

     

    try this please:

    If(
     And(
     IsBlank(var_A),
     IsBlank(var_B),
     Or(
     IsBlank(var_1),
     IsBlank(var_2)
     )
     ),
     true, 
     false
    )
    

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • NielsNachtegaal Profile Picture
    115 on at

    Thanks for the response @mmbr1606,

    I might not explained it right, With your example the Or part only works, if all within the Or part are not blank.

     What I try to do is a couple of variables are seperatly filled, and combined with a nested group of variables of witch only one need to be filled, to give a true

  • NielsNachtegaal Profile Picture
    115 on at

    Thanks, @mmbr1606

      After some tweaking I Got it to work, 

     

    If(IsBlank(var_A)+

      IsBlank(var_B) +

      IsBlank(var_C) +

     

    Or(IsBlank(Var_1) And IsBlank(var_2)); 

      true; false)

     

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

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 366 Most Valuable Professional

#2
11manish Profile Picture

11manish 184

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 99 Super User 2026 Season 1

Last 30 days Overall leaderboard