How to save an image in x64
I was talking to a friend and he asked me how I saved the photos in Power Apps. Plus, I have seen a lot of people asking how to save an image in Power Apps without using Power Autmate or using the Attachment field on SharePoint.
And I replied that I saved it as an attachment or as an x64.
In this post I will explain how I save an image as x64.
Just follow these steps:
1. Insert a Camera Control and set the StreamRate to 50 or 100;
2. Add an icon (can also be the Camera Control) and write to OnSelect: Set(varPhoto; Camera1.Stream)
3. Add an Image and set the image as the variable we created (varPhoto)
And it's as simple as that 😄
I hope you like my post, this is my first one on the community!
If you liked it, please give it a Kudo and if you have any question, please tag me and I will try to help you!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Comments
-
-
How to save an image in x64
Thanks! I was developing one of my first apps in Power Apps and I wanted it to have the functionality of saving photos and I had no idea how to store it in SharePoint. Didn't know it was that simple!
-
-
*This post is locked for comments