Create new file in a loop

how to create new file like file1,file2,file3 so on

Use while loop with a count less than the limit set in condition. Inside while loop use “Create File” activity with folder path and the file name as “File”+(Count).ToString+“FileExtension”

1 Like

@balkishan Here you go FileCreation.xaml (5.8 KB)