Hi
Hoping somebody can help me with the below formula. I want to be able to upload multiple attachments to a selected folder in sharepoint. Tthe selected folder is based on a dropdown (ddAttchmentFolderSelect). The below formula enables me to upload the first attachment and is working correctly however how do i expand it to all the attachments so don't have to upload one at a time. I have tried ForAll function but cant seem to get it to work.
UploadFile.Run(
ddAttachmentFolderSelect.Selected.Value,
First(FileAttachments.Attachments).Name,
First(FileAttachments.Attachments).Value
);
Reset(FileAttachments)

Report
All responses (
Answers (