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: Oldest
  1. Anonymous
    2024-01-12T06:21:33+00:00

    IS there any solution suggested by Microsoft for this issue.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-01-17T15:53:49+00:00

    It worked for me without having to change the attachment settings. When I renamed the photo file that I am uploading it worked fine.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-01-18T12:33:59+00:00

    Hi all,

    We have the same problems with all Sharepoint lists ;(

    Is there any news about it or maybe solution.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-01-21T09:55:37+00:00

    Hi all,

    We have the same problems with all Sharepoint lists ;(

    Is there any news about it or maybe solution.

    Update?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-01-22T06:42:56+00:00

    Hi all,

    I use this formatting. I look forward to Microsoft solving the problem :)

    {
      "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
      "elmType": "div",
      "style": {
        "display": "=if(@currentField,'block','none')",
        "overflow": "hidden",
        "margin": "8px auto -3px -4px",
        "cursor": "pointer"
      },
      "children": [
        {
          "elmType": "img",
          "attributes": {
            "src": "=getThumbnailImage(@currentField, 200, 200)"
          },
          "style": {
            "position": "relative",
            "top": "50%",
            "margin-top": "10px",
            "width": "200px"
          }
        }
      ]
    }
    

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments