Saving the first file's name to database record of a multi upload server connect step

I am uploading and renaming multiple images, but want to only save the first file’s name to the database as my main image of the set.

Is there a way to do this either inside or outside the repeat that opens, crops and saves the files after upload?

Hi Marcel,
Put the insert step after the upload step, and before the repeat.
Use {{upload1[0].name}} in the insert record step, where the upload1 is the name of your upload step.

1 Like

Hello, and how do I get the list of names? in the same workflow?

Tks

This is a 5 years old topic. Please create a new topic and explain in details what are you trying to achieve.

1 Like