Forum Discussion
Toi25
May 07, 2021Copper Contributor
How can I make a button to download SharePoint attachments?
About SharePoint. I'm currently using SharePoint Online's list feature to attach files and share them within my team. I want to count the number of downloaded attachments, but it seems that it is ...
RobElliott
May 08, 2021Silver Contributor
Toi25 there's no customRowAction in JSON to download a document. I think the only thing you could do is to use the button to start a flow in Power Automate to email the attachment to the user, and the flow then increments a column in your list by 1. But it's not a very good workaround.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
- Toi25May 11, 2021Copper ContributorI know how to download attachments with Powerautomate. However, in order to share the flow within the team, it is necessary to have a paid license, so I thought that it could be implemented in JSON.
Thanks.