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
Question
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)- A5% (2)
- B8% (3)
- C73% (27)
- D14% (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.