---
url: https://gudhub.com/docs/automation-nodes/create-files/
title: "Create Files\n                #"
description: "Create Files a node that allows you to create a file and save it in the selected field. !Create files node There are only two default input sockets in this node"
lang: uk
updated: 2026-09-11T16:49:42.134Z
---

# Create Files [#](https://gudhub.com/docs/automation-nodes/create-files/#create-files)

**Create Files** - a node that allows you to create a file and save it in the selected field.

![Create files node](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Automation_Nodes/automation-nodes/create-files-node.jpg "Create files")

## Inputs [#](https://gudhub.com/docs/automation-nodes/create-files/#inputs)

There are only two default input sockets in this node.

### Default Input Sockets [#](https://gudhub.com/docs/automation-nodes/create-files/#default-input-sockets)

The input sockets of the node accept the data of the file to be created and some elements that will be the trigger for the node to work.

| Name | Data Type | Description |
| :-- | :-- | :-- |
| Items | `item` | _accepts items as a trigger for starting work of the node_ |
| Files | `value` | _accepts files in two formats_ |

### Additional Input Sockets [#](https://gudhub.com/docs/automation-nodes/create-files/#additional-input-sockets)

This node has no additional input sockets.

## Outputs [#](https://gudhub.com/docs/automation-nodes/create-files/#outputs)

The current node has only one output socket.

### Default Output Sockets [#](https://gudhub.com/docs/automation-nodes/create-files/#default-output-sockets)

The only output socket transmits the items that contain the created files. That means, it returns the file in the [file list](https://gudhub.com/docs/understanding-gudhub/application/file-list/) of the certain item.

| Name | Data Type | Description |
| :-- | :-- | :-- |
| Item | `item` | _returns items with the file field filled with the data of the created file_ |

### Additional Output Sockets [#](https://gudhub.com/docs/automation-nodes/create-files/#additional-output-sockets)

There are no settings to add any additional output sockets.

## Options [#](https://gudhub.com/docs/automation-nodes/create-files/#options)

Create Files node has only one block of settings that configures destination of the file.

![Default settings of create files node](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Automation_Nodes/automation-nodes/create-files-default-settings.jpg "Create files settings")

| Name | Description |
| :-- | :-- |
| Dest Application | allows to select the application where file will be saved; [details...](#dest-application) |
| Field for file | allows to select the destination application; [details...](#field-for-file) |
| File types | allows to select the type of file that will be transmitted to the node; [details...](#file-types) |
| Notes | allows to leave some notes in node settings; [details...](#notes) |

### Dest Application [#](https://gudhub.com/docs/automation-nodes/create-files/#dest-application)

This is the application where the created file will be created saved.

### Field For File [#](https://gudhub.com/docs/automation-nodes/create-files/#field-for-file)

This is the destination field where the created file will be saved.

### File Types [#](https://gudhub.com/docs/automation-nodes/create-files/#file-types)

The current function allows you to select the type of file that can be transmitted to the node:

-   base64
-   URL

### Notes [#](https://gudhub.com/docs/automation-nodes/create-files/#notes)

This is an option in the node settings that allows you to leave any notes there.
