Mar 30 2021 02:27 PM
I'm currently in the middle of creating an Asset Tracker using PowerApps.
I'm aiming to have the app work as so: Users are able to submit a form which creates an Item in SharePoint Lists, once that form is submitted the app then takes you to a new page where a user can snap a picture of the device, and then send that photo off to SP using Flow (DataUriToBinary), and that photo is automatically added to the Lists Item that the user just created using the PowerApp.
So far, we have the forms being submitted successfully, and the picture being snapped of the device is ending up in a SharePoint document store.
I am struggling to find a way to get that image from the SP library sent over to the correct List Item, is this something that's possible?
Thanks in advance.