I am using the Third Party Credential Store in Appian Administrator console.

I am using the Third Party Credential Store in Appian Administrator console.

To get started , I tried to connect from my Appian server to SharePoint server using SharePoint connector function in expression editor of the console. I passed the values of 3 fields namely Username, Password and Domain that are required for authentication in the credentials section of the console.

I am getting "Connection failed" error message when I click on Test Connection .

Can you please guide me with resolution as I have followed the exact syntax mentioned in forum examples from below link -

forum.appian.com/.../Connector_Functions

Code snippet of my connector function -

a!shpInvoke(
scsExternalSystemKey: "sharepoint",
usePerUserCredentials: false,
hostname:"11.22.33.44',
port: "80",
path: "/sites/testsiteforappian/_api/Web/getfolderbyserverrelativeurl('Shared%20Documents')/Files?$select=Name,ServerRe...

OriginalPostID-110982

OriginalPostID-110982

  Discussion posts and replies are publicly visible