When I look up documentation for conditionals in Power Automate Desktop, I see screenshots of an action that asks for 3 parameters: 1st operand, operator, & 2nd operand. I don't see that when I create an if action.
Instead, I see a "Conditional Expression" input box. I have tried entering an expression that follows the operand + operator + operand pattern. I've even entered super simple expressions like 1+1=2. I always get an error message telling me my expression must contain a Boolean value. I've also tried things like IF(1+1=2, true, false). No matter what I try, it always complains about wanting a Boolean value. I don't understand why it's not receiving one, or what Power Automate expects me to enter.
Any ideas?