Has this been resolved?
I have an app that has >500 images - images taken using the app after November 23 have this prefix Reserved_ImageAttachment_[5]_[Image][36] - this equates to about 30% of the images - which from the thread means they are an attachment, if I use the solutions suggested then either the attachments are deleted [switch off attachments] or the images are not shown [First(ThisItem.Attachments).Value].
Hi, I had tha same problem and after many time spending to serarch a solution on sharepoint focus, I lost the target.
Therefore I move the taget focused on the grid, where is the very problem.
I create a grid in DataVerse with a 4 columns (ID_TICKET [automatic counter] , PHOTO, ID_ SHAREPOINT_TAB, ID_version [this is a default column with inside the raw ID_unique ].
When I take the photo by my camera, i create a flow that send the picture to the grid together with the ID_SHAREPOINT_TAB.
If I need to show this picture in the gallery, I write in the "ITEM" space, the LOOKUP formula using as the KEY (ID_SHAREPOINT_TAB) to connect both grid.
With this trick I win vs sharepoint limit :)