Hi all,
I thought it was straight forward when I thought of it but it didn't work and now I'm stuck as I haven't found a solution or similar problem as me on forms.
Basically, I want my PowerApp to have a camera take a picture after say 5 seconds and loads it onto a image control:
Timer1 set to count up to 5 seconds + I have ClearCollect(Picture, Camera1.Photo) on OnTimerEnd
Camera1 is the name of the camera
Image1 set to First(Picture).Url on Image category
After it counts to 5 seconds, no picture was taken.
Any ideas how to achieve this?