
Announcements
Hello,
There are several ways to send attachments from a collection or gallery to SharePoint using Power Automate (via JSON). However, what I use and recommend the most is using the standard Power Apps form connected to the database you want to send to and utilizing SubmitForm.
When the form submits the data, in the OnSuccess property, I add ResetForm() and NewForm() to allow sending more data, one at a time.