Hey guys! I came across (what feels like) a bug in Forms 9.2...
Let's say you have a File Upload field in your form, and the user uploads multiple files to it in the same form submission. Then, let's also say that the form in question is configured to save all file uploads to the repository, and that the form assigns a hard-coded name to those uploaded files once they hit the repository (e.g., My Uploaded File).
In this case, regardless of how many files are uploaded to the File Upload field, only ONE of those will actually make it into the repository. This is because each file seems to overwrite the previous one when being saved into the repository, because they all share the same name.
Maybe this is intentional, but I would have expected for all of the uploaded files to be saved into the repository, with (2), (3), etc. appended to the end of the file's name. That seems to be how all other modules save files into the repository.
Not a major issue, as it's fixable with some minor Forms and Workflow configuration/handling, but I just thought that I'd make note of it. Thanks!