> For the complete documentation index, see [llms.txt](https://docs.visualyze.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visualyze.ai/rpa-studio/file/common/append-line.md).

# Append Line

This activity appends the specified string to a file and creates the file if it does not already exist.

### File

* **File Encoding:**\
  Select the encoding type that is to be used for the appending process from a[ list of encodings ](https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding?view=net-5.0)provided.
* **File Name:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) <mark style="color:red;">`Required`</mark>\
  The full path of the file to which the text is to be appended.

### Input

* **Input Text:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) <mark style="color:red;">`Required`</mark>\
  Specifies the text to be appended to the file.
