Hi everyone , I'm in a dead end when trying to save Attachments to SharePoint List Field Attachments.
Principle of App is that User should take multiple Pictures which saved to different gallery's for example colGalasGallery and saved to ColViskas.
Attachment Data Card
but there is Runtime Error, all data from Form goes to SharePoint except Attachments.
Set( varName1, GUID() ); Collect( colGalasGallery, { DisplayName: varName1 & ".jpg", ID: varName1 & ".jpg", Value: UploadedImage1_1.Image } );
Set( varViskas, GUID() ); Collect( colViskas, { DisplayName: varViskas & ".jpg", ID: varViskas & ".jpg", Value: UploadedImage1_1.Image } );
up
I have tried just about every method over the years as this is a very active topic and currently the best option I have tested is using the following guide.
Power Apps Easiest Way To Upload Files To A SharePoint Document Library (matthewdevaney.com)
I have never seen a good solution that works with both lists and libraries, documents, pictures, and even ability to use the camera without engaging a flow. The above from my testing covers it all. Of course at some point I would love to see power apps not need a flow to do these things.
Thanks for answer, I found a solution for picture attachments if you take a photo or selected them from your device. Works flawlessly without any Flows. If you need code i can help you with it 🙂
I would certainly be interested if it works with libraries. Many of the existing solutions seem to be based around lists.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
185 | |
45 | |
45 | |
42 | |
34 |
User | Count |
---|---|
269 | |
82 | |
81 | |
74 | |
69 |