Microsoft Power Platform App Maker — Question 99

A company uses a custom application to store customer data. The application has a well-documented REST API available.

When an email from a customer arrives in a shared inbox, the application must create a record.

You must automate the process of writing customers’ data to the application prior to account manager approval.

You need to create a Microsoft Power Automate cloud flow that can write data to the application.

What should you create?

Answer options

Correct answer: C

Explanation

The correct answer is C, as Logic Apps can efficiently handle integration tasks and use an HTTP action to interact with the REST API of the custom application. Option A, while also utilizing an HTTP action, does not specify that it is a Logic Apps flow, which is necessary for this scenario. Option B is incorrect as Microsoft Dataverse is not relevant to writing directly to the custom application. Option D is wrong because FTP is not suitable for REST API interactions.