@Hossein.
The 2nd screenshot shows the Save part. The example I have is a Form with fields the example response is = [1,12345,200,Yellow,Yes]. I save it to a list, with each field as an item.
The end result that I wish to achieve is to Export the Records to .csv
The example in csv should be:
Row 1: [1,12345,200,Yellow,Yes]
Row 2: [2, 766543, 400, Black, Yes]
etc.