Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
34 replies
Subscribers
7 subscribers
Views
13427 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
I am trying to execute example mentioned in forum to test "Copy a Document
sapnas
over 10 years ago
I am trying to execute example mentioned in forum to test "Copy a Document From Appian to SharePoint" functionality using connector functions-
forum.appian.com/.../Connector_Functions
Code / Example from forum connection and API parameters suitable to the my environment-
=load(
local!documentToSend,
a!dashboardLayout(
firstColumnContents: {
a!pickerFieldDocuments(
label: "Document To Send",
maxSelections: 1,
value: local!documentToSend,
saveInto: local!documentToSend
),
if(
isnull(local!documentToSend),
{},
load(
local!shpCopyDocumentFromAppianWriter: bind(
null,
a!shpCopyDocumentFromAppian(
scsExternalSystemKey: "sharepoint",
usePerUserCredentials: true,
hostname: cons!SHAREPOINT_HOSTNAME,
port: cons!SHAREPOINT_PORT,
...
OriginalPostID-112434
OriginalPostID-112434
Discussion posts and replies are publicly visible
Parents
0
Tom Ryan
Appian Employee
over 9 years ago
Just in case anyone else comes here with the same error and the previous steps do not resolve it, ensure that you have created a top level site on your Sharepoint server (i.e., at
http://myserver/
).
It seems that the connector function looks for the context (containing the Request Digest) to perform the document upload at the top level site, and if it is not configured (e.g. if you have only created a site at
http://myserver/sites/testsite
) then it may not return the context successfully.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tom Ryan
Appian Employee
over 9 years ago
Just in case anyone else comes here with the same error and the previous steps do not resolve it, ensure that you have created a top level site on your Sharepoint server (i.e., at
http://myserver/
).
It seems that the connector function looks for the context (containing the Request Digest) to perform the document upload at the top level site, and if it is not configured (e.g. if you have only created a site at
http://myserver/sites/testsite
) then it may not return the context successfully.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data