HOTSPOT - You are developing an app for a package delivery company. Delivery team members will use the app on their phones. Distribution center team members will use a web-based version of the app that runs on tablet devices. When a delivery person arrives at a location and the package recipient is present, the app must capture the recipient's signature. If the recipient is not available, the app must capture a picture of the drop-off location or the person receiving the package. You need to design phone-based and web-based versions of the app. Which app type and media control should you use? To answer, configure the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:Â Suggested Answer:
App Type: Screens - To insert the Camera control in your PowerApps program you can use the blank screen, and select Insert->Media->Camera. Media Type: Camera - Use the Camera control to capture pictures with a device's camera. The device must have a camera and the user must authorize the app to use the camera. Tap or select the camera control to capture a picture from the camera. The most recently captured picture is available through the Photo property. With this property, the images can be: ✑ Viewed with the Image control. Use the Image control to view the captured image. ✑ Temporarily put in a variable or a collection. ✑ Stored in a database. Transmitted as a base64 encoded text string.
Reference: alt="Reference Image" /> Reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-camera This question is in PL-100 Microsoft Power Platform App Maker Exam For getting Microsoft Certified: Power Platform App Maker 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