Not able to get document into Appian Folder

Certified Senior Developer

Hey All,

I am not getting the document upload in the portal into Appian Environment. i used a!submitUploadedFiles() as well

a!buttonWidget(
label: "Submit",
submit:true(),
saveInto: {
/*a!verifyRecaptcha(),*/
rule!PA_InsertDataIntoDB(
userInfo: local!userInfo,
onSuccess: {
a!submitUploadedFiles()
}
)
}
)

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data