Microsoft
PL-500 · Question #37
You are developing a desktop flow. You need to include an IF statement that contains AND logic within the flow. Which expression should you use for the IF statement?
Sign in or unlock PL-500 to reveal the answer and full explanation for question #37. The question stem and answer options stay visible for context.
Develop automations
Question
You are developing a desktop flow. You need to include an IF statement that contains AND logic within the flow. Which expression should you use for the IF statement?
Options
- AIF (IsEmpty(Variable1) AND IsEmpty(Variable2)) = $'''True'''
- BIF IsEmpty(IsEmpty(Variable1) AND IsEmpty(Variable2))
- CIF $'''%IsEmpty(Variable1)% AND %IsEmpty(Variable2)% ''' = $'''True'''
- DIF (IsEmpty(Variable1) OR IsEmpty(Variable2)) = $'''True'''
Unlock PL-500 to see the answer
You've previewed enough free PL-500 questions. Unlock PL-500 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Power Automate Desktop expressions#Conditional logic#IsEmpty function#String interpolation