Hi,
I’m currently in the process of uploading a file to SharePoint using the UiPath activity. This automation involves downloading a document from a specific site while utilizing the “wait for download” function to obtain the file path, stored within a variable of the fileinfo type. Subsequently, the goal is to locate and upload this downloaded file to SharePoint via the “upload file activity.”
However, a challenge has arisen: the file input parameter of the activity necessitates an IEnumerable type variable. How can I effectively accomplish this task and overcome this particular obstacle? Your insights would be greatly appreciated.
Thank you.