When passing a FILE parameter INOUT, the value of the formdata field after the FillFormData is NOT the filename, but a generated name in the format {IS_DATASET}-{NUM_VALUE}.xlsx.
So, if I upload a file named TestExcel.xlsx in a first action, it will be overwritten by that new file name in the second action. Am I missing something or is this by design? How do I assure that the file’s name is not changed to the new name?
You can see the file in the EFormAspx folder. Shouldn’t be the VALUE_FILE_NAME instead of this format?