nerdexam
Microsoft

PL-400 · Question #154

A company plans to create an order processing app. When orders are created, the app will perform complex business logic and integrate with several external systems. Orders that have a large number of

The correct answer is C. a webhook that connects to an Azure Function. Custom actions have a 2 min timeout. This can be implemented using webhook and Azure function where the Azure function uses batch operations Web API which enables transactional operations and can run more than 2 mins. https://docs.microsoft.com/en-us/powerapps/developer/data-plat

Submitted by devops_kid· Apr 18, 2026

Question

A company plans to create an order processing app. When orders are created, the app will perform complex business logic and integrate with several external systems. Orders that have a large number of line items may take up to six minutes to complete. Processing for each order must be completed in one operation to avoid leaving records in an incomplete state. You need to recommend a solution for the company. What should you recommend?

Options

  • Aan asynchronous workflow that uses a custom workflow activity
  • Ba real-time workflow that uses a custom action
  • Ca webhook that connects to an Azure Function
  • Dan asynchronous plug-in

How the community answered

(37 responses)
  • A
    5% (2)
  • B
    8% (3)
  • C
    73% (27)
  • D
    14% (5)

Explanation

Custom actions have a 2 min timeout. This can be implemented using webhook and Azure function where the Azure function uses batch operations Web API which enables transactional operations and can run more than 2 mins. https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/execute-batch- operations-using-web-api

Community Discussion

No community discussion yet for this question.

Full PL-400 Practice