Save a file to the file system.

Input

PropertyTypeRequiredDescription
nameSHORT_TEXTYesThe name of the file to save.
contentLONG_TEXTYesThe content of the file to save. (x, y, z, etc. for csv), (x y z. etc. for text), etc.
extensionSTATIC_DROPDOWNYesThe extension of the file to save.

Sample Output

{
  "filePath": "test_file.txt"
}