Shows how to store images from the Camera control as Base64 URI in a varchar(max) in SQL (Azure SQL DB) for a big performance boost over using the image datatype to display images.
Also shows, for Add Picture and Pen controls, how to *store* the images as Image data-type but to *return* them as Base64 strings, again for a big performance boost!
All done with just PowerApps and SQL. No flow or other magic 🙂