Hi,
I have to retrieve documents from an external SharePoint system and put it in Appian. What is the best way to go for this.
Thanks,
Smruti
Discussion posts and replies are publicly visible
Failing either of the above build a manual Connected System using Oauth2.0 and Microsoft Graph API (https://docs.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0)
Thanks Tim for this approach, will give it a shot if the OOTB connected system doesn't work.
It's relatively simple to setup once you have the config in your Azure portal and the Graph API gives you access to a huge number of actions in Office 365 so the custom approach allows for a lot of future development opportunities.