Sharepoint Thumbmail not diplaying - Reserved

Anonymous
2023-09-25T13:13:37+00:00

Hi all,

I don't know what has happened. It was working fine and then with no reason stopped. 

I was using powerapps to upload some pictures for the list items into Thumbmail / Image column. It was working fine. Now it doesn't. And even when I try to add it manually from sharepoint lists view it doesn't work either. 
That's what it displays now and at the bottom you can see it was working on previous ones (about 3-4 weeks ago).

I have also noticed change in the link structure, but I haven't changed a single thing. Can somebody explain why is that not working anymore? I needed it urgently today...

![](https://learn-attachment.microsoft.com/api/attachments/3ad7847b-6306-4fef-b79f-6b2983fc2a70?platform=QnA

Microsoft 365 and Office | SharePoint | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

50 answers

Sort by: Most helpful
  1. Anonymous
    2023-12-15T01:13:35+00:00

    This does work, but be mindful that disabling the attachment option will delete any image that was uploaded after the change (because it now sees those as an attachment). I did it on a small list and it is working as described, but I had to re-upload images for each item in the list that had been addded since the change happened. However, I have a much larger list where I do not have the time to do these same steps...

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-12-14T17:57:27+00:00

    All of my images are in a Thumbnail Photo column and not in the "Attachments" column (your attachments column might be hidden from view). This recent change by Microsoft enabled my "Attachments" column which gave my new incoming photos the "Reserved_ImageAttachment...." name. By disabling the "Attachments" column, I'm back to what it looked like before. All new photos come in like they did a few weeks ago.

    To disable the "Attachments" column, go to List Settings > Advanced Settings > select the "Disabled" under Attachments. When you go to Save, a warning will pop up that all your Attachments will be lost. This is only referring to the Attachment column and not your separate photo column. Your photo column will no be affected.

    This meant I fixed the problem going forward so to fix the problem for all the images that have the "Reserved_ImageAttachment...." name, I disabled the Attachments column and then renamed the photos by first downloading each one, renaming them, and then re-uploading them back to the individual sharepoint rows. All is back to normal now.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-12-12T08:37:04+00:00

    Hi all,

    From yesterday we got the same issue suddenly. Worked for at least a year without trouble, now suddenly the new added images are saved under a different location and they are not display in JSON column formatting.

    My JSON for picture column:

    { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json","elmType": "div","children": [{"elmType": "img","attributes": {"src": "@currentField.serverRelativeUrl","title": "=if(@currentField.serverRelativeUrl == '', 'No picture available', @currentField)"},"style": {"position": "relative","top": "50%","left": "10%","margin-top": "10px","width": "200px"}}]}

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-11-24T09:25:35+00:00

    Since a week or so, we have the same issue. List worked fine for month, now I get the problem with the thumbs with new items.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2023-09-25T16:48:06+00:00

    Dear respected Rafal DA,

    Good day! Thank you for posting to Microsoft Community. We are happy to help you.

    I’m sorry you’re having a problem but based on your description we can work together to resolve it.

    For the situation you encountered, we deeply understand the inconvenience caused and apologize for it.

    As per your description, it seems like you're experiencing an issue with uploading pictures in SharePoint list for Image column using PowerApps.  

    Based on my test, it seems I cannot meet the same behaviour as like you described above.

    .

    As the problem can be caused by different reason

    1.Check if there have been any recent changes or updates to your PowerApps environment or SharePoint lists.

    2.Check your image column default JSON formatting is:

    { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json"}

    Or changed formatting to the below and see the outcomes:

    { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json","elmType": "img","style": {"width": "100px"},"attributes": {"src": "@currentField"}}

    3.Also try to reduce the image to less than 50 megapixels,

    4.Also, if possible, could you please try to change the new SharePoint Online List view to see if there is any difference.

    We appreciate your understanding that sometimes the initial suggestions may not resolve the problem very soon. However, we can work together to narrow down and resolve the situation. So, please kindly provide more information below to let us work further.

    1.Does the issue happen to a specific SharePoint online List?

    2.Does other users in your organization meet the same behaviour as well? it will help for us to narrow down your problem.

    Appreciate your patience and understanding and thank you for your time and cooperation.

    Sincerely,

    Waqas Muhammad

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments