Hi, I have a question with multiple file upload in a Process.
The Process has A,B,C,D Action and the Action is sorted.
A Action needs file a.
B Action needs file b.
C Action needs file c.
D Action needs file d.
But when I push the Process button, the place where upload the file is ordered random like below.
b
a
d
c
How can I order it?