Hi All, I have the below flow that will upload a image from PowerApps into a Sharepoint File library and this works great, but is it possible to also post the created image files file path into a Sharepoint list? so users of the list can either click on the link and view the image or the image is displayed in the list?
UploadaphototoSharePointfromPowerApps_2.Run(Concatenate(FullName, "", ".jpg"), Camera2.Stream)
@Jay-Encodian I'm pretty new to SPO - but, got through the flow, but, I need a link on my list of the folder where all the files are uploaded. Is this a possible solution if I want to copy the link of my folders that I created to appear on the SP list. I got the flow to run, but, how do I get the link to appear on my list?
Hey @StuartSmith
Just do the following in your flow...
Alternatively, you could possibly create some HTML and embed a <img> tag with the src="" tag containing the same URL value.... you'll need to change the column type in SharePoint to render the data as needed. For the example in the screenshot I set the column type to 'Hyperlink', output below:
HTH
Jay
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2