A company uses a model-driven app to record details of laboratory test. You are asked to create a custom component that makes it easier to capture multiple values from lab test results on mobile devices. You need to create the interface for the dataset in case the mobile devices lose connection to the network. Which method should you use? A. SaveData B. updateView C. init D. getClient  Suggested Answer: A Use LoadData and SaveData for basic data storage while offline. Note: When building mobile apps, one of the most common scenarios app makers face is how to enable their users be productive in situations where there is limited or no connectivity at all. This has been one of the most requested features for PowerApps to allow running apps while being disconnected and to provide some support for offline data caching. In this release of PowerApps, we are delivering the first set of improvements for app makers to achieve that by enabling: 1. Launching the PowerApps mobile player app offline 2. Running apps while being offline 3. Determine when your app is online or offline or in a metered connection by using the Connection signal object. 4. Leverage existing formulas such as LoadData and SaveData for basic data storage while offline. Reference: https://powerapps.microsoft.com/sv-se/blog/build-offline-apps-with-new-powerapps-capabilities/ This question is in PL-400 Microsoft Power Platform Developer Exam For getting Microsoft Certified: Power Platform Developer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer