Hi folks,
I'm trying to retrieve the base64 string from a barcode that I retrieve from google and that I display on an image control like so (image property):
"https://chart.googleapis.com/chart?cht=qr&chl=" & varBarcode & "&chs=200x200"
Then, I set the text property of a label control to the image control that displays the barcode. However, it only returns the above string instead of base64 text (The reason for this is that I need the base64 string to generate a PDF report via Powerautomate later).
In contrast, this procedure works for images taken by the camera control.
Is there a way to achieve this without involving Powerautomate?
Cheers