Action - Write to File

The action Write to File writes the defined text to the specified file. The action automatically creates the file when the file does not exist yet.

 

Examples:
  • Record your location every 20 minutes to a file.
  • Write all incoming SMS to a file.
Settings
File
The file to write the text to. Variables are supported.
Text
The text to write into the file. The text can contain multiple lines. Variables are supported.
Append
Whether to append the text to the end of the file or to overwrite the file.