Hi everyone,
Im using an User Input Task with a!fileUploadField. What I need is to verify that the Excel uploaded does not contain mor than 500 rows so the user cannot submit the form. But as the file is temporary I cannot access to its information, and I alreay saw that it is not possible using a!submitUploadedFiles function. Any ideas for solving this?
Thank you!
Discussion posts and replies are publicly visible
With the latest version of Appian, you have direct access to a file without submit.
You can only access file metadata (name, size, extension) through fv! variables before submission, not the actual file content. You still need to submit the file first to read Excel rows and validate the data.
Actually, In recent Appian versions reading data is possible before submission.