I want to upload an attachment file to Sharepoint List.
If it is a Sharepoint Document library, Ofcourse i can use SharepointCustome Activities=> Upload file activity.
But When it comes to the sharepoint list Upload file not works with sharepoint list.
Are there any different Kind of method to upload attachment file to Sharepoint List?
I dont know which package and activity you are using, but as far as SharePoint goes, to attach a file you need to have an Item of that List, so it would be either Add List Item or Update List Item…