Page 1 of 1
Write to file, append new line
Posted: 17 Feb 2020 21:16
by lord_EarlGray
Hi, I'm trying to make automatic time tracker based on locations. I need to write some data to csv file. What I found is, that Write to File action appends current file but it continues last line instead of hoping to new one. How can I change that? I need it to write into new line each time this action is executed.
Re: Write to file, append new line
Posted: 17 Feb 2020 23:05
by Rafi4
Hi
Simply use below code before or after the text where you wish a new line.
From record4
Re: Write to file, append new line
Posted: 19 Feb 2020 19:51
by Martin
The text field in action Write to File should also accept new lines so an option to insert a line break should be shown on the soft keyboard.
Regards,
Martin
Re: Write to file, append new line
Posted: 22 Feb 2020 13:06
by lord_EarlGray
Rafi4 wrote: ↑17 Feb 2020 23:05
Hi
Simply use below code before or after the text where you wish a new line.
From record4
That works, thank you!