I have a PowerApp form for my SharePoint list that also contains attachments. I set the Attachments control to sort in a descending order, but when I click the attachment to open it, I get a 'BlobNotFound' error in Chrome and a 'Couldn't download the file' error in Internet Explorer.


When I create a new PowerApp form, the default Attachments control lets me download attachments, but immediately after I apply the Sort() on the Items property, the 'BlobNotFound' error appears again.
Sort(
ThisItem.'{Attachments}',
DisplayName,
Descending
)This has worked before flawelessly, so why doesn't it work anymore?