Exam PL-200 All QuestionsBrowse all questions from this exam
Question 132

HOTSPOT -

You are using Power Automate to create a list of customers from a Microsoft Excel file.

The list must contain customers who meet one of the following criteria:

✑ Sales of less than $500,000.

✑ Customers who are on credit hold.

You need to create a condition to filter the list of customers.

How should you complete the filter condition? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

    Correct Answer:

    Box 1: or -

    Or: Takes two arguments and returns true if either argument is true.

    Box 2: equals(item()?['credithold'],'true')

    Equals: Returns true if two values are equal.

    For example, if parameter1 is someValue, this expression returns true: equals(parameters('parameter1'), 'someValue')

    Reference:

    https://docs.microsoft.com/en-us/power-automate/use-expressions-in-conditions

Discussion
MARIANA123

Seems correct

PL_600

I Agree

ctedesco

On exam 5/23

Ikhalil

Correct

IvanaDomijanic

Was on exam in January 2023.

HaileleoulG

Correct, Question was on exam, July 02, 2024

BikramjitSingh

26th june Correct

jkaur

correct