ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 134 - PL-200 discussion

Report
Export

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

Question 134
Correct answer: Question 134

Explanation:

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

asked 05/10/2024
Gustavo Castro
34 questions
User
0 comments
Sorted by

Leave a comment first