Write Text to File Action
Description:
This Action writes or appends text to a file

Properties:
File Path:
Enter or choose the file to be written to. This can be a file path, or a variable containing a file or a textual path.
Text to Write:
Enter the text, or a previously stored variable, to be the content to write.
Append New Line:
Defines whether a new line character should be appended at the end of the overall text to be written to the file.
If File Exists:
Choose whether to overwrite the existing content, or to append to the end of the existing content. If the file does not exist, this action will automatically create it.
Encoding:
Select the encoding used for the specified text to be written into the text file.