I have a use case that involves downloading attachments from a Sharepoint platform where the attachments are associated with InfoPath forms and not in a library. I would like to download the attachments in a background process the way you would if the attachments were in a Sharepoint library but with InfoPath forms they are not. I would greatly appreciate your input. Thanks as always.
Generally file is stored as base64 string in infopath form or sometimes it can be configured to upload to a specific sharepoint library …if it is saved as base64 string then t try to get the string value and then convert to file…to get string value may be there is no direct activity you can try using sharepoint api separately
If configured to stored in library then you need to find the structure we can use download file by finding the library and folders
Good afternoon @Anil_G . Thanks very much for the fast support. I had it confirmed that the attachment files are base64 string stored in infopath form. Is there a standard means like a Sharepoint API to reach InfoPath form content?