Notifications
Announcements
Set(base64Image, JSON(AddMediaButton1.Media, JSONFormat.IncludeBinaryData)) to convert the image and saved into the db. However It is not the base64 string but a blob url in the blob type column such as appres://blobmanager/5dd943911028f4f471233222bf0bcdae7cc5eb5c/1 which can not identify as an image when pull out from the database.
Please check this post where this issue is resolved.
Set( base64Image, Substitute(JSON(AddMediaButton1.Image, JSONFormat.IncludeBinaryData),"""", "") )
Set(base64Image, Substitute(JSON(UploadedImage1.Image, JSONFormat.IncludeBinaryData),"""", "")); Set(blobImage,JSON(base64Image, JSONFormat.IncludeBinaryData)); Patch('DB_TABLE',Defaults('DB_TABLE'),{IMAGE_BLOB:blobImage});
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 739 Most Valuable Professional
Michael E. Gernaey 343 Super User 2025 Season 2
Power Platform 1919 268