Skip to main content
Community site session details

Community site session details

Session Id :

Image display performance boost with SQL Server for images from Camera, Add Picture, Pen controls

PaulD1 Profile Picture Posted by PaulD1 2,914

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 🙂

Categories:

Comments