A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
IS there any solution suggested by Microsoft for this issue.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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...
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
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.
IS there any solution suggested by Microsoft for this issue.
It worked for me without having to change the attachment settings. When I renamed the photo file that I am uploading it worked fine.
Hi all,
We have the same problems with all Sharepoint lists ;(
Is there any news about it or maybe solution.
Hi all,
We have the same problems with all Sharepoint lists ;(
Is there any news about it or maybe solution.
Update?
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"
}
}
]
}