Microsoft Power Platform App Maker — Question 96

A company creates multiple cases in Microsoft Dataverse each day with a status of New.

For all cases with a status of New, the system must send an email to the customer and then change the status to In Process.

You need to create a Microsoft Power Automate cloud flow to automatically send the email.

What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because triggering the flow when the case is created ensures that the email is sent immediately upon creation for cases with the status of New. Option A is incorrect as it relies on a schedule, which may delay the email. Option C is not suitable because it triggers on updates, which is not necessary for newly created cases. Option D is not efficient since it requires manual intervention.