Hi i want to upload a image to a sharepoint list wich column is a image data type ,I tried using a form but it doesnt allow me to put the column in the form ,Anyone can help ? thanks!
Solved! Go to Solution.
Hi @Expolio,
Have you solved your problem?
Do you want to upload images to SP list Image column through Power Apps?
I'm afraid this is not an available method by now because a Image column is Read Only in Power Apps forms, but we can achieve this by a multi-line-of-text column.
I usually recommend the method of converting the image into a binary format for storage.
1). Delete the text input control and replace with an add picture control(AddMediaWithImage1)
2). Set the Update property of the data card as below:
Substitute(JSON(UploadedImage1.Image,JSONFormat.IncludeBinaryData),"""","")
You need to take Hyperlink or Image column. Then you can upload hyperlink through PowerApps Forms
I have this form and this imagecontrol :
I want it to use it to upload it to the sharepoint list .
https://www.mouritech.com/article/upload-image-to-sharepoint-list-through-powerapps/
Maybe this will help
Hi @Expolio,
Have you solved your problem?
Do you want to upload images to SP list Image column through Power Apps?
I'm afraid this is not an available method by now because a Image column is Read Only in Power Apps forms, but we can achieve this by a multi-line-of-text column.
I usually recommend the method of converting the image into a binary format for storage.
1). Delete the text input control and replace with an add picture control(AddMediaWithImage1)
2). Set the Update property of the data card as below:
Substitute(JSON(UploadedImage1.Image,JSONFormat.IncludeBinaryData),"""","")
User | Count |
---|---|
260 | |
109 | |
93 | |
57 | |
41 |