SharePoint Online as Target?
Should it be possible for a SmartConnect map to target a List in SharePoint Online? If so, can you provide a brief overview of where/how to define that such a connection?
Answers
SharePoint is not one of the defined connectors in SmartConnect so the out-of-box answer is “no”.
However, since you can pretty much write any .NET code you want in SmartConnect, you could potentially set the destination for the map to “text file” and then write the .NET code to write to SharePoint yourself.
However, since you can pretty much write any .NET code you want in SmartConnect, you could potentially set the destination for the map to “text file” and then write the .NET code to write to SharePoint yourself.