How do I create an Excel file from the information I have?

Hi ,
I want to create an Excel file from the data in the image.
By the first condition, create a file according to the number of ST From the picture there are ST-1 to ST-5.
The second condition writes the data to the file.

Data.xlsx (8.8 KB)

Can you help me ?

Thanks.
Perawat

Hey @Perawat
You can use filter data table under the loop to get data only for a specific set of values
Ex) select columns where no. = St1
Then no. = St2 like that

1 Like

@nv08
Would you please write down the workflow for me or do you have an example for me?