Skip to main content
Question

Multiple File upload in a Task

  • March 9, 2026
  • 2 replies
  • 20 views

Balazs Szeder
Apprentice

Hi there, 

I was wondering if it is possible to upload multiple files within a task without having to use separate parameters such as attachment_1, attachment_2, and so on. We are currently using the multiple file upload functionality described here.

I understand that we could potentially use it as a modal (pop-up). However, I am primarily interested in whether uploading multiple documents can be achieved using a single parameter.

As shown below, I would like to upload three files while having only one (visible) parameter available.

 

Thanks for the help!

2 replies

Forum|alt.badge.img+2
  • Moderator
  • March 10, 2026

Hello Balazs,

No you can’t.
If you think it is a great addition, feel free to make an idea about it.


There are some ways to make something kinda similar though, such as uploading a zipfile and going through each file via a processflow. If that is something you would like to know more about, please let us know.

With kind regards,
Edo Spijker


Forum|alt.badge.img+2
  • Moderator
  • March 13, 2026

As an addition to my previous comment:

One of those option that is already possible and one which we recommend is to make a detail table where a user can upload as many files as he wants, one row for each file.