Write to textfile
Write to textfile activity is used for writing text to textfile.
| *Text file name | The file path is written. |
| *Text | The text to be added is written. |
| Append | If the append checkbox is checked, data will be appended to the end of the file. If it is not checked and the text file is empty, the data is written to the text file. If the text file includes the data, the old data is deleted to add the new data. |
Note: * Fields selected with are required, others are optional.
Text file name example
You can use the Text file name as shown in the example.
C:TempmyFile.txt
Text example
You can use the Text as shown in the example.
Hello