Exit PL-500 Microsoft Power Automate RPA Developer
Question 1 of 5
0% complete
Q1 Single choice

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?

  • A

    IF (IsEmpty(Variable1) AND IsEmpty(Variable2)) = $'''True'''

  • B

    IF IsEmpty(IsEmpty(Variable1) AND IsEmpty(Variable2))

  • C

    IF $'''%IsEmpty(Variable1)% AND %IsEmpty(Variable2)% ''' = $'''True'''

  • D

    IF (IsEmpty(Variable1) OR IsEmpty(Variable2)) = $'''True'''

Previous Next