how to save multiple result in multiple .txt file ?
-
Hallo, I have looping get element text, and I want save the text in multiple .txt file. how make it possible ? I try this http://wiki.bablosoft.com/doku.php?id=how_to_let_user_to_choose_output_file_name but its only save in one .txt file,
-
@marlo Name the file [[CYCLE_INDEX]].txt
-
This post is deleted!
-
@Fox Still not work, http://prntscr.com/frk6st http://prntscr.com/frk7cq
I also try change variable like this http://prntscr.com/frk7zw and my folder still empty http://prntscr.com/frk8hw , what wrong ?
-
This post is deleted!
-
@UA I don't understand wich must I have to change. can you give the screenshoot or quick video tutorial please ?
-
@marlo, instead of using resources you can try an action called "Filesystem - Write File".
-
@UA yes I konw, but how to make it write multiple .txt file ?
-
@marlo, [[SAVED_TEXT]] -> [[CYCLE_INDEX]].txt
-
@marlo There is Write file action, it can write to any file.
Use it like thisWrite File file1 Write File file2 Write File file3
You can place it inside loop too.