My user input task has multiple upload files fields and multiple fields. The user should be able to submit each file field without finishing the task.
How should that be done if always after submission, the task just is done? By the way the submituploadedfile() is not available for tasks.
Discussion posts and replies are publicly visible
If the attachments need the submit set as true, how could I be able to prevent finishing the task after a submit?
You need to loop back on the task after submission if you want to be able to persist the files.
Why does the user need to submit each file separately? This contradicts the meaning of that test.
But if you still need/want to do this, find a solution here: https://appian.rocks/2024/05/20/file-upload-in-appian/
Silas. B. Ferreira said:By the way the submituploadedfile() is not available for tasks
Correct. Tasks must be submitted, as you've found.