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.
Note: Always use relative file paths for serverless environment,. For example: /folder1/. All file paths must follow Linux-style relative paths and must be located under the /tmp folder.
|
|
| Output | Response Code | Int32 | Response code for the activity. Possible values:
|