Write Text File

You can select this activity to write a specific text in a file.

If the file exists, the text is appended to the existing file. If the file does not exist,the application displays an 'Error 404 - File not found' message.

This table lists the properties for the activity.

Property Type Property Name Data type Description
Input Lines List< String> The list of lines that must be written.
Source Filepath String The location of the file in which the lines must be written.
Output Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.