Microsoft Power Platform App Maker — Question 112
You design a canvas app for users to search thousands of records. You select a data source that supports delegation to optimize performance.
You need to create the app so that it takes advantage of the delegable functionality of the data source.
What should you do?
Answer options
- A. Run multiple processes simultaneously.
- B. Use the query functions the data source provides.
- C. Use the data returned from the data source in multiple languages.
- D. Connect to the same data source as different users at run time.
Correct answer: B
Explanation
Option B is correct because using the query functions provided by the data source allows the app to leverage its delegable capabilities, leading to better performance. The other options do not directly relate to utilizing the delegable functionality of the data source and would not optimize performance effectively.