=load( local!appianDocument, local!cmiCopyDocumentFromAppianWriter: bind( null, a!cmiCopyDocumentFromAppian( scsExternalSystemKey: "alfresco", usePerUserCredentials: false, atomPubUrl: "http://localhost:8089/alfresco/api/-default-/public/cmis/versions/1.0/atom", repositoryId: "-default-" , objectId: rule!CMIS_getRootFolderId("Alfresco"), properties: {name:"test_New123", description:"test description"}, appianDocument: _ ) ), a!dashboardLayout( firstColumnContents: { a!fileUploadField( label:"Upload", value: local!appianDocument, saveInto: local!appianDocument ), a!textField( label:"Test", value: local!appianDocument ) /* Original code a!pickerFieldDocuments( label: "Select an Appian Document", instructions: "The selected document will be copied to the target CMIS site", maxSelections: 1, value: local!appianDocument, saveInto: local!appianDocument )*/, a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Copy Document to CMIS", value: local!appianDocument, saveInto: local!cmiCopyDocumentFromAppianWriter ) } ) } ) )