Problem with the upload of a file in a sail form

Hello,

we have a problem with the upload of a file in a sail form. If i try to upload a file this error message appear "An Error Has Occurred

Could not upload “provaRiskManagement2”. Reason: The destination folder specified is invalid. "

I have not specified any folder. You can find attached the sail code

RM_uploadExcelFile.txt

OriginalPostID-213254

OriginalPostID-213254

  Discussion posts and replies are publicly visible

Parents
  • @marcoc - Target in file upload field is indirectly mandatory and can be either document or a folder. As per my understanding from previous comments, logic for target will be if(isnull(ri!document),cons!TEMP_FOLDER,ri!document). In this way when a user is uploading the document first time then it will be saved in folder and then subsequent uploads will be versions of document.
Reply
  • @marcoc - Target in file upload field is indirectly mandatory and can be either document or a folder. As per my understanding from previous comments, logic for target will be if(isnull(ri!document),cons!TEMP_FOLDER,ri!document). In this way when a user is uploading the document first time then it will be saved in folder and then subsequent uploads will be versions of document.
Children
No Data