Hello,
I have an app that uses a Camera Control-to-Flow to upload photos to a Sharepoint Picture Library. Works just fine. Unfortunately, the Flow (which uses dataUriToBinary expression) fails when uploading a photo using the AddPicture Control.
Is there a simple way to leverage the AddPicture Control and Flow to move a photo to a Sharepoint Picture Library?
Thank you
Hi @ericonline ,
Please refer to the screenshot of the flow. Assuming that you already created the powerapp and the button control triggers the flow.
Expression on the button
'PowerAppsbutton-2'.Run("TestYash.jpeg",Camera2.Photo)
Here, PowerAppsbutton-2 is the name of my Flow, TestYash.jpeg is the file name I am requesting to powerapps from flow, Camera2 is the camera control and Camera2.Photo is the blob I am sending from powerapps to Flow.
Expression in compose:
dataUriToBinary(triggerBody()['Initializevariable_Value'])
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @ericonline ,
Please refer to the following thread :
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
278 | |
232 | |
80 | |
37 | |
37 |
User | Count |
---|---|
352 | |
237 | |
125 | |
71 | |
55 |