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: Newest
  1. 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
  2. Anonymous
    2023-12-08T22:51:18+00:00

    I have an idea, give a like if was usefull for someone.

    My trouble was I need to use the image content in a scenario to see as details report, and send it via e-mail, or in a view screen, but it doesn't return the image content, even in the app or flows.

    So, I seen that the image content it's not in the image column, but there's accesible from the attachments column:

    (Sorry of the design, it's just a test for my idea XD)

    Image

    Where, I have a gallery(left) with the Datasource, and add an attachment card(mid) from a Form control, and I use a formula like Gallery.Selected.Attachments in Default property . Then, added a gallery(Right) to filter the files on the attachments card to get only image files (jpg, jpeg, etc).

    Also, the filename on each file contains the column name, so, we can use a filter function to get the specific file of the column we want.

    It means that we can get the image content from the attachments column =D, and use it to see on canvas apps, and maybe give us an idea to use for a flow or anyway you want.

    Best regards for everyone.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-12-08T17:27:01+00:00

    Are there any further communications regarding this change?

    This has caused major issues with Power Automate flows - personally I can't even access the new URL to view any images stored in image columns.

    Any further advice would be great, unfortunately I require the attachments column for an automated PDF document.

    Thanks!

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-12-06T14:55:13+00:00

    Thank you very much, you have saved my brain from being completely melted lol

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2023-12-06T09:41:55+00:00

    We got the same issue suddenly. Worked for atleast a year without trouble, now suddenly the images/thumbnails are saved under a different location and saved as a attachment instead of a thumbnail.

    Old storage location: sharepoint.com/SiteAssets/Lists....

    New defected storage location: sharepoint.com/Lists/%LISTNAME%/Attachments/

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments