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
Can you share what the rule PA_InsertDataIntoDB is doing? Assuming it uses a!writeToDataStoreEntity(), does the write to the database work successfully? What troubleshooting steps have you tried? Are you receiving any error messages?
Data is written into DB successfully. Basically,PA_InsertDataIntoDB is calling the web service to write the data into DB.
If you run something else in the `onSuccess` property, does that execute successfully?