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
- A. Create a desktop flow. Use an Invoke web service action to get the currency conversion rate.
- B. Create a desktop flow. Use an Azure action to get the currency conversion rate.
- C. Create a cloud flow. Use the Microsoft Graph API to get the currency conversion rate.
- D. Create a desktop flow. Use a browser automation action to get the currency conversion rate.
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.