Skip to main content
Solved

Multiple File upload in a Task

  • March 9, 2026
  • 3 replies
  • 46 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!

Best answer by Arie V

@Balazs Szeder Just so you know: we intend to make the multi-file upload functionality a standard feature in the platform, so you won’t need to use the custom functionality anymore. This is planned to be delivered somewhere in the second half of the year. Might be worth waiting for it.

3 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.


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • Answer
  • March 16, 2026

@Balazs Szeder Just so you know: we intend to make the multi-file upload functionality a standard feature in the platform, so you won’t need to use the custom functionality anymore. This is planned to be delivered somewhere in the second half of the year. Might be worth waiting for it.