Hi everyone.
I have an approval app that allows user to add one or more files to a SP list. It works very well using a datacard and an attachments control.
I was ask to modify the app in order to start from another list, retreive the document on that other list and add it to the approval List via the app (and the attachments control).
So basically, what I want to do is to add a file to an attachments.
I'm able to launch my app from the second list. And I retreive the file (filename, full name and complete path) . I saved it in a collection. Now, how can I add it to the control ? With a Patch ? what's the default value then ?
Any help would be great ! Thank you