mlnc21 / PowerApps-SVG-Merge-Modul

Merge Images in PowerApps without Flow or Code Components
10 stars 2 forks source link

If upload a image, the image will not show up in converted jpg #6

Closed legendgod closed 6 days ago

legendgod commented 6 days ago

There is no problem when you use Camera control to take a picture. The problem only occur when you select a image and upload.

Step to reproduce:

Sample_2233 (3)

legendgod commented 6 days ago

My apologies, the problem is resolved. It is caused by my mistake.

In the output file content of flow, we need to use dataUri function to wrap the convert file body. Therefore: dataUri(outputs('Convert_file')?['body'])

I have deleted the function by mistake. Therefore: outputs('Convert_file')?['body'] (yet it is still working in camera case)

The flow is correct in the github. Sorry for that.