Skip to main content
sujatan0001
April 22, 2021
Question

SharePoint Integration

  • April 22, 2021
  • 2 replies
  • 0 views

I want to upload a document to sharepoint. It is connected system and works fine. But when used it in Interface it is showing error.

a!localVariables(

{
a!sectionLayout(
label: "Section",
contents: {
a!fileUploadField(
label: "File Upload",
labelPosition: "ABOVE",
target:cons!AT_DSE_DOCUMENTS,
value:ri!document,
saveInto:a!save(ri!document,save!value),
validations: {}
)
}
),
a!buttonArrayLayout(
buttons: {
a!buttonWidget(
label: "Button",
style: "NORMAL",
submit:true,
saveInto:rule!UploadDocumentToAppian(
document: ri!document,
documentName: "Test.pdf")
)
},
align: "START"
)
})

    2 replies

    monika.andonova
    June 17, 2021

    Hey did you find and answer to this? What is the error message?

    sujatan0001
    June 18, 2021

    No. It is not displaying any error but the document is not uploading to SharePoint.