
Announcements
Hi,
I'm Having a SharePoint list with image column. when i try to edit the form in edit mode the image column isn't displaying. so is there is any way were we can upload image into the image column. and i know we can do this using attachments in form but my requirement is to add the image into the image column
Hi @Krishna98 ,
Do you want to update image from powerapps to image field in sharepoint list?
I'm afraid it's not supported to do this.
Image data type field is read-only in powerapps.
So here are three alternative solutions:
1)update image field in sharepoint list( this field could be updated in sharepoint list)
2)upload images in powerapps to attachments(using attachments control in form is enough)
3)use hyperlink column in sharepoint instead of image column
Hyperlink could be updated in powerapps.
You could use link to update this column.
If you want to upload image by using Addpicture control to update hyperlink column, you need to follow these steps:
create a flow(create a picture file and update it to sharepoint library by using the image uploaded in Addpicture control->
get this picture's link from the sharepoint library->
return this link to powerapps)
->update your hyperlink column by using the link that you returned from the flow
Here's a issue about the steps in details for your reference:
https://powerusers.microsoft.com/t5/Building-Power-Apps/Show-an-Image-in-a-form/td-p/606556
Best regards,