The camera control can be used to take an image and then take that image to populate an Image control. It is a little tricky because you have to use the Stream property of the camera. You set this up by doing the following. Put image control, camera control, and button on canvas On the […]
Tag: Power Apps
Build a Profile Card of current user
In this post, we build a profile card with the current user’s name, email address, and office phone number as shown below. This can be useful for a portal page that includes a link to where the user can modify their information. The first thing to do is to add a connection to the data […]
Filter a Gallery with a drop-down
When dealing with a large list and using a Gallery you will usually want to filter down the values shown. You may also, want to show all of the items in the gallery. You can do this with a drop down and following these steps. Step 1 Populate the drop-down with values. You can do […]