I want an action to upload directly to channel folder when using the SharePoint_UploadFile action, can you help to add this functionality ?
Thanks in advance,
Best Regards,
Stefanus Renaldo
To upload a file directly to a Teams channel folder using SharePoint_UploadFile:
Use GetTeamSite to get the SharePoint Site ID for the team.
Use GetFolderByPath to get the Folder ID for the channel.
Use SharePoint_UploadFile with the Site ID and Folder ID to upload the file directly to the channel folder.