> For the complete documentation index, see [llms.txt](https://appmaster.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appmaster.gitbook.io/docs/business-logic/block/model-functions/make.md).

# Make

Returns a new model object from given fields (to store it in the database use the Create block).

### Flow Connections <a href="#flow-connections" id="flow-connections"></a>

* \[Input] In - starts the block's execution.
* \[Output] Out - activates when the block has finished its execution.

### Data Connections <a href="#data-connections" id="data-connections"></a>

* \[Input] ID (integer, auto) - ID of the model, can be set manually or assigned by the system automatically.
* \[Input] CreatedAt (date & time, auto) - date & time of the creation of the model, can be set manually or assigned by the system automatically.
* \[Input] UpdatedAt (date & time, auto) - date & time of the last update of the model, can be set manually or assigned by the system automatically.
* \[Input] DeletedAt (date & time, auto) - date & time of the deletion of the model, can be set manually or assigned by the system automatically.
* \[Input] Fields (multiple, any) - all the other fields of the model (defined in the [Data Models Designer](/docs/data-design/data-models-designer.md)).
* \[Output] Model (model) - resulting model.&#x20;
