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

A company plans to send escalation emails to all customers with overdue invoices. You are creating a Microsoft Power Automate flow to determine whether to send an escalation email.

The system must send an alert for all invoices that are seven days or more overdue.

You need to configure the flow.

Which expression should you use?

    Correct Answer: A

    To configure the Microsoft Power Automate flow to send an escalation email for overdue invoices, the expression must evaluate whether the overdue date is seven days or more. The correct syntax consists of using the `@GreaterOrEquals` function to compare the overdue date with the value 7. Therefore, the expression `@GreaterOrEquals(TriggerEmail()?['OverdueDate'], '7')` correctly evaluates this condition.

Discussion
Madkore23

Power Platform Functional Consultant Associate :)

GregFredOption: A

Correct but small mistakes in formula sign : should be , so structure like this > @condition(item, value)

PL_600Option: A

Correct

BikramjitSinghOption: A

26th june

61be873

https://powerusers.microsoft.com/t5/Building-Flows/Less-than-equal-too-and-Greater-than-Expresssions/td-p/134798

ctedesco

On exam 5/23

Ikhalil

Correct