Power Apps is a suite of apps, services, connectors, and data platforms that provides a rapid application development environment to build custom apps for your business needs. Click here for more details.
Add Picture control takes a photo or loads images from the local device. With this control, users can take photos or upload image files from their device and update the data source with this content. On a mobile device, the user is presented with the device's choice dialog to choose between taking a photo or selecting one already available.
Add Picture control is a grouped control containing two controls: an Image and an Add picture button. The Image control shows the uploaded image or a placeholder if no image has been uploaded. The Add picture button prompts for an image to be uploaded.
Reading this article, you can learn how to use Add Picture Control in Microsoft Power Apps.
Step 1
Open the URL https://powerapps.microsoft.com/en-us/ in the browser for Power apps,
Create an account with your Organization's Mail ID and log in to it. After logging in to your Power Apps account,
Step 2
First, Click Create (+ ) and Select the Canvas app from blank.
Next, Give the App name as PAAddPic and Format as Phone, and then click Create.
Step 3
For testing Add picture control, rename the screen name as ScrAddPic and form Name as FrmAddPic,
Add the following controls in the screen for Add picture feature view,
Insert the Label Control and set the Name property as LblName and Text Property as Add picture control in Power Apps.
Insert the Add picture Control and set the Name property as APTest,
Step 4
Now we can see the preview of your App in Power Apps Studio, and the output of the PAAddPic is,
Click to add a picture and select an Image and Click Open,
After Clicking the Change Picture select an Image and Click Open,
Summary
Now you have successfully tested Add picture Control - PAAddPic in the Power Apps Studio environment.