Hi All,
I need some help if possible please, I have spent the last few days, well nearly a week now trying to find a work around to get the photos that are sat in my list as image columns into a document. I have watched different videos but it just makes it feel really complicated and i am really new to all this but if I explain what I have done.
I started with a list and integrated into a powerapp so that when someone enters info into the app it populates my sharepoint list, I then set up a sharepoint library and set up all the same columns that I had in my list as I needed to automate the population of a word template and I have managed to do that using quick parts that works really well. now I just need to get my photos to autopopulate. My thought is that if I can get these to copy into a photo library which I set up then perhaps I could create a flow in the end that would grab these photos using a new item to grab these photos to complete the document. This is the flow that I have been trying to get to work, I did start with Parse JSON after the compose section but then found out that JSON is not required because the columns are a sharepoint image column. I have already added picture controls into my document and just need the flow to copy the photos over to the photo library and name then the Title and column name.
The error "Empty path given" indicates that the 'Get_file_content_using_path' action is not receiving a valid file path. This is likely because the 'Compose' action, which provides the path, did not output a valid value.
To resolve this, ensure that the 'Compose' action is correctly configured to extract the 'serverRelativeUrl' from the 'HouseKeepingPhoto' field in the trigger output. Verify that the 'HouseKeepingPhoto' field contains a valid URL. If needed, navigate to Edit mode to make these changes.