Hello All,
I recently built a power app the is used for Check-In/Check-Out, and I added a QR code generator into it today. I am trying to get Power Automate to convert the generated image in PowerApps to a file. The QR Code image comes out of Power Apps as a web address (example: https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl=TEST | TEST) that shows the QR code.
Now, since this does come over like this, I will most likely have to use the <img> tag to get this into a document. I am trying to get this added into a Word Template if possible.
Could someone assist in how to get the text above (https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl=TEST | TEST) into a picture section of a Word Template?
Thank you!