I'm trying to gate content based on two boleans and I want to use an XOR gate to do it. I know powerapps has a normal OR gate, but there's no XOR gating.
Is there some way to hack a work around?
Solved! Go to Solution.
Hello alietzau,
Is this what you are looking for?
(!(vVar>1&&vVar<3))&&(vVar>1||vVar<3)
Only one of the conditions should be true for the whole expression to be true
Hello alietzau,
Is this what you are looking for?
(!(vVar>1&&vVar<3))&&(vVar>1||vVar<3)
Only one of the conditions should be true for the whole expression to be true
I tested this out and this works just like how I wanted it to. Thanks!
User | Count |
---|---|
185 | |
105 | |
89 | |
45 | |
43 |
User | Count |
---|---|
235 | |
105 | |
105 | |
67 | |
66 |