Is anyone manage to save CSV?
-
I was wondering if anyone manages to save LIST into CSV?
I know you can save it with file write, but the point is wont trigger new line. I try to add \n and zip the lists but still won't trigger a new line
-
create a utility block chose the file group and then use the "AppendLine" action. Everytime the utility block gets triggered it writes in a new line with that method and do not forget to select your path and input string.