Microsoft Power Platform Solution Architect — Question 46

A company has an expense approval process that allows expenses to be submitted in multiple currencies.

An accountant converts the expense amount to USD as part of the approval process.

You need to automate the conversion by using the RESTful API.

What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because using a desktop flow with an Invoke web service action is suitable for making API calls to fetch currency rates. Options B and D also involve desktop flows but use different actions that are not optimal for this scenario, while option C incorrectly suggests using the Microsoft Graph API, which is not intended for currency conversion.