Hi @WarrenBelz Could I ask a question about powerapps?
Could you please kindly tell if there is any way to block attachment downloads for the Powerapps app which data input is from sharepoint list.
I have tried the following steps to set the attchments open by brower.
1. Select the Attachments data card, and unlock it.
2. Add a blank vertical gallery, cut and paste it into the Attachments data card.
3. Set the "Items" property of the gallery to "ThisItem.Attachments"
4. Click the edit icon of the gallery, then add "HTML Text".
5. Select the "HTML Text", and enter the following html in "HtmlText" property:
"<a href='" & ThisItem.AbsoluteUri & "?web=1' target='_blank'>" & ThisItem.DisplayName & "</a>"
But I still want to set it view only and the download option is not available.
