Would be great if PowerApps would support base64 encoding and decoding. Native would be ideal so this could drive offline. I would like to be able to communicate with an image OCR API.
The canvas JSON function added last year will base64 encode images and media. We don't have a way to convert other data types to binary, to then be base64 encoded; if there is more need here please tell us more about your scenarios.
@CarlosG Can you please share some more information? Can I have the Base64 string of an image in Powerapps? Right now we can use a custom connector and the image is sent to the database as a Base64 string. Is it possible to have the string in Powerapps before we sent it to the database? I don't understand what you mean by TextForm = Binary.ToText(Text.ToBinary("Password"), BinaryEncoding.Base64) Thank you in advance ๐
and in your Canvas app, call the Flow and pass the content as a url encoded parameter - here is an example of taking a photo from a collection and passing it into a Flow:
The canvas JSON function added last year will base64 encode images and media. We don't have a way to convert other data types to binary, to then be base64 encoded; if there is more need here please tell us more about your scenarios.
The canvas JSON function added last year will base64 encode images and media. We don't have a way to convert other data types to binary, to then be base64 encoded; if there is more need here please tell us more about your scenarios.