====== Write text file ====== This action allows you to write a text file. ===== Standard parameters ===== ==== Input parameters ==== == File == The name of the file to write to. == Text == The text to write. ===== Advanced parameters ===== ==== Input parameters ==== == Mode == The write mode: * Overwrite the file content * Append the text to the end of the file ===== Exceptions ===== * [[en:actions:exceptions#Bad parameter|Bad parameter]] * [[en:actions:exceptions#Code error|Code error]] * [[en:actions:exceptions#timeout|Timeout]] * [[en:actions:actionwritetextfile#unable_to_write_to_the_file|Unable to write to the file]] ==== Unable to write to the file ==== This exception is thrown when the file cannot be written to. * Default action: stop the script execution