Let's create a simple power pages to receive some files.
The Power Page allows an external user to register or sign in.
Once signed in, they see a form that has a text field for their name, and the ability to upload one or more file attachments.
The file attachments get saved into Notes.
A trigger "When a row is added, modified or deleted" should then put that attachment into a SharePoint document library.
And that's where I am stuck. How do I move or copy the file attachment or attachments into the SharePoint document library?
Thank you!