Skip to main content

I have a variable named Zip in flow ( allow multiple values) is checked, so that it can collect all the filenames.

I have added these variable on Screen element it shows as follows:

[PQC-FVP-2021-627_FVP-P-134,PQC-FVP-2021-627_FVP-P-135,PQC-FVP-2021-627_FVP-P-136]

 

I need these file names each filename in separate line like :

PQC-FVP-2021-627_FVP-P-134

PQC-FVP-2021-627_FVP-P-135

PQC-FVP-2021-627_FVP-P-136

3 Antworten
  1. 12. Sept. 2024, 17:15

    @Aarti Nagargoje You’ll need to loop through the collection, add each item to a single text variable and add the line break to the text variable. 

0/9000