Hi I am using CMIS connector function: cmiCopyDocumentFromAppian to copy do

Hi
I am using CMIS connector function: cmiCopyDocumentFromAppian to copy document from Appian Knowledge Center to Alfresco.
Following is the code snippet-
local!cmiCopyDocumentFromAppianWriter: bind(
null,
a!cmiCopyDocumentFromAppian(
scsExternalSystemKey: "alfresco",
usePerUserCredentials: false,
atomPubUrl: "localhost:8089/.../atom",
repositoryId: "-default-" ,
objectId: rule!CMIS_getRootFolderId("Alfresco"),
properties: {name:"Sample Document" & rand(), description:"This is a sample document"},
appianDocument: _
)
)

It uploads the document properly, but I am not able to set the document description or document tag using the above code. Is there a way we can set the tag and description to the document uploaded?
Appreciate any help.

OriginalPostID-151695

OriginalPostID-151695

  Discussion posts and replies are publicly visible