When I upload my files, they disappear!!!
Here is the code:
a!fileUploadField( label: "Please upload any pictures, brochures or other documents describing the Project", labelPosition: "ABOVE", target: cons!PMSO_ApplicationDocuments, value: ri!volunteerDocuments, saveInto: ri!volunteerDocuments, showWhen: if( a!isNullOrEmpty( local!applicationDocSubmissionSuccessful ), true, not( local!applicationDocSubmissionSuccessful ) ), validations: {} ),
I checked to make sure that the accounts have Editor access to the folder and the Constant is pointing to the correct folder.
The Rule Input, volunteerDocuments never gets updated.
The funny thing is that this used to work. I tested it many times, and now it doesn't work. The only change to the system was the security patches that were installed.
Discussion posts and replies are publicly visible
Depending on where you use this interface, you have to make sure that there is a correct mapping to process variables, when using at as a start form, or a mapping to AC variables when using it in a user input task.