Hello
I transfer a Photo from "pick Picture"-Item in PowerApps by the following order:
Patch(PhotoAppListe; Defaults(PhotoAppListe); {Title: Text(TextInput1.Text); BildSpeicher: First(ClrImg).Url; Text: Text(Now(); DateTimeFormat.LongTime24)});;
Here is PhotoAppListe a Sharepoint List; Title a Text; Bildspeicher a plain text with origin picture data.
Now I mirrow it back to the app: Gallery with the PhotoAppListe ; the picture is shown in the image-item in the gallary.
The plain text is appres://blobmanager/206d2aecba8549c88e74977663d87e9c/1
But where can I find the whole picture data for a transfer to another media;
Other Case:
If I send the data from the "PowerApps Camera" then I can see
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAKACAYAAABEyKtSAAAgAElEQVR4Xpy995Nl13XfuzvNdJrUkwcggEEiwWyRAGQSzBRpycWSRD+X419pPz/r6f1iWypZJESXCQYQBEgkTgIwuad7puOrz3ft7znr7Htu99C3gJq+5 etc .....
If I cut the first 22 Bytes () and convert the data to base64
(( byte[] imageBytes = Convert.FromBase64String(base64String);))
I can receive a correct picture.
Solved! Go to Solution.
Hi @jeanshak ,
There is a hack through Flow to solve this issue.
Have a look at this blog by John Liu.
You can skip the first part of the blog where he dives into the code of diveren connectors to find the sollution. The 2nd part of the blog describeds the hack.
Basically the steps are:
And run!
Tried it out today. Works like a charm (allthough a little bit weird work around).
I have the same exact problem. Unfortunately I haven't figured out a solution yet.
I am starting to think that there might just not be a solution at this point...
I have the same problem.. this is so upsetting
Same problem here.
Same problem here, please fix it
Hi @jeanshak ,
There is a hack through Flow to solve this issue.
Have a look at this blog by John Liu.
You can skip the first part of the blog where he dives into the code of diveren connectors to find the sollution. The 2nd part of the blog describeds the hack.
Basically the steps are:
And run!
Tried it out today. Works like a charm (allthough a little bit weird work around).
Good job @Rebetcha. It works 🙂
User | Count |
---|---|
139 | |
129 | |
75 | |
74 | |
69 |
User | Count |
---|---|
221 | |
135 | |
79 | |
58 | |
56 |