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 / Xor operator logic in ...
Power Apps
Answered

Xor operator logic in powerapps

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

 

I have in a label:

 

I need to convert this statement similar to an Xor in VBA.

If(txt_TrackCode.Text = "$ADMN" && dwn_Tasks.Selected.Column_ID = "Column_36" || dwn_Tasks.Selected.Column_ID = "Column_35" || dwn_Tasks.Selected.Column_ID ="Column_19" || dwn_Tasks.Selected.Column_ID ="Column_20"|| dwn_Tasks.Selected.Column_ID ="Column_21"|| dwn_Tasks.Selected.Column_ID ="Column_27"
,"Yes","No")

 

The txt_Track_Code.Text must equal "$ADMN" but

these are all OR dwn_Tasks.Selected.Column_ID = "Column_xx"

 

 

Dave

 

 

 

 

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

    was able to logic this out for now:

    (!(txt_TrackCode.Text <> "$ADMN")) && (!(dwn_Tasks.Selected.Column_ID = "Column_36" ||dwn_Tasks.Selected.Column_ID = "Column_35" || dwn_Tasks.Selected.Column_ID ="Column_19" ||dwn_Tasks.Selected.Column_ID ="Column_20"|| dwn_Tasks.Selected.Column_ID ="Column_21"||dwn_Tasks.Selected.Column_ID ="Column_27"
    ))

     

    This is giving me  true or false in a label and i cant create a error message from there.

     

    Dave

     

     

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 505

#2
WarrenBelz Profile Picture

WarrenBelz 502 Most Valuable Professional

#3
Haque Profile Picture

Haque 324

Last 30 days Overall leaderboard