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!
@yashag2255 I know this is an old thread, but do you have an answer that is available to everyone? When I try to follow your link it goes to an access denied page, and I am having this same issue.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
199 | |
97 | |
56 | |
51 | |
41 |
User | Count |
---|---|
265 | |
156 | |
84 | |
81 | |
56 |