Unanswered question

How to set source file while uploading multiple files in a single request

I have a scenario in which five files have to be uploaded at a time (in a single request).
When I parameterize the names/source file for all the five files, the path of last four files gets reset with the path given for first file.

saravana M.
saravana M.

saravana M.

Level
0
14 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

I assume you are using a list variable? make sure you have the change policy set to each use

saravana M.
saravana M.

saravana M.

Level
0
14 / 100
points

Hi Neil,

When I try to edit(give file name directly or with parameter) the path of last four files, it is not getting saved. It gets reset with the path given for the first file