exam questions

Exam PL-200 All Questions

View all questions & answers for the PL-200 exam

Exam PL-200 topic 3 question 14 discussion

Actual exam question from Microsoft's PL-200
Question #: 14
Topic #: 3
[All PL-200 Questions]

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?

  • A. @GreaterOrEquals(TriggerEmail()?['OverdueDate']: '7')
  • B. 'OverdueDate' >= '7'?'TriggerEmail()': false
  • C. TriggerEmail() = 'OverdueDate' >= 7;
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Madkore23
Highly Voted 1 year, 6 months ago
Power Platform Functional Consultant Associate :)
upvoted 8 times
...
GregFred
Highly Voted 2 years, 7 months ago
Correct but small mistakes in formula sign : should be , so structure like this > @condition(item, value)
upvoted 6 times
...
BikramjitSingh
Most Recent 11 months, 2 weeks ago
Selected Answer: A
26th june
upvoted 1 times
...
61be873
1 year, 1 month ago
https://powerusers.microsoft.com/t5/Building-Flows/Less-than-equal-too-and-Greater-than-Expresssions/td-p/134798
upvoted 1 times
...
ctedesco
2 years ago
On exam 5/23
upvoted 1 times
...
Ikhalil
2 years, 2 months ago
Correct
upvoted 1 times
...
PL_600
2 years, 9 months ago
Selected Answer: A
Correct
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...