Convert text to a file
Creates a file with text content provided & stores this file in the built-in Media library. The id of the media library file is stored in the Variable scope under the name provided in "RESULT"
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Text | The text you wish to convert to a file | STRING | false | |
Filename | The name of the file to create | STRING | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable in which to store the media library ID of the file created. | FILE | TEXT_FILE |